From 94f19391979357940eb00a00eac705bdf49e61b7 Mon Sep 17 00:00:00 2001 From: david gauchard Date: Sat, 7 Apr 2018 20:18:25 +0200 Subject: [PATCH] board gen4iod: change flash mode from qio to dio on behalf of @4dsystems #4613: Need to change flash mode from qio to dio, due to a change in supplier of Flash Memory. Old modules work just the same with no speed difference noticed, new modules will not work without the change to dio however. --- boards.txt | 2 +- tools/boards.txt.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boards.txt b/boards.txt index aaffef0b1a..5b6bf365b0 100644 --- a/boards.txt +++ b/boards.txt @@ -3811,7 +3811,7 @@ gen4iod.menu.VTable.heap.build.vtable_flags=-DVTABLES_IN_DRAM gen4iod.menu.VTable.iram=IRAM gen4iod.menu.VTable.iram.build.vtable_flags=-DVTABLES_IN_IRAM gen4iod.upload.resetmethod=nodemcu -gen4iod.build.flash_mode=qio +gen4iod.build.flash_mode=dio gen4iod.build.flash_freq=80 gen4iod.menu.FlashSize.512K0=512K (no SPIFFS) gen4iod.menu.FlashSize.512K0.build.flash_size=512K diff --git a/tools/boards.txt.py b/tools/boards.txt.py index d6820c79a6..483f7b2052 100755 --- a/tools/boards.txt.py +++ b/tools/boards.txt.py @@ -677,7 +677,7 @@ }, 'macro': [ 'resetmethod_nodemcu', - 'flashmode_qio', + 'flashmode_dio', 'flashfreq_80', '512K', ],