sure.
Some additional details:
$ uname -a
Linux lafrite 6.0.13-meson64 #22.11.2 SMP PREEMPT Sun Dec 18 16:52:19 CET 2022 aarch64 aarch64 aarch64 GNU/Linux
I’m pretty confident the devices are correct. Here’s the dmesg output for the FTDI adapter from when the USB end of the cable is attached:
[ 330.376285] ftdi_sio 1-2:1.0: FTDI USB Serial Device converter detected
[ 330.376580] usb 1-2: Detected FT232RL
[ 330.378398] usb 1-2: FTDI USB Serial Device converter now attached to ttyUSB0
For the other end, /dev/ttyAML6
didn’t exist until I adapted these steps:
I say “adapted” because I wasn’t able to use the libretech wiring tool to install the DTO. but Armbian provides (or at least seems to provide) the same functionality via the overlays=
directive in armbianEnv.txt.
Also, permissions look good. Both devices are r/w for the dialout
group and my armbian user belongs to that group.
I’ll try shorting TX to RX and see what happens.