Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to manage bootloader params "at use time", without recompilation #14

Open
pfalcon opened this issue Feb 27, 2017 · 1 comment
Open

Comments

@pfalcon
Copy link
Owner

pfalcon commented 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.:

gpio_mask: 0xf035
gpio_wait_ms: 3000

and a similar command to set params.

@pfalcon
Copy link
Owner Author

pfalcon commented Feb 27, 2017

I have (had) initial scripts for this in works.

@pfalcon 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant