(01-06-2021, 04:52 AM)cefre00 Wrote: So if we get Manjaro's uboot and flash it to the already written SD card it should boot?
Sorry, but I'm afraid some of us need further guidance on this.
Boot into Manjaro and open a terminal.
Use lsblk or disk managing app to identify eMMC.
Install BSP uboot:
Code:
sudo pacman -S uboot-pinebookpro-bsp
After installing run the commands given in the terminal:
Code:
sudo dd if=/boot/idbloader.img of=/dev/mmcblkX seek=64 conv=notrunc
sudo dd if=/boot/uboot.img of=/dev/mmcblkX seek=16384 conv=notrunc
sudo dd if=/boot/trust.img of=/dev/mmcblkX seek=24576 conv=notrunc
That's it. you've installed BSP uboot from the Manjaro repos.