Skip to content

Commit cc11b29

Browse files
authored
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.
1 parent acbabf9 commit cc11b29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

boards.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3811,7 +3811,7 @@ gen4iod.menu.VTable.heap.build.vtable_flags=-DVTABLES_IN_DRAM
38113811
gen4iod.menu.VTable.iram=IRAM
38123812
gen4iod.menu.VTable.iram.build.vtable_flags=-DVTABLES_IN_IRAM
38133813
gen4iod.upload.resetmethod=nodemcu
3814-
gen4iod.build.flash_mode=qio
3814+
gen4iod.build.flash_mode=dio
38153815
gen4iod.build.flash_freq=80
38163816
gen4iod.menu.FlashSize.512K0=512K (no SPIFFS)
38173817
gen4iod.menu.FlashSize.512K0.build.flash_size=512K

tools/boards.txt.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@
677677
},
678678
'macro': [
679679
'resetmethod_nodemcu',
680-
'flashmode_qio',
680+
'flashmode_dio',
681681
'flashfreq_80',
682682
'512K',
683683
],

0 commit comments

Comments
 (0)