I was following this tutorial: http://webiopi.trouch.com/Tutorial_Serial.html so I can make serial communication using the On-board serial UART
I couldn't find the file /etc/inittab, I skipped that step because I read that this file doesn't exist in Jessie.
Then I edited /boot/cmdline.txt and it says that I need to remove references to ttyAMA0.
This is what I find in that file:
dwc_otg.lpm_enable=0 console=serial0,115200 console=tty1 root=/dev/mmcblk0p7 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
Should I erase the serial0? I got really confused by this and I'm not sure what to do.
raspi-config
to make changes. If you want background see How-do-i-make-serial-work-on-the-raspberry-pi3 – Milliways Apr 11 '16 at 02:14core_freq=250
to the config file, right? and leave alone thecmdline.txt
– Luz A Apr 11 '16 at 02:36sudo raspi-config
selectAdvanced Options
thenA8 Serial
That is ALL you need to do to disable console. The core_freq is for Pi3 (but wouldn't hurt). – Milliways Apr 11 '16 at 03:00