This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Réf. : Re: Flash programming using GDB with ARMMulti-ICE


Hello,

If i understand:

1. Write a "stub" to initiate memory map
2. Write I/O routines to copy image to be burned from host to target RAM
(through DCC)
3. Copy from RAM to flash

The run that using GDB/Multi-ICE and everything should work.

Am i right? Are you aware of an available library for that?

Thanks!

Jimmy





"Grant Edwards" <grante@visi.com> le 2002-08-06 16:23:58

Pour : jimmy.gendron@telus.com
cc :   gdb@sources.redhat.com
Objet :     Re: Flash programming using GDB with ARM Multi-ICE


On Tue, Aug 06, 2002 at 03:24:46PM -0400, jimmy.gendron@telus.com wrote:

> we are developing a new board based on the Intel PXA250
> processor.
>
> I would like to know if we can program on-board flash using GDB
> with a Multi-ICE unit from ARM?

Yes.  The easiest thing to do is to write a small program that
can burn flash, link it together with the data you want
programmed, download the lot into RAM, and run it.

--
Grant Edwards
grante@visi.com







Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]