flash frequency does't change to 80Mhz
Posted: Sun Sep 09, 2018 6:29 pm
My sdkconfig file has this:
CONFIG_ESPTOOLPY_FLASHFREQ_80M=y
CONFIG_ESPTOOLPY_FLASHFREQ_40M=
CONFIG_ESPTOOLPY_FLASHFREQ_26M=
CONFIG_ESPTOOLPY_FLASHFREQ_20M=
CONFIG_ESPTOOLPY_FLASHFREQ="80m"
But the second stage boot message is this:
[Sep 9 10:52:25.021] [0;32mI (29) boot: ESP-IDF v3.0-r11 2nd stage bootloader[0m
[Sep 9 10:52:25.021] [0;32mI (29) boot: compile time 17:48:58[0m
[Sep 9 10:52:25.021] [0;32mI (29) boot: Enabling RNG early entropy source...[0m
[Sep 9 10:52:25.021] [0;32mI (34) qio_mode: Enabling default flash chip QIO[0m
[Sep 9 10:52:25.022] [0;32mI (39) boot: SPI Speed : 40MHz[0m
[Sep 9 10:52:25.022] [0;32mI (43) boot: SPI Mode : QIO[0m
[Sep 9 10:52:25.022] [0;32mI (47) boot: SPI Flash Size : 4MB[0m
Any thoughts how how to make 80mhz happen? I was able to change form DIO to QIO.
CONFIG_ESPTOOLPY_FLASHFREQ_80M=y
CONFIG_ESPTOOLPY_FLASHFREQ_40M=
CONFIG_ESPTOOLPY_FLASHFREQ_26M=
CONFIG_ESPTOOLPY_FLASHFREQ_20M=
CONFIG_ESPTOOLPY_FLASHFREQ="80m"
But the second stage boot message is this:
[Sep 9 10:52:25.021] [0;32mI (29) boot: ESP-IDF v3.0-r11 2nd stage bootloader[0m
[Sep 9 10:52:25.021] [0;32mI (29) boot: compile time 17:48:58[0m
[Sep 9 10:52:25.021] [0;32mI (29) boot: Enabling RNG early entropy source...[0m
[Sep 9 10:52:25.021] [0;32mI (34) qio_mode: Enabling default flash chip QIO[0m
[Sep 9 10:52:25.022] [0;32mI (39) boot: SPI Speed : 40MHz[0m
[Sep 9 10:52:25.022] [0;32mI (43) boot: SPI Mode : QIO[0m
[Sep 9 10:52:25.022] [0;32mI (47) boot: SPI Flash Size : 4MB[0m
Any thoughts how how to make 80mhz happen? I was able to change form DIO to QIO.