• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/board/olimex/a20_olinuxino/readme.txt
Luca CeresoliLuca Ceresoli committed a59dc492f0d23 Feb 2016
Raw file
Source viewDiff to previous
 
1
A20-OLinuXino-LIME and A20-OLinuXino-MICRO
2
​
3
Intro
4
=====
5
​
6
These are open hardware boards, all based on the Allwinner A20 SoC.
7
​
8
for more details about the boards see the following pages:
9
 - https://www.olimex.com/Products/OLinuXino/open-source-hardware
10
 - https://www.olimex.com/Products/OLinuXino/A20/A20-OLinuXino-MICRO/
11
 - https://www.olimex.com/Products/OLinuXino/A20/A20-OLinuXino-LIME/
12
 - https://www.olimex.com/Products/OLinuXino/A20/A20-OLinuXino-LIME2/
13
​
14
The following defconfigs are available:
15
 - olimex_a20_olinuxino_micro_defconfig
16
   for the A20-OLinuXino-MICRO board using mainline kernel
17
 - olimex_a20_olinuxino_lime_defconfig
18
   for the A20-OLinuXino-LIME board using mainline kernel
19
 - olimex_a20_olinuxino_lime_mali_defconfig
20
   for the A20-OLinuXino-LIME board using legacy linux-sunxi kernel
21
 - olimex_a20_olinuxino_lime2_defconfig
22
   for the A20-OLinuXino-LIME2 board using mainline kernel
23
​
24
The legacy linux-sunxi kernels are based on the vendor code drops.
25
They are only useful when accelerated 3D graphics and multimedia support
26
is strictly necessary.
27
​
28
The Mainline Kernel is already a much better choice for a headless server.
29
And also the mainline kernel works fine even for a basic Linux desktop
30
system running on top of a simple framebuffer, which may be good enough for
31
the users who do not need fancy 3D graphics or video playback acceleration.
32
​
33
(see http://linux-sunxi.org/Linux_Kernel for more details)
34
​
35
How to build it
36
===============
37
​
38
Configure Buildroot:
39
​
40
    $ make <board>_defconfig
41
​
42
Compile everything and build the rootfs image:
43
​
44
    $ make
45
​
46
Result of the build
47
-------------------
48
​
49
After building, you should get a tree like this:
50
​
51
    output/images/
52
    +-- rootfs.ext2
53
    +-- rootfs.ext4 -> rootfs.ext2
54
    +-- script.bin (lime_mali)
55
    +-- sdcard.img
56
    +-- sun7i-a20-olinuxino-lime.dtb (lime, mainline)
57
    +-- sun7i-a20-olinuxino-lime2.dtb (lime2, mainline)
58
    +-- sun7i-a20-olinuxino-micro.dtb (micro, mainline)
59
    +-- u-boot.bin
60
    +-- u-boot-sunxi-with-spl.bin
61
    `-- zImage
62
​
63
​
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.