--- Quote Start ---
originally posted by iriver@Jun 19 2006, 06:26 PM
to hippo
you mean that i need not change the u-boot in order to boot linux.now,my u-boot run on sdram,then if i want to run the linux,i only use the u-boot command to download the uncompress image into a sdram address,is it that?
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=16243)
--- quote end ---
--- Quote End ---
Now you should program the uboot to flash, with nios2-flash-programmer (or uboot itself).
So that uboot will start on reset.
http://nioswiki.jot.com/wikihome/operating...flashprogrammer (
http://nioswiki.jot.com/wikihome/operatingsystems/flashprogrammer)
Then you can use tftp from uboot to download linux image and run. Or you can program the linux image to flash and run it with a uboot script. You should not overlap those images both in sdram and flash.
http://www.denx.de/wiki/dulg/manual (
http://www.denx.de/wiki/dulg/manual)
http://docs.blackfin.uclinux.org/doku.php?...oot_on_blackfin (
http://docs.blackfin.uclinux.org/doku.php?id=das_u-boot_on_blackfin)