Skip to content

orangecms/vf2-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VisionFive 2 Firmware Uploader

This is a loader for transferring firmware to a VisionFive 2. Its mask ROM expects XMODEM transfer.

Usage

Use a local copy of https://github.com/orangecms/xmodem.rs for now. Checkout the dev branch.

NOTE: Your firmware image must have a specific header. To add it, use spl_tool from https://github.com/starfive-tech/Tools.

To load a firmware image:

cargo run /path/to/image.bin

Debugging

To raise the log level, use the RUST_LOG environment variable:

RUST_LOG=info cargo run /path/to/image.bin

About

VisionFive 2 firmware loader

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages