summaryrefslogtreecommitdiffstats
path: root/bsp/meta-arm/meta-arm-bsp/documentation/a5ds.md
blob: 9f88abc1d4496361767cf4701d7e80ebb2f2c437 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Cortex-A5 DesignStart A5DS Platform Support in meta-arm-platforms

## Howto Build and Run

### Configuration:
In the local.conf file, MACHINE should be set as follow:
MACHINE ?= "a5ds"
DISTRO ?= "iota-tiny"

Or set environment variables with that values:

MACHINE "a5ds"
DISTRO "iota-tiny"

### Build:
``bash$ bitbake iota-tiny-image```

### Run:
To run the result in a Fixed Virtual Platform please get:
https://git.linaro.org/landing-teams/working/arm/model-scripts

and follow the instructions in the readme.txt file in that
repository.