Can’t build Zephyr for my own nRF54L15 board

Hi,

I am desperate with creating my own board. I followed the example of nrf54l15dk, but I absolutely do not understand why I cannot build - not even assembling Zephyr. I am attaching the board in a zip.

Error: ..ropixon_ZG_v5_0_common.dtsi:10 (column 1): parse error: expected ';', not '/'

But if you look at these files - I do not see any problem.


The error is here:

-- west build: generating a build system
Loading Zephyr module(s) (Zephyr base): sysbuild_default
-- Found Python3: C:/ncs/toolchains/0b393f9e1b/opt/bin/python.exe (found suitable version "3.12.4", minimum required is "3.10") found components: Interpreter 
-- Cache files will be written to: C:/ncs/v3.0.0/zephyr/.cache
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: ropixon_ZG_v5_0, qualifiers: nrf54l15/cpuapp
Parsing C:/ncs/v3.0.0/zephyr/share/sysbuild/Kconfig
Loaded configuration 'C:.../project/build/_sysbuild/empty.conf'
Merged configuration 'C:.../project/build/_sysbuild/empty.conf'
Configuration saved to 'C:.../project/build/zephyr/.config'
Kconfig header saved to 'C:.../project/build/_sysbuild/autoconf.h'
-- 
   *******************************
   * Running CMake for ZoneGuard *
   *******************************

Loading Zephyr default modules (Zephyr base).
-- Application: C:.../project
-- CMake version: 3.21.0
-- Found Python3: C:/ncs/toolchains/0b393f9e1b/opt/bin/python.exe (found suitable version "3.12.4", minimum required is "3.10") found components: Interpreter 
-- Cache files will be written to: C:/ncs/v3.0.0/zephyr/.cache
-- Zephyr version: 4.0.99 (C:/ncs/v3.0.0/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: ropixon_ZG_v5_0, qualifiers: nrf54l15/cpuapp
-- Found host-tools: zephyr 0.17.0 (C:/ncs/toolchains/0b393f9e1b/opt/zephyr-sdk)
-- Found toolchain: zephyr 0.17.0 (C:/ncs/toolchains/0b393f9e1b/opt/zephyr-sdk)
-- Found Dtc: C:/ncs/toolchains/0b393f9e1b/opt/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6") 
-- Found BOARD.dts: C:.../project/boards/Ropixon/ropixon_ZG_v5_0/ropixon_ZG_v5_0_nrf54l15_cpuapp.dts
devicetree error: C:.../project/boards/Ropixon/ropixon_ZG_v5_0/ropixon_ZG_v5_0_common.dtsi:10 (column 1): parse error: expected ';', not '/'
CMake Error at C:/ncs/v3.0.0/zephyr/cmake/modules/dts.cmake:305 (execute_process):
  execute_process failed command indexes:

    1: "Child return code: 1"

Call Stack (most recent call first):
  C:/ncs/v3.0.0/zephyr/cmake/modules/zephyr_default.cmake:133 (include)
  C:/ncs/v3.0.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
  C:/ncs/v3.0.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
  CMakeLists.txt:4 (find_package)


-- Configuring incomplete, errors occurred!
CMake Error at cmake/modules/sysbuild_extensions.cmake:514 (message):
  CMake configure failed for Zephyr project: ZoneGuard

  Location: C:.../project
Call Stack (most recent call first):
  cmake/modules/sysbuild_images.cmake:43 (ExternalZephyrProject_Cmake)
  cmake/modules/sysbuild_default.cmake:21 (include)
  C:/ncs/v3.0.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:75 (include)
  C:/ncs/v3.0.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
  C:/ncs/v3.0.0/zephyr/share/sysbuild-package/cmake/SysbuildConfig.cmake:8 (include)
  template/CMakeLists.txt:10 (find_package)


-- Configuring incomplete, errors occurred!
See also "C:.../project/build/CMakeFiles/CMakeOutput.log".
FATAL ERROR: command exited with status 1: 'C:\ncs\toolchains\0b393f9e1b\opt\bin\cmake.EXE' -DWEST_PYTHON=C:/ncs/toolchains/0b393f9e1b/opt/bin/python.exe '-Bc:\Work\99_Witc\ZG_Repo\ZoneGuard\build' -GNinja -DBOARD=ropixon_ZG_v5_0/nrf54l15/cpuapp -DBOARD_ROOT=c:.../project '-SC:\ncs\v3.0.0\zephyr\share\sysbuild' '-DAPP_DIR:PATH=c:\Work\99_Witc\ZG_Repo\ZoneGuard'

 *  The terminal process terminated with exit code: 1. 
 *  Terminal will be reused by tasks, press any key to close it. 
ropixon_ZG_v5_0.zip

Related