Skip to main content
After flashing the RTSS binaries, the boot logs and FreeRTOS logs are displayed on the screen. Debug RTSS using the boot logs and FreeRTOS logs.

Prerequisites


Set up debug UART.
Important
  • To open the RTSS debug UART port on Linux, use the ttyUSB0 serial port.
  • To open the RTSS debug UART port on Windows, use the first COM port, COM1.

RTSS boot logs


The following sample logs indicate that the RTSS is booted up on the device:



RTSS FreeRTOS logs
The following sample logs indicate that the FreeRTOS is initialized on the device:

Parse RTSS RAM dump logs using QCAP

The Qualcomm Crash Analysis Portal (QCAP) tool is used to parse RTSS RAM dump. For information about how to parse the RTSS dumps using QCAP, see Parse RAM dumps using RAMParser.

Next steps