dacb wrote:When I do a 'make flashcloud OTA=true' the build fails and the output ends with:Code: Select allsh: 1: xt-nm: not found
On step forward... To get around this, I did the following to symlink the xtensa-lx106-elf-nm to xt-nm:
ln -s `which xtensa-lx106-elf-nm` `dirname \`which xtensa-lx106-elf-nm\``/xt-nm
And finally, the following worked:
make clean
make rawflash OTA=true ESP_IPADDRESS=192.168.1.101 APP_VERSION=OTA_1.1