kumquat-buildroot/board/nezha
Peter Korsgaard 99a3698729 configs/nezha_defconfig: add hashes for Linux/opensbi/u-boot
And enable BR2_DOWNLOAD_FORCE_CHECK_HASHES.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
2024-04-10 21:55:15 +02:00
..
overlay/boot/extlinux nezha_defconfig: bump opensbi, u-boot and linux 2022-09-07 09:50:39 +02:00
patches configs/nezha_defconfig: add hashes for Linux/opensbi/u-boot 2024-04-10 21:55:15 +02:00
genimage.cfg nezha_defconfig: bump u-boot to current top of d1-wip 2022-12-13 21:19:19 +01:00
linux.fragment configs/nezha_defconfig: use mainline Linux 6.6.22 2024-04-10 21:52:26 +02:00
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.