From 3e67aeec0dd5018bd9070ff1922552a0b46886c3 Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Sun, 16 Mar 2025 18:24:16 +0100 Subject: [PATCH] Add note to sd card folder (#3635) to make people aware that the HTML folder only contains templates * Create Readme.md * Update Readme.md * Update build.yaml * Update Readme.md --- .github/workflows/build.yaml | 1 + sd-card/Readme.md | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 sd-card/Readme.md diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c970a1c4..87f22ab3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -286,6 +286,7 @@ jobs: rm -rf ./sd-card/html rm -rf ./sd-card/demo cp -r ./html ./sd-card/ # Overwrite the Web UI with the preprocessed files + rm -f ./sd-card/Readme.md cp -r ./demo ./sd-card/ cd sd-card; rm -rf html/param-tooltips; zip -r ../manual_setup/sd-card.zip *; cd .. cd ./manual_setup diff --git a/sd-card/Readme.md b/sd-card/Readme.md new file mode 100644 index 00000000..1ffb049e --- /dev/null +++ b/sd-card/Readme.md @@ -0,0 +1,5 @@ +# SD Card content +This folder contains the files which are required to setup the SD card. + +❗ Do not directly copy this folder onto your SD card, **it will not work!** Instead, you can use any of the artifacts generaded in any of the Pipeline runs of the [Build-Pipeline](https://github.com/jomjol/AI-on-the-edge-device/actions/workflows/build.yaml). +The files in the `html` folder here only serve as templates. The real `html` folder get generated using the Github actions.