Skip to content

Commit c8cf681

Browse files
authored
Add optional hint
1 parent 6aa486a commit c8cf681

File tree

1 file changed

+1
-1
lines changed
  • content/docs/custom-firmware/cc3200/hackieboxng-bl

1 file changed

+1
-1
lines changed

content/docs/custom-firmware/cc3200/hackieboxng-bl/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ cc3200tool -p COM3 write_file flash/sys/mcuimg.bin /sys/mcuimg.bin
4949
cc3200tool -p COM3 read_file /sys/mcuimg.bin mcuimg.bin write_file mcuimg.bin /sys/pre-img.bin write_file flash/sys/mcuimg.bin /sys/mcuimg.bin
5050
```
5151

52-
#### Dumping the original firmware
52+
#### Dumping the original firmware (optional)
5353
The box saves up to 3 different versions of the OFW. It can be found flash:/sys/mcuimgN.bin (replace N with 1, 2 or 3). A command to dump all three versions would be:
5454
```
5555
cc3200tool -p COM3 read_file /sys/mcuimg1.bin mcuimg1.bin read_file /sys/mcuimg2.bin mcuimg2.bin read_file /sys/mcuimg3.bin mcuimg3.bin

0 commit comments

Comments
 (0)