Re: how to write an image file into flash memory in linux
From: Grant Edwards (grante_at_visi.com)
Date: 02/05/05
- Next message: konkan: "PCI -1 1013"
- Previous message: uresh.kuruhuri_at_gmail.com: "how to write an image file into flash memory in linux"
- In reply to: uresh.kuruhuri_at_gmail.com: "how to write an image file into flash memory in linux"
- Next in thread: VSS: "Re: how to write an image file into flash memory in linux"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 05 Feb 2005 05:22:17 GMT
On 2005-02-05, uresh.kuruhuri@gmail.com <uresh.kuruhuri@gmail.com> wrote:
> I have a task to get it done. it is to write an image file
> downloaded from a http server and to load it in the FLASH
> memory.
Into what flash memory?
> how do i do this under the Linux environment using C.
You don't need C.
1) Put the flash chip in the programmer.
2) Connect the serial port on the programmer to the PC serial
port.
3) Set the baud rate and parity using stty.
4) Tell the programmer to load a hex file from the serial port.
5) "cat" the hex file out the serial port.
6) Push the "program" button on the programmer.
> Help in this regard is expected from all the peers....
I'm no peer, just a commoner....
But seriously, your question is so vague it's almost
meaningless. There is no chance at all you'll get a useful
answer.
http://www.catb.org/~esr/faqs/smart-questions.html
--
Grant Edwards grante Yow! Yow! We're going to
at a new disco!
visi.com
- Next message: konkan: "PCI -1 1013"
- Previous message: uresh.kuruhuri_at_gmail.com: "how to write an image file into flash memory in linux"
- In reply to: uresh.kuruhuri_at_gmail.com: "how to write an image file into flash memory in linux"
- Next in thread: VSS: "Re: how to write an image file into flash memory in linux"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|