buildroot/board/nezha
Giulio Benetti ba9f42d5eb board/nezha/genimage.cfg: fix offset value notation
Option "offset = 12288K" must be "offset = 12M" according to the new
guidelines specified in Buildroot Manual with previous patch.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2021-11-14 15:40:54 +01:00
..
overlay/boot/extlinux configs/nezha_defconfig: new defconfig 2021-11-08 09:45:50 +01:00
patches/uboot configs/nezha_defconfig: new defconfig 2021-11-08 09:45:50 +01:00
genimage.cfg board/nezha/genimage.cfg: fix offset value notation 2021-11-14 15:40:54 +01:00
readme.txt configs/nezha_defconfig: new defconfig 2021-11-08 09:45:50 +01: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.