karawin / Ka-Radio32

esp32 version of Ka-Radio (https://github.com/karawin/Ka-Radio) by jp Cocatrix
516 stars 155 forks source link

Problem with nvs_partition_generator.sh #185

Closed Philphil3 closed 3 years ago

Philphil3 commented 3 years ago

Great project. Maybe someone can help me. I'm not able to generate a hardware partition *bin with my ESP.csv file. I get this error:

./nvs_partition_generator.sh ESP.csv

Jump into /home/phibu/esp/boards directory

Board ESP pattern for all csv files usage: nvs_partition_gen.py [-h] {generate,generate-key,encrypt,decrypt} ... nvs_partition_gen.py: error: argument command: invalid choice: 'v1' (choose from 'generate', 'generate-key', 'encrypt', 'decrypt')

Minimum NVS Partition Size needed is 0x3000 bytes. Look at this link : https://docs.espressif.com/projects/esp-idf/en/latest/api-reference/storage/nvs_partition_gen.html#running-the-utility

For flashing, type : esptool --chip esp32 write_flash 0x3a2000 build/ESP.bin

Thanks for hour helf or let me know, if you need further information.