1# Musca B1
2
3## Overview
4For a description of the hardware, go to
5https://developer.arm.com/tools-and-software/development-boards/iot-test-chips-and-boards/musca-b-test-chip-board
6
7For emulated hardware, go to
8https://www.qemu.org/docs/master/system/arm/musca.html
9
10## Building
11In the local.conf file, MACHINE should be set as follows:
12MACHINE ?= "musca-b1"
13
14To build the trusted firmware-m:
15```bash$ bitbake trusted-firmware-m```
16