08-08-2024, 07:42 AM
The problem is the firmware-soquartz package which breaks u-boot. You can either pin the package by creating /etc/apt/preferences.d/firmware-soquartz with the following contents before you boot the image for the first time:
Or build u-boot by following the build instructions at Quartz64 Building U-Boot - PINE64 but
before configuring and building u-boot.
Use this command to write the working u-boot to your media:
Code:
Package: firmware-soquartz
Pin: version 6.9.4-*
Pin-Priority: 999
Or build u-boot by following the build instructions at Quartz64 Building U-Boot - PINE64 but
Code:
git checkout v2024.04
Use this command to write the working u-boot to your media:
Code:
sudo dd if=u-boot-rockchip.bin of=/dev/your_sd seek=64 bs=512