pycom / pycom-micropython-sigfox

A fork of MicroPython with the ESP32 port customized to run on Pycom's IoT multi-network modules.
MIT License
196 stars 167 forks source link

No rule to make target 'build/LOPY_868/release/bootloader/bootloader.bin' #14

Closed davidblaisonneau closed 7 years ago

davidblaisonneau commented 7 years ago

Hi, I wanna try to compile micropython for my Lopy but I am facing this error. Any idea ?

git revision: f4f56ab

make BOARD=LOPY LORA_BAND=USE_BAND_868 flash V=1
[...]
IMAGE build/LOPY_868/release/lopy_868.bin
python /home/edby8475/Documents/DevOPS/FabLab/lopy_compile/pycom-esp-idf/components/esptool_py/esptool/esptool.py --chip esp32 elf2image --flash_mode qio --flash_freq 40m -o build/LOPY_868/release/lopy_868.bin build/LOPY_868/release/application.elf
esptool.py v2.0-beta2
Signing OTA image
bash tools/appsign.sh build/LOPY_868/release/lopy_868.bin build/LOPY_868/release
make: *** No rule to make target 'build/LOPY_868/release/bootloader/bootloader.bin', needed by 'flash'.  Stop.

Thanks for your help

robert-hh commented 7 years ago

call make BOARD=LOPY TARGET=boot first.