mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-01 13:10:04 +00:00
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>
This commit is contained in:
committed by
Ross Burton
parent
342d2ec158
commit
8e2fa5edc8
@@ -1,19 +1,19 @@
|
||||
# Cortex-A5 DesignStart A5DS Platform Support in meta-arm-bsp
|
||||
# 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 ?= "a5ds"
|
||||
DISTRO ?= "iota-tiny"
|
||||
MACHINE ?= "corstone500"
|
||||
DISTRO ?= "poky-tiny"
|
||||
|
||||
Or set environment variables with that values:
|
||||
|
||||
MACHINE "a5ds"
|
||||
DISTRO "iota-tiny"
|
||||
MACHINE "corstone500"
|
||||
DISTRO "poky-tiny"
|
||||
|
||||
### Build:
|
||||
``bash$ bitbake iota-tiny-image```
|
||||
``bash$ bitbake arm-reference-image```
|
||||
|
||||
### Run:
|
||||
To run the result in a Fixed Virtual Platform please get:
|
||||
Reference in New Issue
Block a user