Skip to content

Commit c6714dd

Browse files
authored
Add temporary fix for mmu map and late init of psram
1 parent 012937e commit c6714dd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/install-esp-idf.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,11 @@ if [ ! -x $idf_was_installed ] || [ ! -x $commit_predefined ]; then
6464
git submodule update --recursive
6565
$IDF_PATH/install.sh
6666

67-
# Temporarily patch the ESP32-S2 I2C LL driver to keep the clock source
67+
# 1) Temporarily patch the ESP32-S2 I2C LL driver to keep the clock source
68+
# 2) Temporarily fix for mmu map and late init of psram https://github.com/espressif/arduino-esp32/issues/9936
6869
cd $IDF_PATH
6970
patch -p1 -N -i ../patches/esp32s2_i2c_ll_master_init.diff
71+
patch -p1 -N -i ../patches/mmu_map.diff
7072
cd -
7173

7274
# Get the exact IDF version from file "version.txt"

0 commit comments

Comments
 (0)