mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-16 03:47:19 +00:00
6fd568a02f
meta-arm-platforms does not exist. Change to meta-arm-bsp. Change-Id: Iacf74f2ec2d5cd2ddaa3a952e9190e71822bd9f5 Signed-off-by: Jon Mason <jon.mason@arm.com>
537 B
537 B
Cortex-A5 DesignStart A5DS 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"
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.