Hi,
I'm trying to contact Serial0. When I try the following settings, the entries appear but I cannot get the outputs:
linux /boot/vmlinuz loglevel=3 user=tc console=tty0 console=ttyS0,115200 noembed nomodeset tce=sda1 opt=sda1 home=sda1 restore=sda1
echo "console=ttyS0,115200" >> /mnt/sda1/boot/cmdline.txt
sudo sh -c 'echo "enable_uart=1" >> /mnt/sda1/boot/config.txt
This is what it looks like when I send data:
"pwd\n"
pwd
The output I expected:
"pwd\n"
/home/tc
tc@box:~$
I may not have been able to fully explain. I want to contact serial0 without UI.