Page 1 of 1

partition table error

Posted: Wed Jun 30, 2021 1:54 pm
by dinesh_hops
Executing action: all (aliases: build)
Running ninja in directory c:\users\baps\desktop\esp\examples\pipeline_a2dp_source_stream\build
Executing "ninja all"...
ninja: error: '../partitions.csv', needed by 'partition_table/partition-table.bin', missing and no known rule to make it
ninja failed with exit code 1


I am trying to compile and build project provided for the ESP32 lyra base audio board.

however i had compiled the project successfully before, but getting error when compiling again.

Is there any way to get rid of it.

any suggestions are invited.

Thanks in advance.

Re: partition table error

Posted: Thu Jul 01, 2021 1:23 am
by ESP_Sprite
Seems you used to have a custom partition setup in a partitions.csv, but that file is missing now. Either restore it, or select a non-custom partition setup using menuconfig.

Re: partition table error

Posted: Thu Jul 01, 2021 4:33 am
by dinesh_hops
Something similar has happened.

In first trial, I used default program and it was working well. However I was using usb hub for power supply so i faced rebooting issue so i thought it might be because i was recently playing with wifi memory. but when i delete modified program and run the origional program again. It got compiled and build.

It worked for me but what i am trying to understand is how to create partition table binary files for esp32 by manually.