Page 1 of 1

Partition table not found - custom partition

Posted: Sun Feb 20, 2022 1:52 pm
by aalhadi
Hello,
I have "Custom partition table CSV" application but when I compile I get this error:
ninja: error: '../partitions.csv', needed by 'partition_table/partition-table.bin', missing and no known rule to make it
I'm using it on eclipse and the partition table is already in the folder
Image

Re: Partition table not found - custom partition

Posted: Mon Feb 21, 2022 3:57 am
by ESP_Sprite
You want to put that csv in the root of the project - not in some subdirectory of the build dir.

Re: Partition table not found - custom partition

Posted: Mon Feb 21, 2022 6:44 am
by aalhadi
ESP_Sprite wrote:
Mon Feb 21, 2022 3:57 am
You want to put that csv in the root of the project - not in some subdirectory of the build dir.
Thank you so much it worked