12-05-2018, 05:20 AM
Just in case, and while the u-boot is still old, you can use the following workaround (in my case, flashing the microsd):
I'm using @gamiee updated u-boot (I've attached here just in case)
NOTE: I've added the pdf extension to the u-boot file otherwise I couldn't attach it to the post.
HTH!
- Flash the image:
Code:
dd if=./archlinux-xfce-pinebook-20181104.img of=/dev/sdb bs=4M oflag=direct status=progress
- Flash an updated u-boot:
Code:
dd if=./u-boot-sunxi-with-spl-pinebook.bin of=/dev/sdb bs=8k seek=1
I'm using @gamiee updated u-boot (I've attached here just in case)
NOTE: I've added the pdf extension to the u-boot file otherwise I couldn't attach it to the post.
HTH!