root@odroid_2:/sys/devices/system/cpu/cpu1# ll total 0 drwxr-xr-x 5 root root 0 ene 1 2000 ./ drwxr-xr-x 10 root root 0 ene 1 2000 ../ lrwxrwxrwx 1 root root 0 oct 12 00:50 cpufreq -> ../cpu0/cpufreq/ drwxr-xr-x 4 root root 0 oct 12 00:50 cpuidle/ -rw-r--r-- 1 root root 4096 ene 1 2000 online drwxr-xr-x 2 root root 0 oct 12 00:50 power/ lrwxrwxrwx 1 root root 0 oct 12 00:50 subsystem -> ../../../../bus/cpu/ drwxr-xr-x 2 root root 0 oct 12 00:45 topology/ -rw-r--r-- 1 root root 4096 ene 1 2000 uevent
root@odroid_2:/sys/devices/system/cpu/cpu1# echo 1 > online bash: echo: write error: Invalid argument
root@odroid_2:/sys/devices/system/cpu/cpu1# echo 0 > online
root@odroid_2:/sys/devices/system/cpu/cpu1# ll total 0 drwxr-xr-x 4 root root 0 ene 1 2000 ./ drwxr-xr-x 10 root root 0 ene 1 2000 ../ drwxr-xr-x 4 root root 0 oct 12 00:50 cpuidle/ -rw-r--r-- 1 root root 4096 oct 12 00:50 online drwxr-xr-x 2 root root 0 oct 12 00:50 power/ lrwxrwxrwx 1 root root 0 oct 12 00:50 subsystem -> ../../../../bus/cpu/ -rw-r--r-- 1 root root 4096 ene 1 2000 uevent
root@odroid_2:/sys/devices/system/cpu/cpu1# echo 0 > online bash: echo: write error: Invalid argument |