修改 /boot/config.txt 文件,按照如下内容修改,然后重启,就可以启用UART0 和 UART4.
再去/dev目录下,就可以看到/dev/ttyS0等设备了。
##### Hardware Interface Config #####
## Note: uart4 and spi1 are the same pins. Set the latter one while both on. ##
intf:fiq_debugger=on
intf:uart0=on
intf:uart4=on
#intf:i2c6=off
#intf:i2c7=off
#intf:i2s0=off
#intf:spdif=off
#intf:spi1=off
#intf:spi5=off
#intf:pwm0=off
#intf:pwm1=off
#intf:pwm3a=off
#intf:test_clkout2=off |