mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-16 03:47:19 +00:00
8e2fa5edc8
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>
541 B
541 B
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.