[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [openrisc] some question



?? wrote:
> 
> Thank you, Simon!
> 
> > Actually there is linux.bin, which is consist of text and data sections
> > (and romfs image if it exist), but if you need complete image you can
> > use
> >
> > or32-uclinux-objcopy -O binary linux linux.bin
> >
> > This would produce binary image which has to start at address zero
> > (includes also romfs image).
> >
> > There are several ways to program the flash. One is, to write flash
> > loader program and merge it with linux.bin image. Such file you can
> > download to the RAM using gdb (via JTAG) and then start it.
> Thanks.
> But in this way, I must write a flash loader program.
> Excuse me, Is there some easy way to program the flash?

Well, this is not so difficult, you of course need the documentation of
the flash that you use. I will send you an example of the code that we
use for programing the flash.
--
To unsubscribe from openrisc mailing list please visit http://www.opencores.org/mailinglists.shtml