[mc1322x] OpenOCD run routine.

Mariano Alvira mar at devl.org
Sat Feb 13 14:47:49 EST 2010


I've added the following small routine to the openocd.cfg:

proc run {file} {
     puts "loading $file into location 0x00400000 and executing..."
     soft_reset_halt
     load_image $file 0x00400000
     reg pc 0x00400000
     resume
}


It isn't much but will save you some typing.

-Mar.




More information about the mc1322x mailing list