readme.txt 706 B

1234567891011121314151617181920212223242526272829303132
  1. Starfive VisionFive2
  2. ====================
  3. The VisionFive2 is a low-cost RISC-V 64-bit based platform, powered by a
  4. Starfive JH7110 processor.
  5. https://doc-en.rvspace.org/Doc_Center/visionfive_2.html
  6. How to build
  7. ============
  8. $ make visionfive2_defconfig
  9. $ make
  10. How to write the SD card
  11. ========================
  12. Once the build process is finished you will have an image called "sdcard.img"
  13. in the output/images/ directory.
  14. Copy the bootable "sdcard.img" onto an SD card with "dd":
  15. $ sudo dd if=output/images/sdcard.img of=/dev/sdX
  16. Preparing the board
  17. ===================
  18. Connect a TTL UART cable to pin 6 (GND), 8 (TX) and 10 (RX).
  19. Insert your SD card.
  20. Power-up the board using an USB-C cable.