mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-16 15:57:19 +00:00
00e87b1894
Add tf-a recipes, u-boot, machine configuration, and documentation to support Arm Cortex-A5 Designstart. The output of this build is compatible to run on the FVP and the FPGA implementation of the package. For more information see: https://community.arm.com/developer/ip-products/processors/\ designstart/b/blog/posts/\ pre-silicon-software-development-with-arm-models-for-cortex-a5-designstart Change-Id: Ie2715ad1871975cb7620d7a195c8dd74144629da Signed-off-by: Rui Miguel Silva <rui.silva@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
543 B
543 B
Cortex-A5 DesignStart A5DS Platform Support in meta-arm-platforms
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.