karawin / Ka-Radio32

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

board .csv file build error #263

Closed sergevm1 closed 2 years ago

sergevm1 commented 2 years ago

I tried to build the board .csv file with the ./nvs_partition_generator.sh but got the following: ./nvs_partition_generator.sh standard_adb.csv Jump into /home/SergeVM/esp/karadio32/boards directory

Board standard_adb This is the standard default configuration as in the builtin conf usage: nvs_partition_gen.py [-h] [--version {v1,v2}] [--keygen {True,False}] [--encrypt {True,False}] [--keyfile KEYFILE] input output nvs_partition_gen.py: error: unrecognized arguments: --outdir --input --output standard_adb.bin --size 0x3000

sergevm1 commented 2 years ago

Resolved now. The build requires esp-idf v3.3. The instructions on the main page should be updated (it instructs to install v3.1.2)