使用官方系统apt update & grade后,根据官方指导,设置了/boot/hw_intfc.conf
,具体如下:
Run the official system, apt update & grade, and then set /boot/hw_intfc.conf
according to the official instructions, as follows:
> intfc:pwm0=off
> intfc:pwm1=off
> intfc:uart2=on
> intfc:uart4=on
> intfc:spi1=off
> intfc:spi2=off
> intfc:i2c2=off
> intfc:i2c6=off
> intfc:i2c7=off
>
> # Devicetree Overlay Enable, uncomment to enable .dtbo under /boot/overlays/.
>
> #intfc:dtoverlay=at24c02
> #intfc:dtoverlay=two-color-led
> #intfc:dtoverlay=console-on-ttyS2
> #intfc:dtoverlay=console-on-ttyS4
> #intfc:dtoverlay=devspi1
> #intfc:dtoverlay=devspi2
重启系统后,安装minicom使用ttyS2发送数据,接收端(PC)接收不到数据,rock pi可以正常接收PC发送数据。尝试更新u-boot,重启后无法启动系统。如何解决?
After reboot, install minicom and use ttyS2 to send data. The receiving device (PC) cannot receive the data, but the rock PI can normally receive the data sent by the PC. Try to update u-boo, but the system cannot run after reboot. How to fix it?