buildroot/board/beagleboneai
Peter Korsgaard 7b1b5c3160 configs/beagleboneai: new defconfig
Add basic support for the Beagleboard.org Beaglebone AI board:

https://beagleboard.org/ai

U-Boot patch taken from
https://github.com/beagleboard/beaglebone-ai/blob/master/SW/buildroot/local/patches/uboot/0001-BeagleBone-AI-support.patch

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-09-25 22:59:32 +02:00
..
patches/uboot configs/beagleboneai: new defconfig 2019-09-25 22:59:32 +02:00
genimage.cfg configs/beagleboneai: new defconfig 2019-09-25 22:59:32 +02:00
post-build.sh configs/beagleboneai: new defconfig 2019-09-25 22:59:32 +02:00
readme.txt configs/beagleboneai: new defconfig 2019-09-25 22:59:32 +02:00
uEnv.txt configs/beagleboneai: new defconfig 2019-09-25 22:59:32 +02:00

readme.txt

Intro
=====

This configuration will build a basic image for the BeagleBoard.org
BeagleBone AI. For more details about the board, visit:

https://beagleboard.org/ai

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

Configure Buildroot:

    $ make beagleboneai_defconfig

Compile everything and build the USB flash drive 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