mirror of
https://github.com/ghidraninja/game-and-watch-flashdumper.git
synced 2025-12-17 07:16:08 +01:00
11 lines
187 B
INI
11 lines
187 B
INI
source [find interface/jlink.cfg]
|
|
transport select swd
|
|
source [find target/stm32h7x.cfg]
|
|
|
|
init
|
|
sleep 1000
|
|
echo "Dumping"
|
|
dump_image flash_backup.bin 0x90000000 1048576
|
|
echo "Done!"
|
|
#exit
|