|
|
中文 / EN
|
1、Download DriverAssitant ,extract it and install it on a Windows PC;
2、Download AndroidTool_Release_v2.64.zip, extract it and run AndroidTool.exe as administrator.
3、Extract downloaded image to the directory of AndroidTool_Release_v2.64\images
4、Connect a DC power cord and an HDMI monitor to your TB-96AI RK3399Pro board, connect your TB-96AI RK3399Pro board to a PC with a Type-C cable.
5、Click AndroidTool_Release_v2.64\AndroidTool.exe to start the flash tool, right-click to choose “Load Config” ,choose your need system(config_dual or config_linux or config_android).
6、Press and hold the Recovery(KEY2) button and short click Reset button, please hold the Recovery(KEY2) button for at least 1.5 seconds, AndroidTools will prompt that “Found One LOADER device” . Click on "Run" to download image to eMMC. A while later after the image is flashed successfully your board will be rebooted automatically.
1、Download the image and extract it to the directory of linuxTool-v1.0/images.
2、connect your TB-96AI RK3399Pro board to a PC with a Type-C cable. Press and hold the Recovery(KEY2) button and short click Reset button, please hold the Recovery(KEY2) button for at least 1.5 seconds, enter LOADER mode.
Note:When TB-96AI RK3399Pro board with Linux system it also can be used as a development host to flash image for other development board.
3、Run the following commands flash dual system.
a)flash all images
sudo python ./flash.py -d all
a)flash uboot.img
sudo python ./flash.py -d uboot
a)flash system.img
sudo python ./flash.py -d system
a)flash boot.img
sudo python ./flash.py -d boot
a)flash rootfs.img
sudo python ./flash.py -d rootfs
4、Run the following commands flash Linux system.
sudo python ./flash.py -l all
sudo python ./flash.py -l uboot
sudo python ./flash.py -l boot
sudo python ./flash.py -l rootfs
5、Run the following commands flash Andriod system.
sudo python ./flash.py -a all
sudo python ./flash.py -a uboot
sudo python ./flash.py -a boot
sudo python ./flash.py -a system
6、help
sudo python ./flash.py --help