diff --git a/7110-dev-board-note.md b/7110-dev-board-note.md new file mode 100644 index 0000000..6d4e94c --- /dev/null +++ b/7110-dev-board-note.md @@ -0,0 +1,13 @@ +https://forum.rvspace.org/t/visionfive-2-debian-image-december-released/1097/43?page=2 + +https://github.com/starfive-tech/VisionFive2/releases/ 下载最新的 sdcard.img, dd到sd卡,然后 hdmi或者串口等待 系统启动 + +启动完成之后 + +刷入最新的固件 +``` +flashcp -v u-boot-spl.bin.normal.out /dev/mtd0 +flashcp -v visionfive2_fw_payload.img /dev/mtd1 +``` + +7110 完整os 大镜像 地址 https://debian.starfivetech.com/ \ No newline at end of file