You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1550d04 already introduced support for storing params (still represented in the code as C vars) at a predetermined offset in the image (boot8266, 1st sector of FlashROM).
The ultimate idea is to integrate with esptool, so user could run a command like boot8266_config dump and get dump of all params from a connected esp8266 device, e.g.:
gpio_mask: 0xf035
gpio_wait_ms: 3000
and a similar command to set params.
The text was updated successfully, but these errors were encountered:
pfalcon
changed the title
Allow to manage bootloader params "at production time", without recompilation
Allow to manage bootloader params "at use time", without recompilation
Feb 27, 2017
1550d04 already introduced support for storing params (still represented in the code as C vars) at a predetermined offset in the image (boot8266, 1st sector of FlashROM).
The ultimate idea is to integrate with esptool, so user could run a command like
boot8266_config dump
and get dump of all params from a connected esp8266 device, e.g.:and a similar command to set params.
The text was updated successfully, but these errors were encountered: