[U-Boot-Users] Can i use the U-boot directly RAM than FLASH
Woodruff, Richard
r-woodruff2 at ti.com
Mon Sep 5 14:25:51 CEST 2005
Yes, but It depends on the architecture and port. For OMAP24xx board
you can use jtag and load directly into SDRAM and execute, or you can
change the base address in config.mk and compile for SRAM and load and
run from there. It is handy to use u-boot from RAM to burn a version
into flash.
For this to work, along with the compile addresses, the code needs to
worry about modifying clocks while executing in a given memory. The
ARM-242X port does this at run time, others may or may not.
Regards,
Richard W.
________________________________
From: u-boot-users-admin at lists.sourceforge.net
[mailto:u-boot-users-admin at lists.sourceforge.net] On Behalf Of
Harshapvstus
Sent: Monday, September 05, 2005 12:58 AM
To: u-boot-users at lists.sourceforge.net
Subject: [U-Boot-Users] Can i use the U-boot directly RAM than FLASH
Hi,
Can i use the u-boot.bin file directly too boot from RAM rather than
storing it to FLASH?
If i can What are the necessary changes i should make.in the free source
code ?
Thanks
Harsha S
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20050905/186951e1/attachment.htm
More information about the U-Boot
mailing list