EmbeddedRelated.com
Forums
The 2024 Embedded Online Conference

LPC bootloader interface tools for linux

Started by cerfinker January 12, 2004
Hello all, I just posted (in the files area: lpc_host_tools.tar.gz)
some code I wrote to support file upload and bootloader interface to
the LPC on linux. I did this stuff a few months ago so I don't totally
remember everything about it, but its pretty simple and should be able
to be modified easily. It is really just three command line tools:

lpc_sync - syncs the target bootloader and host
lpc_ramwrite - uploads a file to target ram
lpc_cmd - passes a command and argument to target bootloader

I wrote and tested these in order to upload and run a simple program
from ram and from flash. Then I stopped working on the LPC stuff since
I got busy with other things and my strongarm conigured libc printf
didn't seem to work right off the bat (anyone have an idea on how to
get printf working with some free libc?).

Anyway, hope these are useful for someone, enjoy!

-Holly


An Engineer's Guide to the LPC2100 Series


The 2024 Embedded Online Conference