lte_ble_gateway no go from v270 to v290

Hello,
lte_ble_gateway works ok using dk91 or thingy:91 on,
v251 - ok

*** Booting nRF Connect SDK v2.5.1 ***
[00:00:00.398,284] <inf> lte_ble_gw: LTE Sensor Gateway sample started
[00:00:00.398,468] <inf> lte_ble_gw: Initializing Bluetooth..
[00:00:00.607,025] <inf> lte_ble_gw: Establishing LTE link (this may take some time) ...
[00:00:01.095,214] <wrn> bt_hci_core: opcode 0x0000 pool id 3 pool 0x2000cf78 != &hci_cmd_pool 0x2000cfe0
[00:00:01.136,840] <inf> bt_hci_core: HW Platform: Nordic Semiconductor (0x0002)
[00:00:01.136,871] <inf> bt_hci_core: HW Variant: nRF52x (0x0002)
[00:00:01.136,901] <inf> bt_hci_core: Firmware: Standard Bluetooth controller (0x00) Version 197.47763 Build 2370639017
[00:00:01.145,263] <inf> bt_hci_core: Identity: C3:DC:72:5F:61:E7 (random)
[00:00:01.145,294] <inf> bt_hci_core: HCI: version 5.4 (0x0d) revision 0x1102, manufacturer 0x0059
[00:00:01.145,324] <inf> bt_hci_core: LMP: version 5.4 (0x0d) subver 0x1102
[00:00:01.145,355] <inf> lte_ble_gw: Bluetooth ready
[00:00:01.152,587] <inf> lte_ble_gw: Scanning...

v262 - ok
*** Booting nRF Connect SDK v3.5.99-ncs1-3 ***
[00:00:00.393,005] <inf> lte_ble_gw: LTE Sensor Gateway sample started
[00:00:00.393,218] <inf> lte_ble_gw: Initializing Bluetooth..
[00:00:00.603,454] <inf> lte_ble_gw: Establishing LTE link (this may take some time) ...
[00:00:01.090,332] <wrn> bt_hci_core: opcode 0x0000 pool id 3 pool 0x2000d01c != &hci_cmd_pool 0x2000d084
[00:00:01.132,110] <inf> bt_hci_core: HW Platform: Nordic Semiconductor (0x0002)
[00:00:01.132,141] <inf> bt_hci_core: HW Variant: nRF52x (0x0002)
[00:00:01.132,171] <inf> bt_hci_core: Firmware: Standard Bluetooth controller (0x00) Version 54.58864 Build 1214809870
[00:00:01.140,747] <inf> bt_hci_core: Identity: C3:DC:72:5F:61:E7 (random)
[00:00:01.140,777] <inf> bt_hci_core: HCI: version 5.4 (0x0d) revision 0x118f, manufacturer 0x0059
[00:00:01.140,808] <inf> bt_hci_core: LMP: version 5.4 (0x0d) subver 0x118f
[00:00:01.140,808] <inf> lte_ble_gw: Bluetooth ready
[00:00:01.148,132] <inf> lte_ble_gw: Scanning...

but not on,
v270 - err
*** Booting nRF Connect SDK v2.7.0-5cb85570ca43 ***
*** Using Zephyr OS v3.6.99-100befc70c74 ***
[00:00:00.415,039] <inf> lte_ble_gw: LTE Sensor Gateway sample started
[00:00:00.415,252] <inf> lte_ble_gw: Initializing Bluetooth..
[00:00:00.615,753] <inf> lte_ble_gw: Establishing LTE link (this may take some time) ...
ASSERTION FAIL [err == 0] @ WEST_TOPDIR/zephyr/subsys/bluetooth/host/hci_core.c:333
        command opcode 0x0c03 timeout with err -11
[00:00:10.415,710] <err> os: r0/a1:  0x00000003  r1/a2:  0x00000000  r2/a3:  0x00000002
[00:00:10.415,740] <err> os: r3/a4:  0x00000003 r12/ip:  0x00000010 r14/lr:  0x0000f7c5
[00:00:10.415,740] <err> os:  xpsr:  0x01000000
[00:00:10.415,771] <err> os: Faulting instruction address (r15/pc): 0x0000f7d4
[00:00:10.415,802] <err> os: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0
[00:00:10.415,832] <err> os: Current thread: 0x2000fa08 (unknown)
[00:00:10.472,381] <err> os: Halting system

v280 - err
*** Booting nRF Connect SDK v2.8.0-a2386bfc8401 ***
*** Using Zephyr OS v3.7.99-0bc3393fb112 ***
[00:00:00.389,709] <inf> lte_ble_gw: LTE Sensor Gateway sample started
[00:00:00.389,923] <inf> lte_ble_gw: Initializing Bluetooth..
[00:00:00.389,953] <err> bt_hci_core: No HCI driver registered
[00:00:00.389,953] <err> lte_ble_gw: Bluetooth init failed (err -19)
[00:00:00.588,317] <inf> lte_ble_gw: Establishing LTE link (this may take some time) ...

v290 - err
*** Booting nRF Connect SDK v2.9.0-7787b2649840 ***
*** Using Zephyr OS v3.7.99-1f8f3dc29142 ***
[00:00:00.399,444] <inf> lte_ble_gw: LTE Sensor Gateway sample started
[00:00:00.399,658] <inf> lte_ble_gw: Initializing Bluetooth..
[00:00:00.399,658] <err> bt_hci_core: No HCI driver registered
[00:00:00.399,688] <err> lte_ble_gw: Bluetooth init failed (err -19)
[00:00:00.598,297] <inf> lte_ble_gw: Establishing LTE link (this may take some time) ...

This is straight example code as found in VS.
Is some other step needed to get this going with the latest SDK?
lte_ble_gateway   
hci_lpuart

thank-you,

Related