recreating partition table from scratch
Posted: Sat Jan 14, 2023 6:46 pm
Hello everyone,
This is my first post on this forum so I hope someone can help me or at least advise if what I'm trying to do is at all possible.
I do have two already compiled, binary files for esp32 without access to the actual code (app portion and spiffs) but what I'm lacking is all the rest of necessary parts. I'm looking into possibility of recreating complete structure of flash content to see if I'm able to run the application. Reading https://docs.espressif.com/projects/esp ... table-type this seems like it may be possible but I would like for someone with better understanding of the platform to tell me if this is actually possible as I'm just starting my adventure with esp33 and don't know much about it.
Please correct me if I'm wrong but what I believe I need as a minimum is to get bootloader.bin and partitions.bin correctly edited with correct offsets for each partition. I believe bootloader is exactly the same regardless of the application so this binary can be taken from any compiled program but when it comes to partitions.bin this needs to be carefully recreated. Is there an easy way to do that?
Please let me know if what I'm thinking is correct or if this won't be at all possible due to some other reason.
Thank you in advance
nrg-fv
This is my first post on this forum so I hope someone can help me or at least advise if what I'm trying to do is at all possible.
I do have two already compiled, binary files for esp32 without access to the actual code (app portion and spiffs) but what I'm lacking is all the rest of necessary parts. I'm looking into possibility of recreating complete structure of flash content to see if I'm able to run the application. Reading https://docs.espressif.com/projects/esp ... table-type this seems like it may be possible but I would like for someone with better understanding of the platform to tell me if this is actually possible as I'm just starting my adventure with esp33 and don't know much about it.
Please correct me if I'm wrong but what I believe I need as a minimum is to get bootloader.bin and partitions.bin correctly edited with correct offsets for each partition. I believe bootloader is exactly the same regardless of the application so this binary can be taken from any compiled program but when it comes to partitions.bin this needs to be carefully recreated. Is there an easy way to do that?
Please let me know if what I'm thinking is correct or if this won't be at all possible due to some other reason.
Thank you in advance
nrg-fv