06-16-2020, 11:03 AM
(06-11-2020, 12:07 PM)Arwen Wrote: Now I have noticed that booting Manjaro off eMMC was not reliable, and tracked it to U-Boot. Based on another user's forum post, I used the latest default Debian U-Boot files on my eMMC. That has made booting Manjaro off eMMC quite reliable. Perhaps I need to do the same for my Manjaro SD card.
Thanks for the suggestion! A couple of days ago I did:
Code:
cd /usr/lib/u-boot/pinebook-pro-rk3399/
dd if=idbloader.img of=/dev/mmcblk2 seek=64 conv=notrunc
dd if=u-boot.itb of=/dev/mmcblk2 seek=16384 conv=notrunc
Since then I booted the Debian from eMMC two or three times, with decreasing battery levels, and without any problem. So yes, it does look like a U-Boot issue.
But now again I cannot boot from SD card anymore, which is annoying for at least two reasons:
- For some reason I think video performance was somewhat better in Manjaro, so being able to use it occasionally would be nice.
- Should something go really wrong with my Debian system I cannot boot a rescue system.