kumquat-buildroot/board/orangepi/orangepi-r1
Peter Korsgaard 38d04e6b13 configs/orangepi_r1_defconfig: change to GPT partitions for root=PARTLABEL support
GPT provides partition labels, which can be used to tell the kernel to find
the rootfs based on it (root=PARTLABEL=rootfs) as a nicer/more extensible
solution than the MBR disk signature / PARTUUID.

When using GPT, the name of the partition in genimage.cfg is used as the
label for that partition.

The default GPT partition table location unfortunately conflicts with the
SPL location, so move the 16KB GPT table after it.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
[yann.morin.1998@free.fr: add the comment about 'rootfs']
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2021-01-25 21:53:10 +01:00
..
boot.cmd configs/orangepi_r1_defconfig: change to GPT partitions for root=PARTLABEL support 2021-01-25 21:53:10 +01:00
genimage.cfg configs/orangepi_r1_defconfig: change to GPT partitions for root=PARTLABEL support 2021-01-25 21:53:10 +01:00
linux-extras.config config: add defconfig for orangepi-r1 2019-05-05 21:12:04 +02:00
readme.txt config: add defconfig for orangepi-r1 2019-05-05 21:12:04 +02:00

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