Dear Nordic team,
We are currently preparing for Wi-Fi, BLE, and LTE compliance testing scheduled for next Tuesday, and are encountering a blocking issue with the Radio Test sample for the nRF5340 and nRF7002, using NCS v2.6.0.
We’ve designed a custom board based on the nRF5340, nRF7002, and nRF9161. We have extensive experience using NCS and Zephyr, and our production firmware — which includes BLE, Wi-Fi, and LTE functionality — works without issues.
For the compliance tests, we would like to use off-the-shelf firmware. We’re using the Radio Test sample for BLE and Wi-Fi, and the PTI image + modem shell for LTE. However, we are unable to get the Radio Test sample working with RTT (which we also use in our production firmware). We’ve also attempted to run it on the development kits (nRF5340 DK and nRF7002 DK) and tried USB, but had no success.
There seems to be an issue with communication between the application core and the network core. We would really appreciate assistance or guidance on how to get this working correctly in time for our compliance tests.
To enable RTT, we added the following configuration to child_image/remote_shell/prj.conf
:
CONFIG_USE_SEGGER_RTT=y CONFIG_RTT_CONSOLE=y CONFIG_UART_CONSOLE=n CONFIG_SHELL_BACKEND_RTT=y CONFIG_SHELL_PROMPT_RTT="mosh:~$ " CONFIG_SHELL_BACKEND_SERIAL=n CONFIG_SHELL_PROMPT_UART=""
This issue is time-sensitive due to our scheduled compliance lab slot. We would be very grateful for support or a working example configuration that enables RTT command interface with the Radio Test sample.
Kind regards,
Henrico Brom