File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,17 +40,17 @@ Usage: mdloader [options] ...
40
40
```
41
41
To detect connected devices ready for programming:
42
42
43
- mdloader --list
43
+ ` mdloader --list `
44
44
45
45
Assume for example the listing included a device at port name THE_PORT
46
46
47
47
To write firmware to the device:
48
48
49
- mdloader -p THE_PORT -D new_firmware.bin
49
+ ` mdloader --port THE_PORT --download new_firmware.bin --restart `
50
50
51
51
To read firmware from the device:
52
52
53
- mdloader -p THE_PORT -U read_firmware.bin --addr 0x4000 --size 0x10000
53
+ ` mdloader --port THE_PORT --upload read_firmware.bin --addr 0x4000 --size 0x10000 `
54
54
55
55
Test mode may be used to test operations, just use the -t or --test switch.
56
56
Test mode also allows viewing of binary data from a read instead of writing to a file.
You can’t perform that action at this time.
0 commit comments