Actually, you can access the uboot area with DIAGS! Just login to console and you would be able to backup the uboot with dd if=/dev/mmcblk0boot0 of=/file/name/of/backup. To flash new uboot, just enter bist fastboot in uboot and use fastboot tool to flash your new uboot to prod area.
|