I am using Zephyr main v4.2.99 to build the sample BLE peripheral for the target MCU evaluation board ESP32-H2-DevKitM.
I face the following error:
Code: Select all
-- Found BOARD.dts: C:/Users/ekb6fe/zephyrproject/zephyr/boards/espressif/esp32h2_devkitm/esp32h2_devkitm.dts
devicetree error: /chosen: undefined node label 'esp32_bt_hci' Here are some more details of the setup I use with Zephyr:
Loading Zephyr default modules (Zephyr base).
-- Application: C:/Users/usr/zephyrproject/zephyr/samples/bluetooth/peripheral
-- CMake version: 4.0.3
-- Found Python3: C:/Users/usr/zephyrproject/.venv/Scripts/python.exe (found suitable version "3.13.7", minimum required is "3.10") found components: Interpreter
-- Cache files will be written to: C:/Users/usr/zephyrproject/zephyr/.cache
-- Zephyr version: 4.2.99 (C:/Users/usr/zephyrproject/zephyr)
-- Found west (found suitable version "1.5.0", minimum required is "0.14.0")
-- Board: esp32h2_devkitm, qualifiers: esp32h2
-- Found host-tools: zephyr 0.16.8 (C:/Users/usr/zephyr-sdk-0.16.8)
-- Found toolchain: zephyr 0.16.8 (C:/Users/usr/zephyr-sdk-0.16.8)
-- Found Dtc: C:/Users/usr/AppData/Local/Microsoft/WinGet/Packages/oss-winget.dtc_Microsoft.Winget.Source_8wekyb3d8bbwe/usr/bin/dtc.exe (found suitable version "1.6.1", minimum required is "1.4.6")
Thanks,
Kaiwalya