mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-03 23:34:40 +02:00
653 B
653 B
BeagleV
BeagleV is a low-cost RISC-V 64-bit based platform. The beta revision of the board uses the Starfive JH7100 SoC.
How to build
$ SHELL=/bin/bash kas-container build ./meta-riscv/beaglev.yml
The kas-container script can be obtained from
kas repository.
Build results
- core-image-minimal-beaglev-starlight-jh7100.wic.gz
- fw_payload.bin
- fw_payload.elf
- extlinux.conf
- Image
- starfive_vic7100_beagle_v.dtb
- u-boot.bin
Flashing
Flash core-image-minimal-beaglev-starlight-jh7100.wic.gz onto uSD card.
Testing
TBD