>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.txt
复制代码 b.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
|
|