mirrexagon / nixpkgs-esp-dev

Nix flake and overlay for ESP8266 and ESP32 development.
Creative Commons Zero v1.0 Universal
128 stars 59 forks source link

parttool.py is not available on bin path #58

Open mksafavi opened 1 month ago

mksafavi commented 1 month ago

Some of the idf tools are inside the /components directory and they are symlinked to /bin/. Maybe we should add them

on esp-idf docker image:

$ whereis parttool
parttool: /opt/esp/idf/components/partition_table/parttool.py
$ whereis parttool.py
parttool: /opt/esp/idf/components/partition_table/parttool.py

They can be accessed like this on nixpkgs-esp-dev:

$IDF_PATH/components/partition_table/parttool.py
$IDF_PATH/components/spiffs/spiffsgen.py