Dear Sir,
I would like to use the serial port ttymxc0 for my Python application.
Therefore, I want to disable the serial console from ttymxc0 on wandboard with Ubuntu 12.04.
In order to do this, I did two things:
(1)
I modified(comment) the /etc/init/auto-serial-console.conf as follows:
#respawn
#exec /bin/auto-serial-console
(2)
I modified(delete the wording) from the /boot/linux.config as follows:
delete the wording "console=ttymxc0,115200" from the line below.
CONFIG_CMDLINE="noinitrd root=/dev/mtdblock2 rw rootfstype=jffs2 ip=off"
Then, I re-boot the wandboard, but the serial console cannot be disabled.
Please advice.
Thanks.
Eddie