Re: [Openocd-development] load_image question

2010-03-24 Thread Michel Catudal
Le 24/03/2010 17:35, michal smulski a écrit : > Hi, > > I have an ARM IC with internal flash (512kbytes) and sram (64kbytes). I > am trying to write flash via jtag. The idea is to split the image into > 64kb chunks and upload them via jtag one at a time to internal SRAM; > then burn to flash. > How

Re: [Openocd-development] load_image question

2010-03-24 Thread Freddie Chopin
On 2010-03-24 22:35, michal smulski wrote: I have an ARM IC with internal flash (512kbytes) and sram (64kbytes). I am trying to write flash via jtag. The idea is to split the image into 64kb chunks and upload them via jtag one at a time to internal SRAM; then burn to flash. However, I can't seem

[Openocd-development] load_image question

2010-03-24 Thread michal smulski
Hi, I have an ARM IC with internal flash (512kbytes) and sram (64kbytes). I am trying to write flash via jtag. The idea is to split the image into 64kb chunks and upload them via jtag one at a time to internal SRAM; then burn to flash. However, I can't seem to find an appropriate openocd command t