Changes between Version 1 and Version 2 of TBR/BSP/LM4F120


Ignore:
Timestamp:
08/15/13 01:21:18 (11 years ago)
Author:
KarelGardas
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TBR/BSP/LM4F120

    v1 v2  
    5757
    5858
    59 See <ref name="Debugging">
     59See ''Debugging''
    6060= Debugging =
    6161
    6262
    63 Using OpenOCD >= 0.7.0. This OpenOCD release added Stellaris ICDI support. On Windows I'm using ''bin\openocd-0.7.0.exe -f scripts\board\ek-lm4f120xl.cfg'' to start the debugger. Then I connect to it GNU RTEMS debugger by
     63Using OpenOCD >= 0.7.0. This OpenOCD release added Stellaris ICDI support. On Windows I'm using ''bin\openocd-0.7.0.exe -f scripts\board\ek-lm4f120xl.cfg'' to start the debugger. Then I connect to it GNU RTEMS debugger by:
    6464
    65 ''target remote localhost:3333
    66 monitor reset halt
    67 load <rtems.exe>
    68 cont
    69 ''
     65  target remote localhost:3333
     66  monitor reset halt
     67  load <rtems.exe>
     68  cont
    7069= Test Reports =
    7170