Cannot set static address when using hci_usb or hci_uart on nRF5340 attached to Linux Host #32264
-
Hi, @carlescufi |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
I have tried it on RPi3 with 2021-01-11-raspios-buster-armhf-lite and Kernel version
|
Beta Was this translation helpful? Give feedback.
-
Define "OOTB". For me, having to flash 2 binaries, one per core, is a reasonable requirement for a dual-core device that gets its images from building Zephyr twice. |
Beta Was this translation helpful? Give feedback.
-
Well I think this requirement is not immediately clear to everyone, how is an inexperienced user supposed to know which application is required for network-cpu? I think it makes sense to update README.rst in hci_usb sample. |
Beta Was this translation helpful? Give feedback.
-
Thanks for help. Now I am able to scan through btmgmt. |
Beta Was this translation helpful? Give feedback.
I have tried it on RPi3 with 2021-01-11-raspios-buster-armhf-lite and Kernel version
Linux raspberrypi 5.10.11-v7+ #1399 SMP Thu Jan 28 12:06:05 GMT 2021 armv7l GNU/Linux
(after apt upgrade). I successfully tested nRF5340 on nRF5340DK (0.11.0).Unfortunately, only now I realized that nRF5340 can not work OOTB with hci_usb. The cpunet must also be flashed with appropriate application, for example
hci_rpmsg
.