Tool/software:
Hello Expert,
How can I modify or disable UI and make the screen shows only CLI.
Warm Regards,
Sajan
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Hello Expert,
How can I modify or disable UI and make the screen shows only CLI.
Warm Regards,
Sajan
Hi Sajan,
I can give some steps on this, but my recommendation would instead be to connect it to your development PC. This is because there is no GPU on AM62A, so any rendering on display may be slower/less responsive than you'd like.
I'd recommend connecting our serial / UART (via USB -> virtual serial/COM ports) or via SSH through ethernet
when you run another application that uses the display subsystem (DSS) via linux's KMS/DRM interface, it will take over control from the default application. This is the case for tools like edgeai-gst-apps
You can disable the out-of-box demo application:
systemctl stop edgeai-init # or swap 'stop' for 'disable' to prevent it from starting on reboot
BR,
Reese