I working on the Katmai board. I'm trying to run a program in the 16MB boot flash. The user manual states the U-boot command to load Kozio diagnostics program is: => fatload xsa 0x1000000 /mnt-xsa/kdiags.katmai.img => bootm 0x1000000
This doesn't work as it does not define a device number, so I tried adding the device number with no luck. I'm using U-boot version 2009.06-rc1. Thanks. Detlev Zundel wrote: > > Hi dbrazeau, > >> This is the command I try to execute in the U-boot console: >> fatload xsa 0 0x1000000 /mnt-xsa/someprogram.img >> >> output: >> ** Invalid boot device ** > > Do you pay for every character you send, or why are you so very > restrictive in providing more information to your problem? Telling us > on what platform you work, which U-Boot version etc. would go *a long > way* in putting us into a better position to help you. > > As "git grep xsa" yields no output I'm pretty sure that you try to do > something which is not supported - at least in mainline. > > What device exactly do you try to access? > > Cheers > Detlev > > -- > Insider comment on Microsoft releasing Linux Hyper-V driver code under > GPLv2: > "It looks like hell just froze over." > -- > DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel > HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany > Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: [email protected] > _______________________________________________ > U-Boot mailing list > [email protected] > http://lists.denx.de/mailman/listinfo/u-boot > > -- View this message in context: http://www.nabble.com/How-do-you-print-view-avaliable-devices--tp24943649p24974056.html Sent from the Uboot - Users mailing list archive at Nabble.com. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

