Nrf54h20 Bluetooth Mesh example

Hi, I want to run Bluetooth Mesh Light example on nrf54h20 chip.

At the beginning I prepared devboard with this tutorial: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/device_guides/nrf54h/ug_nrf54h20_gs.html
I have built and flashed hello_world example and I was able to read logs from application and network cpu.

In the next step I have compiled Bluetooth Mesh Light applications using west with command:

west build -p -b nrf54h20dk/nrf54h20/cpuapp .

Compilation gives no errors and get light and ipc_radio executables. I have flashed chip using following command:

west flash

Flashing ends successfully, but applications not work. I cannot see any logs from application and network core. The device does not starts broadcasting the Unprovisioned Beacon. How to run this example on nrf54h20?

Related