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.
smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 0.080460] Detected VIPT I-cache on CPU1
[ 0.084591] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
[ 0.091629] GICv3: CPU1: using allocated LPI pending table @0x0000000080060000
[ 0.099064] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 5.122671] CPU2: failed to come online
[ 5.126597] CPU2: failed in unknown state : 0x0
[ 10.250227] CPU3: failed to come online
[ 10.254149] CPU3: failed in unknown state : 0x0
[ 10.258850] smp: Brought up 1 node, 2 CPUs
[ 10.263052] SMP: Total of 2 processors activated.
[ 10.267875] CPU features: detected: 32-bit EL0 Support
[ 10.273139] CPU features: detected: CRC32 instructions
[ 10.283739] CPU: All CPU(s) started at EL2
Hello Enyi,
What AM62x part number are you using? It looks like the AM62x device has fewer than the max number of A53 cores on it. If that is the case, please reference the AM62x Academy, Linux module, page Porting CPU:
https://dev.ti.com/tirex/explore/node?node=A__AZ853VXSIrRV0D6eoeZeeg__AM62-ACADEMY__uiYMDcq__LATEST
Regards,
Nick
That is not a specific AM62x part number. I'm looking for something like AM6254, AM6201, etc.
Are you using a TI EVM? If so, which one?
Regards,
Nick
Hello Enyi,
Please refer to the datasheet:
Do you see how AM623x parts can have 4 A53 cores, or 2 cores, or 1 core depending on which AM623x part you are using?
I need you to figure out EXACTLY which part number you are using. If you are not using AM6234, then you need to disable the nonexistent A53 cores in the Linux device tree. Refer to the link in my previous thread.
Regards,
Nick
Great. You only have 2 A53 cores. So you have to change your Linux devicetree file to disable 2 of those cores as indicated in my first response.
Regards,
Nick