/dev/mmcblk1p4 30G 1.9G 28G 7% /
tmpfs 3.9G 0 3.9G 0% /dev/shm
tmpfs 5.0M 12K 5.0M 1% /run/lock
tmpfs 793M 32K 793M 1% /run/user/107
tmpfs 793M 24K 793M 1% /run/user/0
fw_payload Creang SPL File Creang fw_payload File
VisionFive 2 Single Board Computer Soware Technical Reference Manual
tftpboot (on page 29)
flashcp (on page 29)
VF2_v2.5.0
tftpboot
tftpboot
sudo apt install tftpd-hpa
VisionFive Single Board Computer Quick Start Guide
setenv ipaddr 192.168.120.222;setenv serverip 192.168.120.99
sf probe
tftpboot 0xa0000000 ${serverip}:u-boot-spl.bin.normal.out
sf update 0xa0000000 0x0 $filesize
tftpboot 0xa0000000 ${serverip}:visionfive2_fw_payload.img
sf update 0xa0000000 0x100000 $filesize
flashcp
flashcp