idf.py flash only, skip build
Posted: Wed May 15, 2024 7:50 am
Hey,
I am setting up a pc for flashing my app onto many esp32-wroom-32e chips. I copied the project folder over and it flashed the app as it should.
I want to remove the base code (like main.c, etc) from the project because I don't want people using this pc to have access to it. But it seems that, when I run "idf.py -p comX flash" command, it tries to rebuild or it checks for those files and fails if I have them removed from the folder.
Is there a command to just flash the app onto the chip? Maybe use what's in the build folder?
Kind regards,
Meri
I am setting up a pc for flashing my app onto many esp32-wroom-32e chips. I copied the project folder over and it flashed the app as it should.
I want to remove the base code (like main.c, etc) from the project because I don't want people using this pc to have access to it. But it seems that, when I run "idf.py -p comX flash" command, it tries to rebuild or it checks for those files and fails if I have them removed from the folder.
Is there a command to just flash the app onto the chip? Maybe use what's in the build folder?
Kind regards,
Meri