

Pieter
-
Posts
22 -
Joined
-
Last visited
Reputation Activity
-
Pieter reacted to martinayotte in Vanilla kernel on Opi PC+ install to emmc
It seems that there is a bug with improper path while trying to copy the u-boot-sunxi-with-spl.bin into the eMMC.
The workaround for now is booting from your sdcard and writing the u-boot manually :
dd if=/usr/lib/linux-u-boot-dev-orangepipcplus_5.20_armhf/u-boot-sunxi-with-spl.bin of=/dev/mmcblk2 bs=1024 seek=8 Then reboot without sdcard, it should work.