[BACK]Return to openocd_flash.scr CVS log [TXT][DIR] Up to [local] / funnyos / arch / sam7s64

Annotation of funnyos/arch/sam7s64/openocd_flash.scr, Revision 1.2

1.1       init        1: halt
                      2: sleep 10
                      3: mww 0xfffffd44 0x00008000
                      4: mww 0xfffffd08 0xa5000001
                      5: mww 0xfffffc20 0x00000601
                      6: sleep 10
                      7: mww 0xfffffc2c 0x00481c0e
                      8: sleep 10
                      9: mww 0xfffffc30 0x00000007
                     10: sleep 10
                     11: mww 0xffffff60 0x003c0100
                     12: arm7_9 force_hw_bkpts enable
                     13: arm7_9 dcc_downloads enable
                     14: sleep 10
                     15: poll
                     16: flash probe 0
                     17: flash erase 0 0 15
1.2     ! nbrk       18: flash write 0 a.bin 0x0
1.1       init       19: reset run
                     20: sleep 10
                     21: shutdown
                     22:

CVSweb