Skip to content

Commit de89a74

Browse files
committed
Work around for ESP_ROM_ELF_DIR issue
1 parent a896129 commit de89a74

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.devcontainer/All/Dockerfile.All.SRC

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@ $IDF_PATH/components/app_update:\
142142
/root/.espressif/tools/xtensa-esp-elf/$ESP_PATCH_VER/xtensa-esp-elf/bin:\
143143
/root/.espressif/tools/riscv32-esp-elf/$ESP_PATCH_VER/riscv32-esp-elf/bin
144144

145+
# Work arround problem in IDF v5.4.1, must be removed for later releases
146+
ENV ESP_ROM_ELF_DIR=/root/.espressif/tools/esp-rom-elfs/20241011/
147+
145148
# Clean up downloaded files
146149
RUN apt-get autoremove -y \
147150
&& apt-get clean -y \

.devcontainer/ESP32/Dockerfile.ESP32.SRC

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ $IDF_PATH/components/app_update:\
7676
/root/.espressif/tools/xtensa-esp-elf/$ESP_PATCH_VER/xtensa-esp-elf/bin:\
7777
/root/.espressif/tools/riscv32-esp-elf/$ESP_PATCH_VER/riscv32-esp-elf/bin
7878

79+
# Work arround problem in IDF v5.4.1, must be removed for later releases
80+
ENV ESP_ROM_ELF_DIR=/root/.espressif/tools/esp-rom-elfs/20241011/
81+
7982
# Clean up downloaded files
8083
RUN apt-get autoremove -y \
8184
&& apt-get clean -y \

0 commit comments

Comments
 (0)