Is it possible to flash a .bin file at a specific address? #193
-
I'm looking to build a tool to let technicians in production flash the non-volatile storage partition of some ESP32-S2 chips. We are able to do it with esptool.py ( Thanks 🙏 |
Beta Was this translation helpful? Give feedback.
Answered by
jessebraham
Jun 10, 2022
Replies: 1 comment 2 replies
-
We currently only support ELF files, sorry about that. I suppose it would be possible to implement the described functionality, though. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
rdeterre
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We currently only support ELF files, sorry about that. I suppose it would be possible to implement the described functionality, though.