Changes between Version 7 and Version 8 of Hardware/jCM/cCM2/bDev


Ignore:
Timestamp:
Oct 16, 2008, 6:36:54 PM (16 years ago)
Author:
Joseph F. Miklojcik III
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Hardware/jCM/cCM2/bDev

    v7 v8  
    1313
    1414== Firmware Programming ==
     15
     16CM2 build configuration is done by overriding variables from the first few hundred lines of the Makefile on the {{{make}}} command line.
    1517
    1618=== JTAG Programmer Hardware ===
     
    3234}}}
    3335
    34 It is listening for gdb connections on default port 3333. Note that openocd daemon is started automatically and should be up and running at all times.
     36It is listening for gdb connections on default port 3333. Note that openocd has a startup script and should be running at all times.  Often there's a {{{native}}} screen session with an obvious name like {{{openocd}}} that displays the openocd log.
    3537
    3638You can develop on your private system and run {{{arm-elf-gdb}}} against openocd remotely.  sb3 does not expose an ssh port, but you can tunnel through {{{gw.orbit-lab.org}}} with a command like the following.
     
    6668}}}
    6769
    68 CM2 build configuration is done by overriding variables from the first few hundred lines of the Makefile on the {{{make}}} command line.
     70This build procedure is what makes people balk at building vanilla arm-elf debian packages.
    6971
    7072== Debugger ==