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 =...") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | {{rock2_header}} | ||
+ | |||
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]] | ||
+ | |||
+ | (EMMC short cut pins) | ||
+ | |||
+ | |||
+ | [[File:som_unbrick.jpg | 800px]] | ||
+ | |||
+ | To recover it: | ||
+ | * '''1.''' Plug in the power cable to DC jack and power adapter, plug in OTG USB cable to connect the board and the PC | ||
+ | * '''2.''' Connect the emmc shortcut pins with a tweezer | ||
+ | * '''3.''' Short press the reset button, after release the reset button, hold the tweezer connection for 1 second. In RKBatchTool the square icon should now show up '''blue''' (if it isn't blue, retry). | ||
+ | * '''4.''' Click the restore button and upload an update.img | ||
=== Beta version SoM === | === Beta version SoM === | ||
Line 7: | Line 29: | ||
* 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]] |
Latest revision as of 10:38, 19 October 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
(EMMC short cut pins)
To recover it:
- 1. Plug in the power cable to DC jack and power adapter, plug in OTG USB cable to connect the board and the PC
- 2. Connect the emmc shortcut pins with a tweezer
- 3. Short press the reset button, after release the reset button, hold the tweezer connection for 1 second. In RKBatchTool the square icon should now show up blue (if it isn't blue, retry).
- 4. 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