Difference between revisions of "Rock2/unbrick"
< Rock2
(Created page with "Unbrick rock2. The rock2 has on board storage emmc, it's on the SoM. If your rock2 is bricked, you can short cut the emmc to go to '''maskrom''' mode. === Beta version SoM =...") |
|||
Line 1: | Line 1: | ||
Unbrick rock2. | Unbrick rock2. | ||
− | The | + | '''Is it bricked?''' |
+ | |||
+ | When writing update.img to nand RKBatchTool failes with following message: "Prepare IDB Fail" (or similar error messages like "IDB download failed" when writing to emmc with other tools) | ||
+ | The board is "bricked". It is not really bricked, first make sure there's no SD card connected while trying to flash the device, otherwise the bootloader is corrupted at this time, you can always recover it. | ||
+ | |||
+ | === Release version SoM === | ||
+ | The emmc shortcut pin was put on the top of the som, makes it easier to unbrick it | ||
+ | |||
+ | [[File:Rock2_som_shortcut.jpg | 500px]] | ||
+ | |||
+ | To recover it: | ||
+ | * Turn off Power, plug OTG USB cable in the PC | ||
+ | * Connect the emmc shorcut pins with a needle and plug in the power cable. | ||
+ | * After Plugin remove needle connection. In RKBatchTool the square icon should now show up '''blue''' (if it isn't blue, retry). | ||
+ | * Click the restore button and upload an update.img | ||
=== Beta version SoM === | === Beta version SoM === | ||
Line 7: | Line 21: | ||
* http://talk.radxa.com/topic/957/bricked-rock2/2 | * http://talk.radxa.com/topic/957/bricked-rock2/2 | ||
− | === | + | ===Notes=== |
+ | For upgrade_tool under Linux, you should read Maskrom if successfully shortcut the pins. | ||
+ | |||
+ | sudo upgrade_tool | ||
+ | List of rockusb connected | ||
+ | No found rockusb,Rescan press <R>,Quit press <Q>: r | ||
+ | List of rockusb connected | ||
+ | DevNo=1 Vid=0x2207,Pid=0x310b,LocationID=21f '''Maskrom''' | ||
+ | Found 1 rockusb,Select input DevNo,Rescan press <R>,Quit press <Q>:1 | ||
+ | Rockusb>uf /tmp/radxa-rock-alip-desktop.img | ||
+ | Loading firmware... | ||
− | + | ==See also== | |
+ | * [[Rock2/square_bb/loader_mode]] | ||
+ | * [[rock/Loader_mode]] |
Revision as of 02:07, 24 July 2015
Unbrick rock2.
Is it bricked?
When writing update.img to nand RKBatchTool failes with following message: "Prepare IDB Fail" (or similar error messages like "IDB download failed" when writing to emmc with other tools) The board is "bricked". It is not really bricked, first make sure there's no SD card connected while trying to flash the device, otherwise the bootloader is corrupted at this time, you can always recover it.
Release version SoM
The emmc shortcut pin was put on the top of the som, makes it easier to unbrick it
To recover it:
- Turn off Power, plug OTG USB cable in the PC
- Connect the emmc shorcut pins with a needle and plug in the power cable.
- After Plugin remove needle connection. In RKBatchTool the square icon should now show up blue (if it isn't blue, retry).
- Click the restore button and upload an update.img
Beta version SoM
Notes
For upgrade_tool under Linux, you should read Maskrom if successfully shortcut the pins.
sudo upgrade_tool List of rockusb connected No found rockusb,Rescan press <R>,Quit press: r List of rockusb connected DevNo=1 Vid=0x2207,Pid=0x310b,LocationID=21f Maskrom Found 1 rockusb,Select input DevNo,Rescan press <R>,Quit press:1 Rockusb>uf /tmp/radxa-rock-alip-desktop.img Loading firmware...
See also