summaryrefslogtreecommitdiff
path: root/artifacts
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2025-05-24 11:20:08 +0200
committerxengineering <me@xengineering.eu>2025-05-24 11:20:08 +0200
commitfc3b3cbf7fecee7226f249f7b62cf36aa82a545a (patch)
tree2f3ebc06ecc4ed786139966d70e1b6105748e505 /artifacts
parent072c1d0208b267abf6a573ad5d2482113d9c9cee (diff)
downloadiot-contact-fc3b3cbf7fecee7226f249f7b62cf36aa82a545a.tar
iot-contact-fc3b3cbf7fecee7226f249f7b62cf36aa82a545a.tar.zst
iot-contact-fc3b3cbf7fecee7226f249f7b62cf36aa82a545a.zip
Provide `factory-image.bin` with Meson
This automatically creates `build/artifacts/factory-image.bin` with the Meson build system. The resulting file can simply be moved to the virtual file system of the `nucleo_f767zi` board to flash bootloader and application making the board ready for operation and remote updates.
Diffstat (limited to 'artifacts')
-rw-r--r--artifacts/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/artifacts/meson.build b/artifacts/meson.build
index ea6fc39..9e14232 100644
--- a/artifacts/meson.build
+++ b/artifacts/meson.build
@@ -6,6 +6,7 @@ artifacts = [
simulation,
bootloader,
application_signed,
+ factory_image,
]
foreach artifact : artifacts