This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to switch off 2nd core for Cortex-A9

I am using dual-core Cortex-A9 in a project where 1 core is enough.

How to switch off another unused core?

Parents
  • Hi gxk,

    In our dual core board, we choose the core through the following steps. hope that it will give you some help~

    echo '0' >/sys/devices/system/cpu/cpu1/online 

    you can close the second core
    echo '1' >/sys/devices/system/cpu/cpu1/online

    then you can open the second core~

    B&R

    Hedy

Reply
  • Hi gxk,

    In our dual core board, we choose the core through the following steps. hope that it will give you some help~

    echo '0' >/sys/devices/system/cpu/cpu1/online 

    you can close the second core
    echo '1' >/sys/devices/system/cpu/cpu1/online

    then you can open the second core~

    B&R

    Hedy

Children
No data