是不是星光2的文档更新太快了导致感觉文档很混乱,所以导致我觉得刚入手小白真的需要消耗太多时间来找文档。
以下是刚入手的starfive2 安装debian 202306 nvme启动流程,希望帮助小白
硬件需求:sd卡,串口线(usb),nvme硬盘,starfive2
软件需求:
烧录img软件
https://github.com/balena-io/etcher/releases/
烧录到sd 的img和固件
https://github.com/starfive-tech/VisionFive2/releases
下载3.0.4固件
sdcard.img
u-boot-spl.bin.normal.out
visionfive2_fw_payload.img
烧录到nvme的img
https://rvspace.org/en/project/VisionFive2_Debian_Wiki_202306_Release
NVME boot: starfive-jh7110-202306-nvme-minimal-desktop.img.bz2
1.串口连接:
2.准备安装sd卡系统并启动系统,更新固件到3.0.4 才能支持nvme直接启动。
用烧录软件将sdcard.img 烧录到sd卡,并将u-boot-spl.bin.normal.out
visionfive2_fw_payload.img拷贝到sd卡。
启动starfive2 密码root/starfive
3.更新固件3.0.4
flashcp -v u-boot-spl.bin.normal.out /dev/mtd0
flashcp -v visionfive2_fw_payload.img /dev/mtd1
sync
sync
4.安装debian系统到nvme
用烧录软件将starfive-jh7110-202306-nvme-minimal-desktop.img 烧录到nvme,
使用gparted扩展根分区
取下sd卡,安装nvme就可以使用nvme启动了。密码user/starfive
————————————————————————————————————
################其他
apt aliyun 国内源
deb https://mirrors.aliyun.com/debian-ports unstable main
pi4b:~ $ python pi.py
27.394222497940063
starfive2:~$ python3 pi.py
69.9302761554718
e5-2650$ python pi.py
15.592747926712036
################参考
https://www.waveshare.net/wiki/VisionFive2#Debian_.E7.B3.BB.E7.BB.9F.E5.AE.89.E8.A3.85
https://rvspace.org/en/project/VisionFive2_Debian_Wiki_202306_Release
https://forum.rvspace.org/t/i-tried-the-v3-0-4-sdcard-img-from-sdcard-and-from-nvme/2965