Tool/software:
I’m working with the Processor SDK RTOS v11.0.0.6 on J721E and need clarification on the display pipeline.
Should the Display Subsystem (DSS) be configured and handled from the RTOS side or the Linux side?
In our setup, we want to render frames to a display panel using DSS. We are using components from vision_apps
and want to know the best practice:
-
Should DSS be initialized and controlled from RTOS (e.g., via R5F firmware)?
-
Or should it be handled from the Linux side using DRM/KMS or Wayland?
Please guide us on the recommended approach, especially considering typical Processor SDK examples.
Thanks in advance,
Pooja