04-30-2022, 02:54 AM
Thanks a lot for mailing me mrfixit's uboot package and your instructions dtw!
Writing the img files to eMMC seemed to go well:
I may have gotten something wrong though as the PBP still doesn't boot from the eMMC. The green power LED is the only sign of life..
Writing the img files to eMMC seemed to go well:
Quote:sudo dd if=uboot.img of=/dev/mmcblk2 seek=8 bs=1M
4+0 records in
4+0 records out
4194304 bytes (4.2 MB, 4.0 MiB) copied, 0.021836 s, 192 MB/s
sudo dd if=trust.img of=/dev/mmcblk2 seek=12 bs=1M
4+0 records in
4+0 records out
4194304 bytes (4.2 MB, 4.0 MiB) copied, 0.0206306 s, 203 MB/s
sudo dd if=idbloader.img of=/dev/mmcblk2 seek=64 bs=512
319+1 records in
319+1 records out
163836 bytes (164 kB, 160 KiB) copied, 0.00230385 s, 71.1 MB/s
I may have gotten something wrong though as the PBP still doesn't boot from the eMMC. The green power LED is the only sign of life..