ttymxc0
tty /sbin/getty –L ttymxc0 115200 vt100
in order to switch off output of bash in to the COM-port
File
/etc/inittab
containing
# see busybox-1.00rc2/examples/inittab for more examples
::sysinit:/etc/rc.d/rcS
::respawn:/sbin/getty -L ttymxc0 115200 vt100
::ctrlaltdel:/sbin/reboot
::shutdown:/etc/rc.d/rcS stop
::restart:/sbin/init
replace with
# see busybox-1.00rc2/examples/inittab for more examples
::sysinit:/etc/rc.d/rcS
#::respawn:/sbin/getty -L ttymxc0 115200 vt100
::ctrlaltdel:/sbin/reboot
::shutdown:/etc/rc.d/rcS stop
::restart:/sbin/init
It’s also needed to switch off output in the “environment”
to replace outputing port into u-boot environment
for example:
setenv bootargs_base 'setenv bootargs console=ttymxc0,115200 di0_primary console=tty1'