readme.txt 700 B

1234567891011121314151617181920212223242526272829303132
  1. Starfive VisionFive
  2. ===================
  3. The VisionFive is a low-cost RISC-V 64-bit based platform, powered by a
  4. Starfive JH7100 processor.
  5. https://doc-en.rvspace.org/Doc_Center/visionfive.html
  6. How to build
  7. ============
  8. $ make visionfive_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.