06-27-2020, 10:50 AM
(06-27-2020, 02:08 AM)Bismarck Wrote:You have to get a new disk image on the microSD card and use manjaro on that card to do a bit-by-bit copy of that image onto the eMMC. There’s a CLI tool for this in the form of:(05-06-2020, 06:27 AM)slyecho Wrote: It may be the uboot on the eMMC that is unable to boot the SD card. I would try temporarily removing the eMMC from the the board inside (or was there a switch to disable it?) and see if the SD card is booted.Okay I screwed off the bottom, found the eMMC switch, switched it off, booted up with Manjaro on SD. That worked, I got into Manjaro.
There was a way to set the Pinebook Pro into eMMC recovery mode where you could flash it over the USB-C.
Or you can overwrite the uboot on the eMMC with the one on the SD card (BE VERY CAREFUL as it can make your computer unbootable at all).
Or you can order the USB to eMMC adapter from the Pine64 store and flash it from another computer.
But start with disabling the eMMC to see if you can boot from SD.
However, now the next problem presents itself: How am I going to install Manjaro on eMMC when it's switched off?
Code:
dd if=<target>.img of=<disk destination>
I made a step-by-step guide last week if you’d a more thorough explanation.