Part Number: AM625
Hello,
I need to disable cpus as explain the TI Linux Academy example:
I added the following lines in k3-am625-sk.dts in the Linux device tree.
cpus {
/delete-node/ cpu@1;
/delete-node/ cpu@2;
/delete-node/ cpu@3;
};
But I got then error below :
| DTC arch/arm64/boot/dts/ti/k3-am625-sk.dtb
| Error: /workspace/sitara/tisdk/build/arago-tmp-external-arm-glibc/work-shared/am62xx-evm/kernel-source/arch/arm64/boot/dts/ti/k3-am625-sk.dts:35.1-5 syntax error
| FATAL ERROR: Unable to parse input tree
| scripts/Makefile.lib:328: recipe for target 'arch/arm64/boot/dts/ti/k3-am625-sk.dtb' failed
| make[2]: *** [arch/arm64/boot/dts/ti/k3-am625-sk.dtb] Error 1
| /workspace/sitara/tisdk/build/arago-tmp-external-arm-glibc/work-shared/am62xx-evm/kernel-source/Makefile:1365: recipe for target 'ti/k3-am625-sk.dtb' failed
| make[1]: *** [ti/k3-am625-sk.dtb] Error 2
| /workspace/sitara/tisdk/build/arago-tmp-external-arm-glibc/work-shared/am62xx-evm/kernel-source/Makefile:185: recipe for target '__sub-make' failed
| make: *** [__sub-make] Error 2
| ERROR: oe_runmake failed
| WARNING: /workspace/sitara/tisdk/build/arago-tmp-external-arm-glibc/work/am62xx_evm-linux/linux-ti-staging/5.10.140+gitAUTOINC+5e63ae91b2-r0b.arago5/temp/run.do_compile.1044445:1 exit 1 from 'exit 1'
| ERROR: Execution of '/workspace/sitara/tisdk/build/arago-tmp-external-arm-glibc/work/am62xx_evm-linux/linux-ti-staging/5.10.140+gitAUTOINC+5e63ae91b2-r0b.arago5/temp/run.do_compile.1044445' failed with exit code 1
ERROR: Task (/workspace/sitara/tisdk/sources/meta-ti/recipes-kernel/linux/linux-ti-staging_5.10.bb:do_compile) failed with exit code '1'
Regards,
Alexis.