buildroot/board/olimex/a13_olinuxino
Arnout Vandecappelle 31be2ec220 boards: replace $HOST_DIR/usr/ with $HOST_DIR/ in scripts
Since things are no longer installed in $(HOST_DIR)/usr, the callers
should also not refer to it.

This is a mechanical change with
git grep -l 'HOST_DIR}\?/usr/' board | xargs sed -i 's%\(HOST_DIR}\?\)/usr/%\1/%g'

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-07-05 15:23:13 +02:00
..
boot.cmd configs/olimex_a13_olinuxino: new defconfig 2017-06-21 23:06:11 +02:00
genimage.cfg configs/olimex_a13_olinuxino: new defconfig 2017-06-21 23:06:11 +02:00
post-build.sh boards: replace $HOST_DIR/usr/ with $HOST_DIR/ in scripts 2017-07-05 15:23:13 +02:00
readme.txt configs/olimex_a13_olinuxino: new defconfig 2017-06-21 23:06:11 +02:00

readme.txt

A13-OLinuXino

Intro
=====

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

For more details about the A13-OLinuXino:

https://www.olimex.com/Products/OLinuXino/A13/A13-OLinuXino/open-source-hardware

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

Configure Buildroot:

    $ make olimex_a13_olinuxino_defconfig

Compile everything and build the rootfs image:

    $ make

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

How to write the SD card
========================

The sdcard.img file is a complete bootable image ready to be written
on the boot medium. To install it, simply copy the image to a micro SD
card:

    # dd if=output/images/sdcard.img of=/dev/sdX

Notes:
  - replace 'sdX' with the actual device with your micro SDcard,
  - you may need to be root to do that (use 'sudo').

Eject the SD card, insert it in the A13-OLinuXino board, and power it
up.