CV-Bowen commented on PR #17816: URL: https://github.com/apache/nuttx/pull/17816#issuecomment-3771652200
@raiden00pl Seems rpmsg is initialized success but there are only the rpmsg name service and rpsmg ping services in this channel. 1. Could you use command `rpmsg ping all 1 1 1 1` to verify the rpmsg channel is OK or not. 2. Does the HCI over rpmsg use the `CONFIG_RPMSG_UART`? if so, there are no rpmsg uart service in the rpmsg dump log, seems the `uart_rpmsg_init()` failed and leads the `bt_driver_register()` failed? 3. Could you then enable `CONFIG_DEBUG_NET_ERROR` to output more log to see why `bt_driver_register()` failed? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
