starfive-tech / freelight-u-sdk

28 stars 21 forks source link

usdk: Add starfive VisionFive board support #25

Closed shalasaka closed 2 years ago

shalasaka commented 2 years ago

Now usdk support fit image build for three starfive board: starlight, starlight-a1 and visionfive.

You can choose your target board with assigning HWBOARD, eg. "make HWBOARD=visionfive", or just default starlight-a1. You can also specify the target to build, e.g. "make visionfive"

Signed-off-by: Som.Qin som.qin@starfivetech.com

shalasaka commented 2 years ago

Make VisionFive the default target board since it is about to be mass-produced. Then update README.md with the build instructions.

Signed-off-by: Som.Qin som.qin@starfivetech.com

andyhu-stf commented 2 years ago

Thanks shalasaka. It look ok. I will merge and close the pr.