espflash: espflash does not take partitions.csv from project main folder

Hello,

I’ve modified the cargo.toml file adding the following at the end in three trials without success:

[package.metadata.espflash]
partition-table = "./partitions.csv"

or

[package.metadata.espflash]
partition_table = "./partitions.csv"

or

[package.metadata.espflash]
partition_table = "partitions.csv"

The only way to get a specific partitions table instead of the default one is to use the --partition-table option. I would have expected the update to the cargo.toml file would do it.

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 18 (7 by maintainers)

Most upvoted comments

Sorry Guys, I found the problem!!

When I cloned the GitHub project, I assumed that I was getting automatically into the proper branch. I was not 😦.

I’ve changed to the proper branch and did a test again. This time it worked fine.

Very sorry! And thanks for your effort!! Guy