hc
2023-05-26 a23f51ed7a39e452c1037343a84d7db1ca2c5bd7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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.