Data Sheet
9/24/2015 ARPI600WaveshareWiki
http://www.waveshare.com/wiki/ARPI600 4/18
System serial port configuration
1. Enter the terminal of Raspberry Pi, and run:
sudonano/boot/cmdline.txt
Then, you should modify the following lines:
wc_otg.lpm_enable=0console=ttyAMA0,115200kgdboc=ttyAMA0,115200console=tty1root=/dev/mmcblk0p2
rootfstype=ext4elevator=deadlinerootwait
into:
dwc_otg.lpm_enable=0console=tty1root=/dev/mmcblk0p2rootfstype=ext4
elevator=deadlinerootwait
Press the keys Ctrl+X, and select the option Y to save the modification.
2. Run the code:
sudonano/etc/inittab
And modify the following lines:
#SpawnagettyonRaspberryPiserialline
T0:23:respawn:/sbin/getty‐LttyAMA0115200vt100
into:
#SpawnagettyonRaspberryPiserialline
#T0:23:respawn:/sbin/getty‐LttyAMA0115200vt100
Press the keys Ctrl+X, and select the option Y to save the modification.
3. Run the code:
sudoreboot
After completing the modifications described above and restarting the Raspberry Pi
board, the serial debugging function is started up. In this mode, you cannot enter the
terminal of the Pi via the serial port any more, but can control the serial output by the