Other Parts Discussed in Thread: CC2745R10-Q1
器件型号: LP-EM-CC2745R10-Q1
Thread: CC2745R10-Q1 中讨论的其他器件
您好:
有没有人尝试过在 Zephyr 中运行蓝牙网状网络外壳测试? 我想用它来调试现有产品的 Ble mesh 应用程序/友谊建立,因为它不需要我每次要更改请求时都重建应用程序,并且它允许更灵活的配置。
当我刷新并运行测试时、它会立即崩溃、然后才能进入任何类型的打印或终端。 
在本工程的构建过程中、它确实会针对一些需要启用的配置发出警告、但我认为您至少会收到提示、因为在 shell 中启动蓝牙堆栈之前、系统才会配置蓝牙堆栈。
warning: BT_CTLR_DUP_FILTER_LEN (defined at subsys/bluetooth/controller/Kconfig:170) was assigned
the value '0' but got the value ''. Check these unsatisfied dependencies: BT_LL_SW_SPLIT (=n),
BT_CTLR (=n). See docs.zephyrproject.org/.../kconfig.html
and/or look up BT_CTLR_DUP_FILTER_LEN in the menuconfig/guiconfig interface. The Application
Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of
the manual might be helpful too.
warning: BT_CTLR_ADVANCED_FEATURES (defined at subsys/bluetooth/controller/Kconfig.ll_sw_split:281)
was assigned the value 'y' but got the value 'n'. Check these unsatisfied dependencies:
BT_LL_SW_SPLIT (=n), BT_CTLR (=n). See
docs.zephyrproject.org/.../kconfig.html and/or look up
BT_CTLR_ADVANCED_FEATURES in the menuconfig/guiconfig interface. The Application Development Primer,
Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be
helpful too.
我不得不补充