mirror of
https://gitlab.com/zwirbel/illucat.git
synced 2025-12-14 17:35:22 +01:00
4m1m.ld
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user