I found
http://docwiki.gumstix.org/index.php/Root_filesystems#Using_the_CompactFlash_Card_as_the_Root_Filesystemfor booting from a CF card. fw_printenv shows this:
bootcmd=icache on; setenv stderr nulldev; setenv stdout nulldev; if
pinit on && fatload ide 0 a2000000 gumstix-factory.script; then setenv
stdout serial; setenv stderr serial; echo Found gumstix-factory.script
on CF...; autoscr; else if mmcinit && fatload mmc 0 a2000000
gumstix-factory.script; then setenv stdout serial; setenv stderr
serial; echo Found gumstix-factory.script on MMC...; autoscr; else
setenv stdout serial; setenv stderr serial; fsload && bootm; fi; fi
That looks the same as the one on the wiki page, so my first question
is just to confirm, is it already looking at the CF card for a kernel
and file system to boot with? Second, where does the kernel and file
system image need to go?
--
Scott Lerman
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone_______________________________________________
gumstix-users mailing list
gumstix-users@...
https://lists.sourceforge.net/lists/listinfo/gumstix-users