Flashing the ULP

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
con3
Posts: 5
Joined: Mon Mar 05, 2018 2:53 pm

Flashing the ULP

Post by con3 » Wed Jul 25, 2018 11:19 am

I've been trying to flash the ULP using the provided example pulse_cnt.S

I've installed the toolchains for the ULP, set the path to the bin file in the environment variable and activated the ULP is the make menuconfig esp32-specific option. I can run the hello world example, although trying to run the ULP example I continuously get this:

$ make app
make: *** No rule to make target '/c/msys32/home/17689708/esp/ulp/ulp/component.mk', needed by '/c/msys32/home/17689708/esp/ulp/build/ulp/component_project_vars.mk'. Stop.

Can anyone please help?

Thanks in advance!

Post Reply