Files
sd2snes/src/tests/flash.script
2011-12-19 22:17:49 +01:00

13 lines
200 B
Plaintext

# mthomas 4/2008, tested with OpenOCD SVN555
#flash probe 0
#flash erase_check 0
#flash protect_check 0
#flash info 0
reset init
flash write_image erase unlock obj/sd2snes.bin 0
reset run
shutdown