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.

PROCESSOR-SDK-AM65X: DTS file

Part Number: PROCESSOR-SDK-AM65X


Hello,

Now, I'm using Processor SDK 6.01.00.08.

I'm trying to check dts file to understand setting of AM654x GPEVM. However, there is only dtsi file under "linux-<version>/arch"

On the other hand, it seems that board config file exist under "system-firmware-image-gen-xxxx" for only AM654x.

Is configuration different only AM654x ?

Best Regards,

  • Hello,

    Thanks for your post. AM654x is based on the Cortex-A53 which is a 64-bit architecture. These architectures are in the linux-version/arch/arm64/boot/dts/ti directory. You will find the associated DT files there.

    Similar changes will apply for other parts of the config due to the arch being arm64.

    I hope this helps you.

  • Hello RonB,

    Thank you for your reply.

    I just perfromed "find -name am654x*" and "find -name am65xx*.

    According to above directory, file bame rule is "k3" is added before "device name".

    Since this is different b/w 32bit arch and 64 bit arch, so I did not notice this directory.

    Thank you.

    BR,