Difference between revisions of "Rock/flash the image"
< Rock
(→Linux) |
(→The GUI way) |
||
Line 20: | Line 20: | ||
sudo apt-get install python-gtk2 | sudo apt-get install python-gtk2 | ||
sudo dpkg -i rkflashkit_0.1.1_all.deb | sudo dpkg -i rkflashkit_0.1.1_all.deb | ||
+ | |||
+ | Run it with the following command | ||
+ | |||
+ | sudo rkflashkit | ||
+ | |||
+ | You can see the interface like this: | ||
+ | |||
+ | [[File:rkflashkit1.jpg|thumbnail]] | ||
+ | |||
+ | After plug in the radxa rock board in [[rock/recovery mode]], you can see the the program detects the board in recovery mode. |
Revision as of 07:44, 20 November 2013
Contents
This page describe how to install the image to the nand flash of radxa rock, ie, how to flash the board.
Windows
Linux
The initial RE work of the Rockchip bootloader updating protocol is by naobsd and improved by some others in rkflashtool, linuxerwang made the GUI version of the rkflashtool called rkflashkit.
The GUI way
You can download the prebuilt rkflashkit here or build it yourself with the following command:
git clone https://github.com/linuxerwang/rkflashkit cd rkflashkit ./wap debian
Install it with the following command
sudo apt-get install python-gtk2 sudo dpkg -i rkflashkit_0.1.1_all.deb
Run it with the following command
sudo rkflashkit
You can see the interface like this:
After plug in the radxa rock board in rock/recovery mode, you can see the the program detects the board in recovery mode.