For complete docs see here
- Linux system (or WSL). Should be fine on MacOS also, but not tested yet.
- lfc v0.4 or greater
- west
- Zephyr SDK and toolchain
- Pull down the Zephyr RTOS sources
west update
- Build QEMU emulation
cd application
west lf-build src/HelloWorld.lf -w "-t run"
- Build NRF52 Blinky
This requires that the
nrfjprog
utility is installed. See installation guide here
cd application
west lf-build src/NrfBlinky.lf -w "-b nrf52dk_nrf52832 -p always"
west flash