Hi,
After switching to a newer Zephyr version with the hardware model V2 I am struggling to build a BLE sample for the nrf5340 DK. It seems that the netcore image is not built and not flashed.
I am testing the following samples: peripheral_ht, peripheral_hr, hci_uart
I am building a sample using a west command:
west build --pristine -b nrf5340dk/nrf5340/cpuapp or west build -b nrf5340dk/nrf5340/cpuapp or west build --pristine --sysbuild -b nrf5340dk/nrf5340/cpuapp
and flashing using:
west flash or west flash --recover
As a result, I have the following error during the boot-up:
*** Booting Zephyr OS build v4.0.0-1699-gab6141c1403b *** [00:00:00.276,672] <wrn> bt_hci_core: opcode 0x0c33 status 0x12 Bluetooth init failed (err -22)
Please let me know what I am doing wrong.
In the past when I was working on the nrf connect SDK 2.6.1 I was simply building it:
west build -b nrf5340dk_nrf5340_cpuapp
and everything was working smoothly.
My setup:
Zephyr SDK version: 17
The hash of the Zephyr OS is: ab6141c1403b058fe29c6b30565736019e4611c5
Linux Ubuntu 22.04
cmake version 3.30.3
nrf-command-line-tools_10.24.2_amd64.deb
DK: PCA10095, 2.0.2, 2023.22