Difference between revisions of "Rock2/bringup"
< Rock2
(Created page with "Below is the bringing up procedure of rock2, rk3288 base development board. = Tools = * USB to TTL cable * micro USB cable * Rockchip Linux upgrade_tool [http://dl.radxa.com/...") |
(No difference)
|
Revision as of 09:53, 5 November 2014
Below is the bringing up procedure of rock2, rk3288 base development board.
Tools
- USB to TTL cable
- micro USB cable
- Rockchip Linux upgrade_tool version 1.21
Booting
Build u-boot
Rokchip released u-boot for rk3288.
git clone -b wip/rock2-bring-up https://github.com/radxa/u-boot-rockchip.git make rk32xx_config make
you will get RK3288Loader_uboot_V2.15.02.bin, run connect rock2 to pc, press and hold recovery key and push reset,
sudo upgrade_tool ul RK3288Loader_uboot_V2.15.02.bin sudo upgrade_tool rd
Now the u-boot is flashed to the emmc of rock2 and reboot to u-boot
U-boot
Booting log: http://paste.ubuntu.com/8833247/
fastboot
U-boot of rk3288 has fastboot function, just type `fastboot` command in u-boot console to go to fastboot mode.
On the desktop, run
sudo fastboot devices
If no devices found, try
sudo fastboot devices -i 0x2207 0123456789 fastboot