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.

[TDA4VM] pm lib support

Other Parts Discussed in Thread: SYSCONFIG

Hi ~!

I am trying to use pm library

When I am serching "pdk/ti/drv/pm/" in PSDK6.1.0, I find pm rtos source file(src_files.mk) is not included in makefile as below

 SRCS_COMMON +=
  ifeq ($(SOC),$(filter $(SOC), tda2xx tda2px am572x dra72x dra75x tda2ex am571x tda3xx dra78x am574x))
     include src/pmrtos/prcm/src_files.mk
     include src/pmhal/prcm/src_files.mk
     include src/pmlib/prcm/src_files.mk
  endif
  ifeq ($(SOC),$(filter $(SOC), am65xx))
      include src/pmrtos/dmsc/src_files.mk
  endif

And, I can see j721e need "pmrtos/dmsc/V1" in "pmrtos/dmsc/src_files.mk", but there isn`t VI.

And, I can see thermal source is not included in pmlib makefile in case j721 build.

You don`t supprot these features in psdk6.1.0?

Thank you~!