Changes between Version 7 and Version 8 of Hardware/jCM/cCM2/bDev
- Timestamp:
- Oct 16, 2008, 6:36:54 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Hardware/jCM/cCM2/bDev
v7 v8 13 13 14 14 == Firmware Programming == 15 16 CM2 build configuration is done by overriding variables from the first few hundred lines of the Makefile on the {{{make}}} command line. 15 17 16 18 === JTAG Programmer Hardware === … … 32 34 }}} 33 35 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.36 It 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. 35 37 36 38 You 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. … … 66 68 }}} 67 69 68 CM2 build configuration is done by overriding variables from the first few hundred lines of the Makefile on the {{{make}}} command line.70 This build procedure is what makes people balk at building vanilla arm-elf debian packages. 69 71 70 72 == Debugger ==