Make colorchord work with W25Q40 memory, using the window of flash after the IRAM loaded section.
This commit is contained in:
parent
c90a00e290
commit
997ad27cc2
6 changed files with 60 additions and 13 deletions
|
@ -80,13 +80,20 @@ $(FW_FILE_2): $(TARGET_OUT)
|
|||
@echo "FW $@"
|
||||
$(FW_TOOL) -eo $(TARGET_OUT) -es .irom0.text $@ -ec
|
||||
|
||||
|
||||
IP?=192.168.4.1
|
||||
|
||||
burn : $(FW_FILE_1) $(FW_FILE_2)
|
||||
($(ESPTOOL_PY) --port $(PORT) write_flash 0x00000 0x00000.bin 0x40000 0x40000.bin)||(true)
|
||||
|
||||
|
||||
#If you have space, MFS should live at 0x100000, if you don't it can also live at
|
||||
#0x10000. But, then it is limited to 180kB. You might need to do this if you have a 512kB
|
||||
#ESP variant.
|
||||
|
||||
burnweb : web/page.mpfs
|
||||
($(ESPTOOL_PY) --port $(PORT) write_flash 0x10000 web/page.mpfs)||(true)
|
||||
|
||||
|
||||
|
||||
IP?=192.168.4.1
|
||||
|
||||
netburn : image.elf $(FW_FILE_1) $(FW_FILE_2)
|
||||
web/execute_reflash $(IP) 0x00000.bin 0x40000.bin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue