Bonjour,
Voici comment Flasher le Firmware du StarFive VisionFive 2
Installer mtd :
apt update && apt install mtd-utils -y
Téléchargement du Firmware :
wget https://github.com/starfive-tech/VisionFive2/releases/download/VF2_v3.8.2/u-boot-spl.bin.normal.out
wget https://github.com/starfive-tech/VisionFive2/releases/download/VF2_v3.8.2/visionfive2_fw_payload.img
Flash Firmware :
flashcp -v u-boot-spl.bin.normal.out /dev/mtd0
flashcp -v visionfive2_fw_payload.img /dev/mtd1
Voilà vous avez flashé le firmware.
Lien utile : https://github.com/starfive-tech/VisionFive2/releases