Peter Korsgaard 99a3698729 configs/nezha_defconfig: add hashes for Linux/opensbi/u-boot před 1 rokem
..
overlay 3461465ac0 nezha_defconfig: bump opensbi, u-boot and linux před 2 roky
patches 99a3698729 configs/nezha_defconfig: add hashes for Linux/opensbi/u-boot před 1 rokem
genimage.cfg adc8355150 nezha_defconfig: bump u-boot to current top of d1-wip před 2 roky
linux.fragment 84577b53da configs/nezha_defconfig: use mainline Linux 6.6.22 před 1 rokem
readme.txt acbe6a0a89 configs/nezha_defconfig: new defconfig před 3 roky

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.