On Wed, Oct 02, 2019 at 08:33:34AM +0200, Matthias Freitag wrote:
> Hi all,When trying to boot into minirootfs65 or minirootfs66
> on my pinebook 1080p 11" i get the following error:
> 
> U-Boot SPL 2019.07 (Sep 20 2019 - 22:32:36 -0600)
> DRAM: 0 MiB
> ### ERROR ### Please RESET the board ###
> 
> I know i've had this before but i can't remember how
> i solved it.
> 
> Kind regards,
> schojo
> 

The miniroot has U-Boot for the pine A64(+).  The pinebook has a
different type of memory, you need to manually add the pinebook U-Boot
image at the right offset with the u-boot-aarch64 package installed.

dd if=/usr/local/share/u-boot/pinebook/u-boot-sunxi-with-spl.bin \
    of=/dev/sdXc bs=1024 seek=8

Reply via email to