Quantcast
Channel: pogoplug E02 prompt "ERROR: can't get kernel image!", please help!
Viewing all articles
Browse latest Browse all 50

Re: pogoplug E02 prompt "ERROR: can't get kernel image!", please help!

$
0
0
bla9,

Cool! so you can try to unplug your USB rootfs and let it boot automatically.

Interrupt serial console and
setenv pogo_bootcmd 'if fsload uboot-original-mtd0.kwb; then go 0x800200; fi'
setenv bootcmd 'run bootcmd_uenv; run scan_disk; run set_bootargs; run bootcmd_exec; run pogo_bootcmd; reset'

and then
boot

If it boots successfully to stock OS, then plug in the USB rootfs. And reboot back into Debian, set the envs permanently:

fw_setenv pogo_bootcmd 'if fsload uboot-original-mtd0.kwb; then go 0x800200; fi'
fw_setenv bootcmd 'run bootcmd_uenv; run scan_disk; run set_bootargs; run bootcmd_exec; run pogo_bootcmd; reset'

Shutdown, unplug the USB and power up. It should boot in to Pogo OS.

Viewing all articles
Browse latest Browse all 50

Trending Articles