Tool/software:
Am new to linux development . Trying to build PROCESSOR-SDK-LINUX-AM62P and MCU+ SDK for RTOS/NO-RTOS
Need guidance for DSS implementation for display sharing between A53 and MCU R5 cores.
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:
Am new to linux development . Trying to build PROCESSOR-SDK-LINUX-AM62P and MCU+ SDK for RTOS/NO-RTOS
Need guidance for DSS implementation for display sharing between A53 and MCU R5 cores.
You may checkout the files in this directory <MCUSDK>/examples/drivers/dss/*
It contains the example code for Tell Tales.
Hi,
We had used gstreamer to do so, but unfortunately do not have the exact command that was used to create that.
Hi, Actually, I need to boot both R5 and A53 from the SD card. right now am using OSPI for flashing DSS application and booting (pin : 0000000 11001110)
Instead of this, I wanted to prepare an SD card for flashing FreeRTOS in R5 and Linux as well and need to boot the EVM from the SD card.
Right now I'm using OSPI boot mode and an SD card flashed with the tisdk-display-cluster-image-am62pxx-evm-11.00.09.04.rootfs.wic image. And the R5 core is loading my DSS app, and the Linux is loading from the inserted SD card. How is this working ?
Hi Shanooj,
You can use SBL SD LINUX boot loader for this, please refer to this guide: https://software-dl.ti.com/mcu-plus-sdk/esd/AM62PX/11_00_00_16/exports/docs/api_guide_am62px/EXAMPLES_DRIVERS_SBL_SD_LINUX.html
You can also refer to this guide, where some additional details on the boot flow is given: software-dl.ti.com/.../SBL_BOOTING_LINUX_SD_CARD.html
Best Regards,
Meet.
Hi, Am trying to implement both DSS and MCASP in a single application while Configuring the syscfg MPU both driver sample have different configurations is there any document related to this MPU configuration for different drivers ? like DSS, MCASP , MCAN