EmbeddedRelated.com
Forums
The 2024 Embedded Online Conference

LPC2468 flash utility

Started by Ravi Shankar Rangam May 1, 2008
Hi,

I have downloaded LPC2000 flash utility software from NXP, but my
device (lpc2468) is not listed in the Device List of the Software
utility.

I am building my own board for LPC2468.

1) Is there any other software required to download the image to on
chip Flash?
2) Is there any updated version of software is available?
Thanks in advance,
Ravi

An Engineer's Guide to the LPC2100 Series

You could try flash magic?

http://www.flashmagictool.com/

Dev.

_____

From: l... [mailto:l...] On Behalf Of
Ravi Shankar Rangam
Sent: 01 May 2008 11:30
To: l...
Subject: [lpc2000] LPC2468 flash utility

Hi,

I have downloaded LPC2000 flash utility software from NXP, but my
device (lpc2468) is not listed in the Device List of the Software
utility.

I am building my own board for LPC2468.

1) Is there any other software required to download the image to on
chip Flash?
2) Is there any updated version of software is available?

Thanks in advance,
Ravi


Thank you, Dev

Regards,
Ravi

On Thu, May 1, 2008 at 4:25 PM, wrote:

> You could try flash magic?
>
> http://www.flashmagictool.com/
>
> Dev.
>
> _____
>
> From: l... [mailto:
> l... ] On Behalf Of
> Ravi Shankar Rangam
> Sent: 01 May 2008 11:30
> To: l...
> Subject: [lpc2000] LPC2468 flash utility
> Hi,
>
> I have downloaded LPC2000 flash utility software from NXP, but my
> device (lpc2468) is not listed in the Device List of the Software
> utility.
>
> I am building my own board for LPC2468.
>
> 1) Is there any other software required to download the image to on
> chip Flash?
> 2) Is there any updated version of software is available?
>
> Thanks in advance,
> Ravi
>
>
>
>
>

--
regards
ravi

Hello,

do you now how I can use the flash magic tool with commando lines??

Greetings,

Michael

Von: l... [mailto:l...] Im Auftrag von
t...@tte-systems.com
Gesendet: Donnerstag, 1. Mai 2008 12:56
An: l...
Betreff: RE: [lpc2000] LPC2468 flash utility

You could try flash magic?

http://www.flashmagictool.com/

Dev.

_____

From: l...
[mailto:l... ] On
Behalf Of
Ravi Shankar Rangam
Sent: 01 May 2008 11:30
To: l...
Subject: [lpc2000] LPC2468 flash utility

Hi,

I have downloaded LPC2000 flash utility software from NXP, but my
device (lpc2468) is not listed in the Device List of the Software
utility.

I am building my own board for LPC2468.

1) Is there any other software required to download the image to on
chip Flash?
2) Is there any updated version of software is available?

Thanks in advance,
Ravi




Hi Michael,

afaik, such an option exists but it might not be free of charge. Using
FM with command lines and in batch programming makes it a production tool.
You can ask the question also at the dedicated forum for FM
http://forum.flashmagictool.com/index.php?board=5.0

Bob

--- In l..., "micha" wrote:
>
> Hello,
>
> do you now how I can use the flash magic tool with commando lines??
>
>
>
> Greetings,
>
> Michael
>
>
>
> Von: l... [mailto:l...] Im
Auftrag von
> tech@...
> Gesendet: Donnerstag, 1. Mai 2008 12:56
> An: l...
> Betreff: RE: [lpc2000] LPC2468 flash utility
>
>
>
> You could try flash magic?
>
> http://www.flashmagictool.com/
>
> Dev.
>
> _____
>
> From: l...
> [mailto:l... ] On
> Behalf Of
> Ravi Shankar Rangam
> Sent: 01 May 2008 11:30
> To: l...
> Subject: [lpc2000] LPC2468 flash utility
>
> Hi,
>
> I have downloaded LPC2000 flash utility software from NXP, but my
> device (lpc2468) is not listed in the Device List of the Software
> utility.
>
> I am building my own board for LPC2468.
>
> 1) Is there any other software required to download the image to on
> chip Flash?
> 2) Is there any updated version of software is available?
>
> Thanks in advance,
> Ravi
>
>
>
>
>
>
>

> > Hello,
> >
> > do you now how I can use the flash magic tool with commando lines??
> >
> >
> >
> > Greetings,
> >
> > Michael
> >

Just download Flashmagic intall it and read chapter 8 in the manual
which shows you how use the command line interface. We use it without
problems

Below is an example of a script file we pass to FM to program a device.

Cheers

Martin Honeywill

COM(18, 38400)
DEVICE(LPC2148, 12.000000)
HARDWARE(BOOTEXEC, 50, 100)

ERASEUSED(EL4\ARM Flash Release\EL4.hex, PROTECTISP)
HEXFILE(EL4\ARM Flash Release\EL4.hex, NOCHECKSUMS, NOFILL, PROTECTISP)
VERIFY(EL4\ARM Flash Release\EL4.hex, NOCHECKSUMS)

The 2024 Embedded Online Conference