readme.txt 586 B

123456789101112131415161718192021222324
  1. Allwinner Nezha
  2. ===============
  3. Nezha is is a low-cost RISC-V 64-bit based platform, powered by an
  4. Allwinner D1 SoC.
  5. How to build
  6. ============
  7. $ make nezha_defconfig
  8. $ make
  9. How to write the SD card
  10. ========================
  11. Once the build process is finished you will have an image called "sdcard.img"
  12. in the output/images/ directory.
  13. Copy the bootable "sdcard.img" onto an SD card with "dd":
  14. $ sudo dd if=output/images/sdcard.img of=/dev/sdX
  15. Connect a TTL UART to the debug connector, insert the microSD card and
  16. plug in a USB-C cable to the PWR connector to boot the system.