• 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/nexbox/a95x/readme.txt
Peter KorsgaardPeter Korsgaard committed 688c9aab75c17 Feb 2017
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
Nexbox A95X
2
​
3
Intro
4
=====
5
​
6
Nexbox A95X is a low cost Android STB based around an Amlogic s905(x) SoC
7
(quad A53), 8/16GB eMMC and 1/2GB RAM.  To use this defconfig, wires to the
8
internal UART solder pads must be added.  See the linux-meson page for
9
details:
10
​
11
http://linux-meson.com/doku.php?id=nexbox_a95x_s905
12
​
13
Both the s905 (gxbb) and s905x (gxl) variant is supported.
14
​
15
This default configuration will allow you to start experimenting with the
16
buildroot environment for the A95X.  With the current configuration it will
17
bring-up the board from microSD, and allow access through the serial
18
console.
19
​
20
How to build it
21
===============
22
​
23
Configure Buildroot:
24
​
25
    $ make nexbox_a95x_defconfig
26
​
27
Compile everything and build the SD card image:
28
​
29
    $ make
30
​
31
How to write the SD card
32
========================
33
​
34
Once the build process is finished you will have an image called "sdcard.img"
35
in the output/images/ directory.
36
​
37
Copy the bootable "sdcard.img" onto a microSD card with "dd":
38
​
39
  $ sudo dd if=output/images/sdcard.img of=/dev/sdX
40
​
41
How to boot
42
===========
43
​
44
Insert microSD card and connect serial cable. Power board and stop
45
U-Boot by pressing any key. Boot the system by typing:
46
​
47
fatload mmc 0:1 0x1070000 boot.scr
48
autoscr 0x1070000
  • 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.