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
Vérifier MTD :
cat /proc/mtd
dev: size erasesize name
mtd0: 00040000 00001000 "spl"
mtd1: 00010000 00001000 "uboot-env"
mtd2: 00300000 00001000 "uboot"
mtd3: 00100000 00001000 "data"
Flash Firmware :
flashcp -v u-boot-spl.bin.normal.out /dev/mtd0 (SPL)
flashcp -v visionfive2_fw_payload.img /dev/mtd2 (Uboot)
Voilà vous avez flashé le firmware.
Lien utile : https://github.com/starfive-tech/VisionFive2/releases