changing circuitry to disable RTC, update initialization to match
[fw/openalt] / init.gdb
1 # configure gdb to use openocd to talk to the LPC2148 board via Olimex USB JTAG
2
3 #target remote localhost:3333
4 #monitor arm7_9 sw_bkpts enable
5 #monitor poll
6
7 target remote localhost:3333
8 monitor reset
9 monitor sleep 500
10 monitor soft_reset_halt
11 #monitor mww 0xFFFFFF00 0x01
12 #monitor reg pc 0x00000000
13 monitor poll
14 monitor wait_halt
15 monitor ARM7_9 force_hw_bkpts enable
16 symbol-file lpc2148.elf
17 thbreak main
18 #load
19 continue