This commit is contained in:
FrYakaTKoP
2018-09-20 17:32:27 +00:00
parent d5f2b04ad8
commit 1a3fcbbde5
2 changed files with 3 additions and 3 deletions

View File

@@ -59,10 +59,10 @@ Extract firmware.bin and spiffs.bin
in the command shell window change to the folder where you extracted the .bin files using cd in the command shell window change to the folder where you extracted the .bin files using cd
flash the firmware with the command "python -m esptool --port **YOUR SERIAL PORT** --baud 115200 write_flash 0x00000 firmware.bin 0x00100000 spiffs.bin" flash the firmware with the command "python -m esptool --port **YOUR SERIAL PORT** --baud 115200 write_flash 0x00000 firmware.bin 0x00300000 spiffs.bin"
hint: you can crank the baudrate up to 921600 bps ;) hint: you can crank the baudrate up to 921600 bps ;)
python -m esptool --port COM11 --baud 115200 write_flash 0x00000 firmware.bin 0x00100000 spiffs.bin python -m esptool --port COM11 --baud 115200 write_flash 0x00000 firmware.bin 0x00300000 spiffs.bin
# Configuration after first boot # Configuration after first boot

View File

@@ -29,7 +29,7 @@ board = ${common.board}
upload_speed = ${common.upload_speed} upload_speed = ${common.upload_speed}
monitor_baud = ${common.monitor_baud} monitor_baud = ${common.monitor_baud}
framework = ${common.framework} framework = ${common.framework}
build_flags = -Wl,-Teagle.flash.4m.ld build_flags = -Wl,-Teagle.flash.4m1m.ld
;lib_extra_dirs = ~/src/illucat/.piolibdeps/sprocket-core/lib ;lib_extra_dirs = ~/src/illucat/.piolibdeps/sprocket-core/lib
lib_deps = ${common.lib_deps} lib_deps = ${common.lib_deps}
painlessMesh painlessMesh