* omap flash programming
@ 2007-12-04 4:47 kathirvel nachimuthu
2007-12-04 5:28 ` Steve Poulsen
0 siblings, 1 reply; 3+ messages in thread
From: kathirvel nachimuthu @ 2007-12-04 4:47 UTC (permalink / raw)
To: linux-omap-open-source
hi,
I am working with omap5912 based new development.
how can flash my boot loader in to my target board.
i have ccs version 3.1.
thanks in advance
kathir
---------------------------------
Unlimited freedom, unlimited storage. Get it now
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: omap flash programming
2007-12-04 4:47 omap flash programming kathirvel nachimuthu
@ 2007-12-04 5:28 ` Steve Poulsen
2007-12-04 14:20 ` Hunter, Jon
0 siblings, 1 reply; 3+ messages in thread
From: Steve Poulsen @ 2007-12-04 5:28 UTC (permalink / raw)
To: kathirvel nachimuthu; +Cc: linux-omap-open-source
Kathir,
There are several ways to accomplish this. If your board has a working
u-boot flashed in it, then you can do it from the u-boot prompts via
kermit, or tftp.
If you don't have u-boot working yet, then I recommend the u-boot.out
file that comes on the CD. If you load it and run it, it should flash
u-boot into the system. Then you can use the kermit/tftp from u-boot to
flash your own bootloader. Another approach is the USB bootloader,
which will reflash a new u-boot into your board.
I strongly recommend you look at the OSK5912 newbie guide. Search for
this: "osk5912 newbie guide" on the web and you get an excellent
document that should help you accomplish what you need.
Steve Poulsen
Communication Systems Solutions
kathirvel nachimuthu wrote:
> hi,
> I am working with omap5912 based new development.
> how can flash my boot loader in to my target board.
> i have ccs version 3.1.
>
> thanks in advance
> kathir
>
>
>
> ---------------------------------
> Unlimited freedom, unlimited storage. Get it now
> _______________________________________________
> Linux-omap-open-source mailing list
> Linux-omap-open-source@linux.omap.com
> http://linux.omap.com/mailman/listinfo/linux-omap-open-source
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: omap flash programming
2007-12-04 5:28 ` Steve Poulsen
@ 2007-12-04 14:20 ` Hunter, Jon
0 siblings, 0 replies; 3+ messages in thread
From: Hunter, Jon @ 2007-12-04 14:20 UTC (permalink / raw)
To: Steve Poulsen, kathirvel nachimuthu; +Cc: linux-omap-open-source
> If you don't have u-boot working yet, then I recommend the u-boot.out
> file that comes on the CD. If you load it and run it, it should flash
> u-boot into the system.
Actually, if you have CCS and a JTAG emulator, then instead of using the
u-boot.out file that comes with the CD, you can just use CCS to download
the "u-boot" file that gets built when build u-boot. CCS has the ability
to load COFF and ELF formated files. The u-boot builds 3 files, namely
u-boot.srec, u-boot.bin and u-boot. The last file is an ELF file.
So to summarise:
1). Load the u-boot file with CCS and run it
2). Use u-boot to download the u-boot.bin with tftp or kermit
3). Use u-boot to program the u-boot.bin into flash.
Cheers
Jon
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-12-04 14:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-04 4:47 omap flash programming kathirvel nachimuthu
2007-12-04 5:28 ` Steve Poulsen
2007-12-04 14:20 ` Hunter, Jon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox