View Single Post
Old 11-18-2011, 03:06 AM   #131
perldude69
Fun-ologist
perldude69 began at the beginning.
 
Posts: 41
Karma: 10
Join Date: Oct 2011
Device: Pocket Edge, Galaxy S
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
perldude69 is offline   Reply With Quote