You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/custom-firmware/cc3200/hackieboxng-bl/install.md
+13-6
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,13 @@ You will find a directory called flash there for the file(s) that need to be cop
24
24
If you don't mind a slightly slower boot but want some log output via UART (Baud 921600, TX Pin) use the debug variant (check the ngCfg.json to enable it!).
25
25
26
26
### Preface
27
-
If you have previously installed the CFW SD Bootloader please use *1b)* otherwise for first time installation please use *1a)*.
27
+
Installing the new bootloader is split into two stages and differs whether it's a first install or and update to an existing installation:
28
+
* Stage 1: Install the preloader
29
+
*[1a) First time installation](#stage1a)
30
+
*[1b) Existing installation](#stage1b)
31
+
*[Stage 2: Install the bootloader](#stage2)
28
32
29
-
### 1a) Preloader (Stage 1) - For first time installation
33
+
### Stage 1a: Preloader, first time installation {#stage1a}
30
34
31
35
#### Move original bootloader
32
36
First of all you need to copy your just backuped original mcuimg.bin (original bootloader) from your toniebox to a different location (flash:/sys/pre-img.bin) to boot it with the HackieboxNG Bootloader later on.
To check which version the dumped firmwares are you may just open it with a hex editor (quite at the end) or use our [python tool](https://github.com/toniebox-reverse-engineering/toniebox/blob/master/tools/firmware_info.py) to extract it. If you found a new firmware, let us know by opening a push request for [our known firmware listing](https://toniebox-reverse-engineering.github.io/docs/wiki/cc3200/firmware-list/) in the wiki.
54
58
55
-
### 1b) Preloader (Stage 1) - For updating the sd bootloader
59
+
#### Preloader installation finished
60
+
You've installed the Preloader onto the Toniebox. Please continue with [Stage 2: Installing the bootloader](#stage2) onto the SD card.
You may use the (old) Hackiebox CFW to upload the preloader. This way you can install it over the air without direct access to the flash if you have already installed a previous version of the cfw bootloader/preloader. Just run the Hackiebox CFW and use the webinterface to upload the new /sys/mcuimg.bin.
57
64
58
65
#### Backup
@@ -76,14 +83,14 @@ To verify that the upload was successful you can download the mcuimg.bin from fl
0 commit comments