firmware: bootloader with firmware upgrade

This commit is contained in:
ikari
2011-02-17 18:57:10 +01:00
parent 2d15e24f4d
commit cb202569d1
49 changed files with 9055 additions and 5 deletions

12
src/bootldr/erase.script Normal file
View File

@@ -0,0 +1,12 @@
# 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