This is an automated email from the ASF dual-hosted git repository. btashton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git
commit 6610aebc7797f997d6d45c1cf91856a17c9b7835 Author: Luis Linares <[email protected]> AuthorDate: Wed Aug 5 01:06:03 2020 +0200 Prefer default flash reading mode Looking at the options at: https://docs.espressif.com/projects/esp-idf/en/v4.0.1/api-reference/storage/spi_flash.html?highlight=dio%20dout#_CPPv414SPI_FLASH_DOUT and the documentation for end users such as: https://docs.espressif.com/projects/esp-idf/en/v4.0.1/api-guides/build-system-legacy.html?highlight=dio%20dout#save-flash-arguments I think is better to prefer the default mode DIO over DOUT --- docker/linux/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/linux/Dockerfile b/docker/linux/Dockerfile index 7c3d3c9..b4406a3 100644 --- a/docker/linux/Dockerfile +++ b/docker/linux/Dockerfile @@ -110,7 +110,6 @@ RUN bash -c "\ source ./export.sh && \ cd examples/get-started/hello_world && \ make defconfig && \ - echo "CONFIG_ESPTOOLPY_FLASHMODE_DOUT=y" >> sdkconfig && \ idf.py bootloader partition_table" RUN mkdir /tools/blobs
