PINE64
Upgraded to 3G/32G and will not boot if SD card inserted - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+--- Thread: Upgraded to 3G/32G and will not boot if SD card inserted (/showthread.php?tid=12474)



Upgraded to 3G/32G and will not boot if SD card inserted - discogribbs - 12-11-2020

Hello,

I bought the UTce phone back in June and I upgraded recently to the 3G/32G mainboard.  I flashed the eMMC and it runs fine.  If I flash an SD card it will boot and run fine.  However, if I use the eMMC with a storage only SD card inserted then it gives me a red light and never boots.  

My guess is that the phone sees the SD card, cannot see anything to boot, but then doesn't switch to the eMMC.  Is there a config I need to edit or some package I need to retrieve from the old mainboard?


RE: Upgraded to 3G/32G and will not boot if SD card inserted - hiimtye - 12-12-2020

https://forum.pine64.org/showthread.php?tid=10820


RE: Upgraded to 3G/32G and will not boot if SD card inserted - discogribbs - 12-12-2020

Wow, I thought I searched well for the fix then the "related threads" when I posted had the answer. Because I used that SD card previously (on my original mainboard) as bootable SD card it still had a remnant u-boot sector. This link gives the terminal command to fix it: https://forum.pine64.org/showthread.php?tid=6819&pid=42411#pid42411.

I inserted the SD card to my laptop, used lsblk to confirm the device, then ran "sudo dd if=/dev/zero of=/dev/mmcblk0 bs=1024 seek=8 count=2048". Afterward I did need to reformat the SD card, so ensure you have a fresh backup available.