sychimu 发表于 2022-4-20 15:45:52

Tinker Board 2/2S Android 开启串口功能

>Android 10 烧录以下定制板IMG,已开放UART0/UART4。
Tinker_Board_2-Android10-V1.0.0.2-20210504-ENABLE_UART4.zip
链接:https://pan.baidu.com/s/1-b0GfmtYUorPsXcOH9ddKg?pwd=u3iw
提取码:u3iw

>Android 11 (官网Tinker Board 2 Android 11 V2.0.1及以后版本)

下载地址:https://tinker-board.asus.com/download-list.html?product=tinker-board-2s
通过adb命令,配置 /dtoverlay/config.txt 文件
a.Pull the config.txt file for edit
adb root
adb remount
adb pull /dtoverlay/config.txtb.Edit the config.txt on PC to the following status
----------------------分割线-----------------------------
intf:fiq_debugger=off
intf:uart0=on
intf:uart4=on
#intf:i2c6=on
#intf:i2c7=on
#intf:i2s0=on
#intf:spdif=on
intf:spi1=off
#intf:spi5=on
#intf:pwm0=on
#intf:pwm1=on
#intf:pwm3a=on
#intf:test_clkout2=on
----------------------分割线-----------------------------
c. Push config.txt to device
adb push config.txt /dtoverlay/d.Reboot the system
adb reboot





Tinker_t0r4RkK9 发表于 2022-7-7 14:12:25

请问完成之后就可以使用只串口助手进行调试了吗?

sychimu 发表于 2022-7-7 15:39:19

Tinker Board 2 有独立的串口调试接口,请参考如下:
页: [1]
查看完整版本: Tinker Board 2/2S Android 开启串口功能