11-17-2018, 08:32 AM
(11-17-2018, 07:18 AM)jschall Wrote: The problem is with that particular card, Pinebook "thinks" it should boot from it, but there's nothing there.
Even if you re-formatted the partition, this doesn't remove the u-boot sectors from SDCard ...
To get rid of u-boot, you need to erase few sectors with the following command :
Code:
dd if=/dev/zero of=/dev/mmcblk0 bs=1024 seek=8 count=2048