VisionFive 2 Debian Image 202303 Released

Didn’t work for me. Still wants SD card to boot.

$ sudo dd if=starfive-jh7110-VF2-SD-wayland.img of=/dev/nvme0n1 bs=4M status=progress conv=fdatasync
$ sudo mkdir nvme-boot && sudo mount /dev/nvme0n1p3 nvme-boot
$ sudo sed -i 's/mmcblk1p3/nvme0n1p3/g' nvme-boot/boot/extlinux/extlinux.conf
$ sudo sed -i 's/mmcblk1p4/nvme0n1p4/g' nvme-boot/boot/extlinux/extlinux.conf
$ sudo umount nvme-boot
$ sudo mkdir nvme-root && sudo mount /dev/nvme0n1p4 nvme-root
$ sudo sed -i 's/mmcblk1p3/nvme0n1p3/g' nvme-root/etc/fstab
$ sudo sed -i 's/mmcblk1p4/nvme0n1p4/g' nvme-root/etc/fstab
$ sudo umount nvme-root
$ sudo shutdown now

Resize the 4th partition after. Done.

I’d done all that, but still no joy. I also reset the U-boot environment vars to the defaults. I’ll reflash my SD card and NVME device and try again from scratch tomorrow.

Make sure the Boot Mode is in the correct “mode”, that is to boot from the QSPI Nor Flash. And that you updated the SPL and U-Boot to 3.0.4.

Yes, did all that. I’ll dig deeper tomorrow.

Redoing it from scratch worked. Thanks.

1 Like

None for May either. Perhaps June will be a better Month?

yup, sorry for late. just lanuch a new version. please check: VisionFive 2 Debian Image 202306 Released(latest)

4 Likes