From 1a3fcbbde56ead25cea8938544879c0edadc86c4 Mon Sep 17 00:00:00 2001 From: FrYakaTKoP Date: Thu, 20 Sep 2018 17:32:27 +0000 Subject: [PATCH] 4m1m.ld --- installation.md | 4 ++-- platformio.ini | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/installation.md b/installation.md index 2715af0..d38f13a 100644 --- a/installation.md +++ b/installation.md @@ -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 -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 ;) - 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 diff --git a/platformio.ini b/platformio.ini index 2812d7e..04877fb 100644 --- a/platformio.ini +++ b/platformio.ini @@ -29,7 +29,7 @@ board = ${common.board} upload_speed = ${common.upload_speed} monitor_baud = ${common.monitor_baud} 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_deps = ${common.lib_deps} painlessMesh