You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
weishanshan1084
fe0f5f14ff
|
8 months ago | |
---|---|---|
.. | ||
overlay/boot/extlinux | 8 months ago | |
genimage.cfg | 8 months ago | |
readme.txt | 8 months ago |
readme.txt
Allwinner Nezha
===============
Nezha is is a low-cost RISC-V 64-bit based platform, powered by an
Allwinner D1 SoC.
How to build
============
$ make nezha_defconfig
$ make
How to write the SD card
========================
Once the build process is finished you will have an image called "sdcard.img"
in the output/images/ directory.
Copy the bootable "sdcard.img" onto an SD card with "dd":
$ sudo dd if=output/images/sdcard.img of=/dev/sdX
Connect a TTL UART to the debug connector, insert the microSD card and
plug in a USB-C cable to the PWR connector to boot the system.