I am there now.
after the bbt bad blocks reallocation, new images were needed to be written.
elementary my dear watsons/
it is dingoing happy now, will update it all the way to allmine shortly.
//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
|