Out of the box arch arm shows ttyS0 and ttyS1 I belive that ttyS0 is the one connected to the debug header and can be used for a console. I have added my user to the uucp group so I have access to the serial ports. When I try to open ttyS1 with picocom I get
- Code: Select all
FATAL: failed to add port: Filedes is not a tty
I have masked out gettys with:
- Code: Select all
systemctl mask getty@ttyS1
I suspect that there is some hardware configuration that I need to do. However, looking at the documentation for the arietta they suggest generating a .dtb file with the online generator and downloading it as /boot/acme-arietta.dtb. I tried this and it didn't seem to do anything as I changed the boot parameters and I did not see these reflected in /proc/cmdline. I also tried to replace the .dtb file in /boot/dtbs and this made the device not boot.
can someone point me in the correct direction? I know that for the rpi there are cmdline.txt and config.txt to configure things. On this board that does not seem to be the case. Any help would be greatly appreciated.