Welcome! Log In Create A New Profile

Advanced

uboot-original-mtd0.kwb missing - load from USB?

Posted by naugtur 
uboot-original-mtd0.kwb missing - load from USB?
January 17, 2011 02:28PM
Hi.

I flashed uBoot on a brand new dockstar correctly, but the uboot-original-mtd0.kwb haven't been written to / (my fault)

How can I make uBoot load it from pendrive?

now it's:
pogo_bootcmd=if fsload uboot-original-mtd0.kwb; then go 0x800200; fi

I suppose it should be something like that:
pogo_bootcmd=if ext2load usb 0:1 0x800200 /uboot-original-mtd0.kwb; then go 0x800200; fi

But I'm not sure if it would work and I can't brick the device totally. At the moment it at least starts uBoot.

EDIT

no answers...
I experimented and got it right:
pogo_bootcmd=if ext2load usb 0:1 0x800000 /uboot-original-mtd0.kwb; then go 0x800200; fi



Edited 3 time(s). Last edit at 02/12/2011 11:20AM by naugtur.
Author:

Your Email:


Subject:


Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.
Message: