Skip to content
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

@axos88

Description

@axos88

sdkconfig.defaults is missing:

CONFIG_PARTITION_TABLE_SINGLE_APP=
CONFIG_PARTITION_TABLE_CUSTOM=y

But even then the build is looking for the partitions.csv in the wrong place

Activity

axos88

axos88 commented on Sep 16, 2022

@axos88
Author

I needed to add the following as well:

CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="../../../../../../partitions.csv"
added a commit that references this issue on Sep 22, 2022
2844e16
linked a pull request that will close this issue on Sep 22, 2022
pyaillet

pyaillet commented on Sep 22, 2022

@pyaillet
Contributor

espflash documentation here states that you can either pass this as a parameter to the command or add a configuration in Cargo.toml

axos88

axos88 commented on Sep 24, 2022

@axos88
Author

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

pyaillet commented on Sep 24, 2022

@pyaillet
Contributor

Yes, that's why I proposed a PR #117 adding the configuration to Cargo.toml :)

axos88

axos88 commented on Sep 25, 2022

@axos88
Author

Sorry, I did not see that!

added a commit that references this issue on Sep 25, 2022
21b97c6
linked a pull request that will close this issue on Sep 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Participants

      @axos88@pyaillet

      Issue actions

        partitions.csv not being picked up. · Issue #116 · ivmarkov/rust-esp32-std-demo