This repository was archived by the owner on Aug 1, 2024. It is now read-only.
This repository was archived by the owner on Aug 1, 2024. It is now read-only.
partitions.csv not being picked up. #116
Metadata
Metadata
Assignees
Labels
No labels
Activity
axos88 commentedon Sep 16, 2022
I needed to add the following as well:
Define partition config in Cargo.toml
pyaillet commentedon Sep 22, 2022
espflash
documentation here states that you can either pass this as a parameter to the command or add a configuration inCargo.toml
axos88 commentedon Sep 24, 2022
The problem is that the example project has this file in the root directory, but it's not actually used, which is misleading. Either it would need to be added to the README.md, or these config options need to be added, so a newcomer is not confused by their edits to the partition table file not being picked up.
pyaillet commentedon Sep 24, 2022
Yes, that's why I proposed a PR #117 adding the configuration to
Cargo.toml
:)axos88 commentedon Sep 25, 2022
Sorry, I did not see that!
Use the partitions.csv file in the git root