Appologies in advance for my poor linux skills, I am trying to get a serial console on the Pi4B I can get console output during the boot sequence but anything I type uin the console is echoed back and backspace becomes ^H, it is like there is no command processor.
I tried also uart3 and see the same behaviour with uart0 and uart3
in config.txt under [ALL] I have:
dtoverlay=disable-bt
enable_uart=1
dtoverlay=uart3
in cmdline.txt I have:
console=tty1
console=ttyAMA1,9600
here is the console output on boot from uart3
Booting Core 13.0.3
Running Linux Kernel 5.10.16-piCore-v7l.
Checking boot options... Done.
Starting udev daemon for hotplug support... Done.
Scanning hard disk partitions to create /etc/fstab
Setting Language to C Done.
Skipping rtc as requested from the boot command line.
Possible swap partition(s) enabled.
Loading extensions... Done.
Setting keymap to us Done.
Restoring backup files from /mnt/mmcblk0p2/tce/mydata.tgz -
Done.
Setting hostname to box Done.
login[913]: root login on 'tty1'
^H
the ^H above is from my typing a backspace
I am missing something, ssh login works fine, any thoughts?
Kind regards
gh
[EDIT]: Added code tags. Rich