kumquat-buildroot/board/orangepi/orangepi-r1
Thomas Petazzoni f57d4c5b9f board/orangepi/orangepi-r1/genimage.cfg: use correct partition type
The boot partition is not an EFI System Partition, it is a normal FAT
formatted partition, so using type F instead of U makes more sense.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-07-23 15:36:22 +02:00
..
boot.cmd
genimage.cfg board/orangepi/orangepi-r1/genimage.cfg: use correct partition type 2022-07-23 15:36:22 +02:00
linux-extras.config
readme.txt

OrangePi R1

Intro
=====

This default configuration will allow you to start experimenting with the
buildroot environment for the OrangePi R1. With the current configuration
it will bring-up the board, and allow access through the serial console.

How to build it
===============

Configure Buildroot:

    $ make orangepi_r1_defconfig

Compile everything and build the SD card image:

    $ 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