Regarding the nRF54L15-DK development board and its use with BlueZ on an Ubuntu virtual machine: After flashing the hci_uart example onto the nRF54L15-DK board, I used the command "sudo btattach -B /dev/ttyACM0 -S 1000000 -R“. When using Btmon, the manufacturer is recognized and prints ”Manufacturer: Nordic Semiconductor ASA (89)“. However, when I run the command ”sudo hciconfig hci0 up“, it displays ” Can't init device hci0: Operation not supported (95)“. Querying with ‘hciconfig’ shows the ”BD Address“ as all zeros and the status as ‘DOWN’. Why is this happening? I'd appreciate help resolving this. Additionally, when I send HCI hexadecimal commands directly via serial port tools like ”UartAssist 5.0.2“—such as the reset command ” frame format 01 03 0C 00“, it responds with ”04 0E 04 01 03 0C 00", indicating an unknown HCI command. Why is this happening? After flashing the hci_uart example onto the nRF54L15-DK board, can I directly flash it onto the development board, or do I need to perform additional steps?




