Skip to content
This repository was archived by the owner on Apr 10, 2022. It is now read-only.

Commit bde8d63

Browse files
Instructions for recovering from a botched install
1 parent 2e6e4ae commit bde8d63

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

recovery.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## Problem Recovery ##
2+
If your installation has botched, you may have corrupted or failed to install the files onto the recovery parition of the IMX SD card. If that has happened, the IMX has nothing to boot with during the reset and you will be stuck. This can be fixed manually by removing the SD card, copying the files onto it, and putting it back in the solo (or controller).
3+
4+
1. Open up the Solo or controller (whichever is busted).
5+
2. Scrape the white glue off the SD card slot
6+
3. Remove the SD card (it pushs in to lock/unlock like a normal SD card
7+
(yes, it is a pain.)
8+
4. Put the SD card in your PC. It should appear as device called GOLDEN.
9+
10+
11+
**You should see 4 files on the SD Card** looking at it on your PC. If these are missing or messed up, you've found the problem.
12+
- 3dr-solo-imx6solo-3dr-1080p.squashfs
13+
- imx6solo-3dr-1080p.dtb
14+
- u-boot.imx
15+
- uImage
16+
![SD Files](https://github.com/OpenSolo/documentation/blob/master/sd_card_files.JPG? "SD card images")
17+
18+
To manually fix this problem, you need to grab the `3dr-solo.tar.gz` or `3dr-controller.tar.gz` file (whichever you're working on) from the bottom of the latest release notes (https://github.com/OpenSolo/documentation/releases).
19+
1. Download the applicable file and unzip it.
20+
2. Place the 4 files from the zip onto the SD card so it looks like the screen shot above.
21+
3. Put the SD card back in the Solo. You may wish to put a dab of hot glue on it.
22+
4. Power up the Solo.
23+
5. It will most likely pick up where it left off executing a reset, basically step 4 of the Solex install instructions. Continue from there.

0 commit comments

Comments
 (0)