I wasn't able to make a copy of the original u-boot on my GoFlexNet. I had to install bodhi's latest u-boot via tftp since I could not run kwboot. Is there a repository of original pogo goflexnet files up on dropbox? I searched the forum as best I could and can't find any suggestions for this issue. I need it so I can use the following in my env vars:
Alternatively, it seems the reason I need the original is that the kernel decrypting for the original MTD1 uses a different algorithm than the new u-boot I installed. Any way to extract the old kernel and re-encrypt with latest algorithm?
TIA
Jerry
setenv pogo_bootcmd 'if fsload uboot-original-mtd0.kwb; then go 0x800200; fi'
Alternatively, it seems the reason I need the original is that the kernel decrypting for the original MTD1 uses a different algorithm than the new u-boot I installed. Any way to extract the old kernel and re-encrypt with latest algorithm?
TIA
Jerry