I tried reflashing the dockstar with this procedure:
viewtopic.php?f=30&t=1323
After I issue the last command "bootm 0x800000" it will:
- successfully start boot
at some point in the boot sequence I see a reboot is issued
after this reboot, it hangs at "Uncompressing Linux......"
after a re-power it hangs at the same spot
If I perform the procedure and only load the kernel (not the ramdisk), the "bootm 0x800000" command will:
- successfully start boot
complete boot with no reboot
if I re-power though, it will hang at "Uncompressing Linux...." again
Any thought on what is happening?
There does seem to be a difference if I do not load the ram image (although neither method ultimately works).
In the instructions, they refer to the ram image as ce_ramdisk_v2.0b.img, however the link downloads a gzipped file called ce_ramdisk_v2.0b.gz. Does anybody know if I load the complete gzipped file or do I have to unzip it first before loading via tftp? I tried both and results were same. This kinda stuns me (you would think the results would be vastly different if that ram image actually does something).
Thanks