Search found 2 matches
- Mon Jan 16, 2023 12:47 pm
- Forum: General Discussion
- Topic: recreating partition table from scratch
- Replies: 1
- Views: 1014
Re: recreating partition table from scratch
OK I've found the answer to my own question, so just recording this here if anyone else needs something similar in the future :) Creating a partition table can be done manually using the gen_esp32part.py script located in esp-idf/components/partition_table. There are several example CSV files with d...
- Sat Jan 14, 2023 6:46 pm
- Forum: General Discussion
- Topic: recreating partition table from scratch
- Replies: 1
- Views: 1014
recreating partition table from scratch
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 ...