Changes between Version 19 and Version 20 of TBR/BSP/Beagleboard


Ignore:
Timestamp:
04/17/14 05:38:01 (10 years ago)
Author:
ChrisJohns
Comment:

/* JTAG */

Legend:

Unmodified
Added
Removed
Modified
  • TBR/BSP/Beagleboard

    v19 v20  
    193193To run OpenOCD:
    194194
    195   $ cat bbxm.cfg
    196   source [find interface/ftdi/flyswatter2.cfg]
    197   source [find board/ti_beagleboard_xm.cfg] 
    198   init
     195  $ curl http://www.rtems.org/ftp/pub/rtems/people/chrisj/beagle/bbxm.cfg > bbxm.cfg
    199196  $ ~/development/openocd/git/bin/openocd -f bbxm.cfg -c "reset"
    200197  Open On-Chip Debugger 0.8.0-dev-00014-gd3d0bf2-dirty (2013-07-21-15:32)
     
    220217  dm37x.cpu: cpsr: 0x000001f3 pc: 0x00015dec
    221218  dm37x.cpu: MMU: disabled, D-Cache: disabled, I-Cache: enabled
     219
     220The file http://www.rtems.org/ftp/pub/rtems/people/chrisj/beagle/bbxm.cfg contains initialisation sequence needed to get the board set up so code can be downloaded into RAM. The sequence is from the cunnig capture Ben did with qemu.
    222221= Building U-Boot =
    223222