Skip to content

Commit

Permalink
zephyr: start script: build local zephyr sample
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas Remmert <jremmert@gmx.net>
  • Loading branch information
jonas-rem authored and Kappuccino111 committed Jun 4, 2024
1 parent 02199ff commit 17b9626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zephyr_build_run_sim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ trap cleanup EXIT
../tools/net-tools/net-setup.sh start

## Build and run Zephyr
west build -p=auto -b qemu_x86 ../zephyr/samples/net/lwm2m_client -- -DCONF=overlay-lwm2m-1.1.conf
west build -p=auto -b qemu_x86 fw_test/lwm2m_client -- -DCONF=overlay-lwm2m-1.1.conf
west build -t run

cleanup

0 comments on commit 17b9626

Please sign in to comment.