08-30-2022, 08:15 PM
Tried this:
sudo dd if=/dev/zero of=/dev/mmcblk2 seek=64 count=400 conv=fsync
as per the note:
Note: The bootloader (such as U-Boot) resides in the free space in front of the first partition. Wiping the bootloader from the eMMC to make the PinePhone Pro boot from microSD card can be done using sudo dd if=/dev/zero of=/dev/mmcblk2 seek=64 count=400 conv=fsync. Formatting the drive or deleting the partition table is not sufficient to wipe the bootloader.
from here:
https://wiki.pine64.org/wiki/PinePhone_Pro#Boot_order
... and (surprisingly for me) manjaro-arm still boots
I cannot get it to boot from the SD Card to install Tow-Boot
and I thought that would be the easiest part
any advice is much appreciated.
Than you!
sudo dd if=/dev/zero of=/dev/mmcblk2 seek=64 count=400 conv=fsync
as per the note:
Note: The bootloader (such as U-Boot) resides in the free space in front of the first partition. Wiping the bootloader from the eMMC to make the PinePhone Pro boot from microSD card can be done using sudo dd if=/dev/zero of=/dev/mmcblk2 seek=64 count=400 conv=fsync. Formatting the drive or deleting the partition table is not sufficient to wipe the bootloader.
from here:
https://wiki.pine64.org/wiki/PinePhone_Pro#Boot_order
... and (surprisingly for me) manjaro-arm still boots
I cannot get it to boot from the SD Card to install Tow-Boot
and I thought that would be the easiest part
any advice is much appreciated.
Than you!