1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-07-21 05:27:02 +00:00
Files
Abdellatif El Khlifi 8e2fa5edc8 arm-bsp: branding CA5DS to Corstone-500
This commit changes the name of CA5DS platform to Corstone-500

Change-Id: I7fc687aea8ce6bba6d7021963ad4cb38f30858d5
Signed-off-by: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
Signed-off-by: Ross Burton <ross.burton@arm.com>
2020-11-25 12:01:45 +00:00

25 lines
541 B
Markdown

# 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.