Other Parts Discussed in Thread: AM625
Hi Team,
Evaluation Board:- AM62B-P1
SDK:- PROCESSOR-SDK-LINUX-RT-AM62X — Processor SDK RT-Linux for AM62x Version: 09.00.00.03
Build Environment:- yocto build environment
I am trying to build AM62x SDK for AM6232 Device. I followed the https://dev.ti.com/tirex/explore/node?node=A__AR2h22wR-iz3YmiHsjulEQ__AM62-ACADEMY__uiYMDcq__LATEST&placeholder=true and tried to Port CPUs(Enable 2 CPUs Only) and disable GPU.
I've made the necessary changes in the DTS file at the specified paths related to CPU configuration. However, despite the successful rebuild, the changes do not seem to take effect on the board.
- tisdk/build/arago-tmp-default-glibc/work-shared/am62xx-evm/kernel-source/arch/arm64/boot/dts/ti/k3-am625.dtsi ---> removed cpu-1,2,3 from cpu's
- tisdk/sources/meta-ti/meta-ti-bsp/conf/machine/include/am62xx.inc --> removed MACHINE_FEATURE="screen gpu"
- meta-arm/meta-arm-bsp/recipes-kernel/linux/files/fvp-baser-aemv8r64/fvp-baser-aemv8r64.dts ---> removed cpu-1,2,3 from cpu's
Queries:-
1. Location of Device Tree Source (DTS) to Modify for CPU Configuration and to disable GPU.
Could someone please advise on the specific section or node in the Device Tree Source (DTS) file where I should make modifications to configure the system to use only one CPU?
2. Command to Rebuild Device Tree Binary (DTB):
Once the necessary changes are made in the DTS file, what command should be used to rebuild the Device Tree Binary (DTB) and apply the configuration changes?
Regards,
Kumar Ashutosh