Commit 5ffba82
committed
Have
Rather than having the user or CI scripts run the extra ./build/mkimage.sh
sript, it will be run automatically if the `esp32boot.avm` libraries are found
in the `AtomVM/build/libs/esp32boot` directory from a previous generic_unix
build. This includes a prominet message for the user with instruction to flash
the complete image to the device.
Updates the esp32-build.yaml workflow to use the updated build steps, and only
create the necessary esp32 related libraries, excluding the creation of uf2 files.
Signed-off-by: Winford <[email protected]>idf.py build assemble the complete ESP32 image1 parent 93308d7 commit 5ffba82
File tree
3 files changed
+21
-6
lines changed- .github/workflows
- src/platforms/esp32
3 files changed
+21
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | 126 | | |
133 | 127 | | |
134 | 128 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
14 | 18 | | |
15 | 19 | | |
16 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
0 commit comments