aboutsummaryrefslogtreecommitdiffstats
path: root/meta-arm-bsp/documentation/corstone500.md
blob: 92f8a98420792c5435b4aaba5c2f857821611e8a (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
# Corstone-500 Platform Support in meta-arm-bsp

## Howto Build and Run

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

Or set environment variables with that values:

MACHINE "corstone500"
DISTRO "poky-tiny"

### Build:
``bash$ bitbake arm-reference-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.