nuttx/configs/sam4e-ek/tools/gdb.ini
2016-04-10 07:57:59 -06:00

8 lines
105 B
INI

target remote localhost:3333
file nuttx
b os_start
mon at91sam4 gpnvm set 1
load
mon reset init
continue