Hardware ID example on nRF5340DK with overlay-ble-mac not working

I was able to compile and run the Hardware ID example on the nRF5340DK & SDK v3.1.1 using VS Code successfilly, but as soon as I add the overlay-ble-mac config it still compiles without error, but I get the following error output:

*** Booting nRF Connect SDK v3.1.1-e2a97fe2578a ***
*** Using Zephyr OS v4.1.99-ff8f0c579eeb ***
Bluetooth init failed (err -11)
hw_id_get failed (err -5)

It is the original example. I didn't change anythig, but it's not running. Why is it not working?

Related