Cool beans! It looks like we have a process, or a set of things to try when you PE is borked. After I marked the bad blocks on my new PE, it also failed to boot. I reran all of the steps, but I think this is what did it:
//Restore regular boot
tftp 0x7D00000 ramdisk.android.gz.crc
nand erase 0x1200000 0x140000
nand write 0x7D00000 0x1200000 0x100000
//Restore boot_user (PE Restore Mode)
tftp 0x7D00000 ramdisk.maint.gz.crc
nand erase 0x1300000 0x700000
nand write 0x7D00000 0x1300000 0x6C0000
reset
run boot_user
-- Jim
|