bla9,
Cool! so you can try to unplug your USB rootfs and let it boot automatically.
Interrupt serial console and
and then
If it boots successfully to stock OS, then plug in the USB rootfs. And reboot back into Debian, set the envs permanently:
Shutdown, unplug the USB and power up. It should boot in to Pogo OS.
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.