OSDN Git Service

First commitment for the BlackTank LPC1769.
[blacktank/blacktank.git] / gdbcmd-progload.txt
1 #
2 # プログラムをロードして開始するスクリプト。
3 #
4
5 target remote localhost:3333
6 shell sleep 2
7
8 monitor halt
9 # monitor soft_reset_halt
10 shell sleep 2
11
12 load TOPPERS-ASP_BlackTank-LPC1769.axf
13 shell sleep 2
14
15 continue
16