-
-
Notifications
You must be signed in to change notification settings - Fork 652
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
remove fixed address 0x10000 for firmware #785
Conversation
This issue has been automatically marked as stale because it has not had recent activity. Please provide more details or it will be closed if no further activity occurs. Thank you for your contributions. |
bump |
+1 |
@valeros I noticed that setting the env variable here does not work as expected platform-espressif32/builder/main.py Line 105 in ee6f97d
It seems it is encapsulated. Is there a way to set it global? The PR does work nice for setting the address (dynamically) for the firmware when flashing with esptool.py but it fails when using the debugger. EDIT: Solution found and updated. |
Updated and debugger now uses the correct offset too. No need to specify @valeros Can you review? If not considered to be used please tell so i can close. |
This issue has been automatically marked as stale because it has not had recent activity. Please provide more details or it will be closed if no further activity occurs. Thank you for your contributions. |
since this prevents to use a factory firmware which should be placed at address 0x10000.
The flash address for the user firmware (ota_0) is read from the partition.csv.
A flash_extra_images as example for useage.
Idk what this part of the code has done before.