This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 106
partitions.csv not being picked up. #116
Comments
I needed to add the following as well:
|
|
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. |
Yes, that's why I proposed a PR #117 adding the configuration to |
Sorry, I did not see that! |
axos88
added a commit
to axos88/rust-esp32-std-demo
that referenced
this issue
Sep 25, 2022
Fixes ivmarkov#116 Also bails with build failures if the image would not fit into the partitions defined by the csv file.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
sdkconfig.defaults is missing:
But even then the build is looking for the partitions.csv in the wrong place
The text was updated successfully, but these errors were encountered: