Costmetic update to comments/README file

This commit is contained in:
Gregory Nutt 2014-06-18 17:40:06 -06:00
parent 4f06b2c32d
commit acf42e2ce4
2 changed files with 6 additions and 4 deletions

View File

@ -48,7 +48,7 @@
#include <arch/avr/avr.h>
/****************************************************************************
* Definitions
* Pre-processor Definitions
****************************************************************************/
/* The ATmega128 has 35 interrupt vectors including vector 0, the reset

View File

@ -2949,7 +2949,8 @@ Configurations
a) Hold the DIS_BOOT button and
b) With the DIS_BOOT button pressed, power cycle the board.
b) With the DIS_BOOT button pressed, power cycle the board. A
reset does not seem to be sufficient.
c) The serial should show RomBOOT in a terminal window (at 115200
8N1) and nothing more.
@ -2957,9 +2958,10 @@ Configurations
d) Press ENTER in the terminal window a few times to enable JTAG.
e) Start the Segger GDB server. It should successfully connect to
the board via JTAG.
the board via JTAG (if JTAG was correctly enabled in step d)).
f) Start GDB, connect, to the GDB server, load NuttX, and debug.
f) Start GDB
gdb> target remote localhost:2331
gdb> mon halt (don't do mon reset)
gdb> load nuttx