buildroot/board/orangepi/orangepi-zero-plus2
Jagan Teki 0bfeef6222 configs/orangepi_zero_plus2: bump linux to v4.16
Bump linux as well headers to v4.16 version, this eventually drop the
wifi patch since it has been merged to Linux v4.16.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-06-05 18:47:56 +02:00
..
rootfs_overlay/lib/firmware/brcm configs/orange-pi-zero-plus2: enable WiFi support 2018-02-14 22:04:25 +01:00
boot.cmd board: Add Orangepi Zero Plus2 support 2017-12-20 18:56:19 +01:00
genimage.cfg board: Add Orangepi Zero Plus2 support 2017-12-20 18:56:19 +01:00
linux-extras.config configs/orange-pi-zero-plus2: enable WiFi support 2018-02-14 22:04:25 +01:00
readme.txt board: Add Orangepi Zero Plus2 support 2017-12-20 18:56:19 +01:00

Intro
=====

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

Orangepi Zero Plus2 link:
http://www.orangepi.org/OrangePiZeroPlus2/

Wiki link:
https://openedev.amarulasolutions.com/display/ODWIKI/Orangepi+Zero+Plus2

This configuration uses U-Boot mainline and kernel mainline.

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

    $ make orangepi_zero_plus2_defconfig
    $ make

Note: you will need access to the internet to download the required
sources.

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
  $ sudo sync

Insert the micro SDcard in your Orangepi Zero Plus2 and power it up. The console
is on the serial line, 115200 8N1.