Hello Rich,
I cannot open the website you have given
.
http://www.testardi.com/rich/coldfire/flasher.htm
Could you please provide me again
Thanks
Ganesh
Sorry for the delayed reply -- somehow I did not get the e-mail notification...
If you want to use a ColdFire device to program another one with an S19 file, it is now totally trivial.
You can install StickOS on one device (http://www.cpustick.com/downloads.htm), and then wire up its SPI lines to the other device (http://www.cpustick.com/stickos.htm#_Toc294447719) and then you can log into StickOS via a terminal emulator and first set the pins as you have wired them with the "pins" command, and then use the "download <n>" command, where <n> is the target device system clock in Hz (typically 8000000 after reset and before running code, but it depends on how you have CLKMOD* wired). Then paste the S19 file into the terminal emulator and it will reset the target, put it into EzPort mode, and download the file.
You can also see all the code to do this in the skeleton project at the bottom of the downloads page. Full documentation on StickOS is also on the downloads page, or here: http://www.cpustick.com/stickos.htm
Feel free to e-mail if you have questions.
-- Rich (rich@testardi.com)
Hi,
I am developing my own EzPort Flasher. I have some problems with PP command execution. I was hopping to get some info from this topic, but your link is gone. Could you move info at some readable location? Thanks in advance!