Re: [Openocd-development] [PATCH 0/6] OMAP4430/Cortex-A9 Support

2011-01-28 Thread Aaron Carroll
Hi Luca, On 28/01/11 22:18, luca ellero wrote: I think it would be easy to add a flag or similar to the memory dump commands in OpenOCD to have the A9 issue memory accesses on behalf of the debugger, so we can access resources on the L2 interconnect... it is already like this on some CPUs. Not s

[Openocd-development] Flash Freescale 56F8013?

2011-01-28 Thread Phil Fong
I have a Freescale 56F8013 which is a DSC from the DSP56800E family that I want to flash. I am planning on connecting a FTDI FT2232H to the JTAG pins and wish to flash it. Freescale provides documentation as to the TAP and ON/CE commands needed to program the flash (http://cache.freescale.com

Re: [Openocd-development] [PATCH 0/6] OMAP4430/Cortex-A9 Support

2011-01-28 Thread luca ellero
Hi Aaron, On 28/01/2011 5.45, Aaron Carroll wrote: The reason that you can't read the ROM through the debugger is because it reads memory through the AHB-AP, which sits on the L3 interconnect. However, the ROM is actually on the A9's internal L2 interconnect. On the L3, 0x40028000 doesn't map t