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.

MPM related queries for 6636k2h12

- How to edit device tree so that I can change required load address of dsp ?

- How to get DSP trace/print messages from Linux , I have gone through

http://wiki.tiprocessors.com/index.php/MCSDK_UG_Chapter_Developing_System_Mgmt#Getting_DSP_prints.28trace.29_output_from_ARM.2FLinux_using_MPM

but couldn't understand .

Thanks in advance.

Regards,

Vishal

  • Hi, Vishal,

    the dspmem currently specifies load address of 0xa0000000, and mpm_config.json file has the corresponding ddr memory address. Both need to be modified for the change.

    The DSP log messages can be read from following debugfs locations

    DSP log entry for core #: /debug/remoteproc/remoteproc#/trace0
    

    Where # is the core id starting from 0.

    root@keystone-evm:~# cat /debug/remoteproc/remoteproc0/trace0 Main started on core 1 .... root@keystone-evm:~#

    Rex