From cc11b29ff150ea92395a73f61246878764308e73 Mon Sep 17 00:00:00 2001 From: david gauchard Date: Sun, 8 Apr 2018 02:35:10 +0200 Subject: [PATCH] board gen4iod: change flash mode from qio to dio (#4616) 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 aaffef0b1..5b6bf365b 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 d6820c79a..483f7b205 100755 --- a/tools/boards.txt.py +++ b/tools/boards.txt.py @@ -677,7 +677,7 @@ boards = collections.OrderedDict([ }, 'macro': [ 'resetmethod_nodemcu', - 'flashmode_qio', + 'flashmode_dio', 'flashfreq_80', '512K', ],