File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff 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
146149RUN apt-get autoremove -y \
147150 && apt-get clean -y \
Original file line number Diff line number Diff 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
8083RUN apt-get autoremove -y \
8184 && apt-get clean -y \
You can’t perform that action at this time.
0 commit comments