migration
This commit is contained in:
@@ -1,14 +1,14 @@
|
|||||||
# Sillyfilly-espdumper
|
# Sillyfilly-espdumper
|
||||||
silly little thing to dump any memory and flash regions from esp chips
|
silly little thing to dump any memory and flash regions from esp chips
|
||||||
needs [esp-idf-tools](https://github.com/PrincessPi3/esp-idf-tools)
|
needs [esp-idf-tools](https://github.com/PrincessPi3/esp-idf-tools)
|
||||||
|
|
||||||
just edit the file for your specifications
|
just edit the file for your specifications
|
||||||
### config file format:
|
### config file format:
|
||||||
name start(hex) length(hex)
|
name start(hex) length(hex)
|
||||||
one per line, no underscores in the hex
|
one per line, no underscores in the hex
|
||||||
|
|
||||||
example:
|
example:
|
||||||
```
|
```
|
||||||
ROM0 0x40000000 0x4FFFF
|
ROM0 0x40000000 0x4FFFF
|
||||||
Peripherals-1 0x600C0000 0xFFF
|
Peripherals-1 0x600C0000 0xFFF
|
||||||
````
|
````
|
||||||
Reference in New Issue
Block a user