wafa_ath
wafa_ath
DIIDevHeads IoT Integration Server
Created by Enthernet Code on 8/28/2024 in #🪲-firmware-and-baremetal
CMake Error Setting Up Zephyr Environment for MicroPython on ESP32
Hey @Enthernet Code , Set the ZEPHYR_BASE environment variable to your Zephyr directory:
export ZEPHYR_BASE=/path/to/zephyrproject/zephyr
export ZEPHYR_BASE=/path/to/zephyrproject/zephyr
Then, source the environment script:
source $ZEPHYR_BASE/zephyr-env.sh
source $ZEPHYR_BASE/zephyr-env.sh
This should help CMake find the FindZephyr.cmake file during the build process. Try this out...
2 replies