mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-16 03:47:19 +00:00
a6d345f978
Change-Id: I7e39c39f14a9ccf32ccfbc732f57c0df79034885 Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
804 B
804 B
Musca B1
Overview
For a description of the hardware, go to https://developer.arm.com/tools-and-software/development-boards/iot-test-chips-and-boards/musca-b-test-chip-board
For current supported hardware by Zephyr, go to https://docs.zephyrproject.org/2.3.0/boards/arm/v2m_musca/doc/index.html
For emulated hardware, go to https://www.qemu.org/docs/master/system/arm/musca.html
Building
In the local.conf file, MACHINE should be set as follows: MACHINE ?= "musca-b1"
To build for Zephyr:
bash$ bitbake-layers layerindex-fetch meta-zephyr
bash$ bitbake zephyr-philosophers
To build the trusted firmware-m (and not Zephyr):
bash$ bitbake trusted-firmware-m
Running
To run Zephyr on the QEMU based machine, execute the following command
bash$ runqemu qemu-musca-b1