13 lines
179 B
Plaintext
13 lines
179 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 erase_sector 0 0 last
|
|
reset run
|
|
shutdown
|
|
|