Power
Kernel Integration
root@edison:~# rfkill block Bluetooth # BlueTooth
root@edison:~# modprobe -r bcm4334x # WiFi
root@edison:~# modprobe bcm4334x # WiFi
root@edison:~# /sbin/iwconfig wlan0 power off
root@edison:~# /sbin/iwconfig wlan0 power on
root@edison:~# cat /sys/power/state
freeze mem
root@edison:~# cat /sys/power/pm_test
[none] core processors platform devices freezer
root@edison:~# echo 1 > /sys/devices/system/cpu/offline
root@edison:~# ls /sys/power/
pm_async pm_print_times state wake_unlock
pm_freeze_timeout pm_test wake_lock wakeup_count
root@edison:~# cat /sys/devices/system/cpu/
cpu0/ cpuidle/ offline power/ release
cpu1/ kernel_max online present uevent
cpufreq/ modalias possible probe
root@edison:~# ls /sys/devices/system/cpu/cpu0/cpufreq/
affected_cpus scaling_cur_freq
cpuinfo_cur_freq scaling_driver
cpuinfo_max_freq scaling_governor
cpuinfo_min_freq scaling_max_freq
cpuinfo_transition_latency scaling_min_freq
related_cpus scaling_setspeed
scaling_available_frequencies stats
scaling_available_governors
root@edison:~# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors
ondemand userspace performance
root@edison:~# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies
500000
```sh
### Suspend to Ram, Yocto BSP Edison 3.0
```sh
root@edison:~# echo mem > /sys/power/state
[ 64.899755] intel_scu_watchdog_evo: watchdog_stop
root@edison:~# echo mem > /sys/power/state
[ 72.953877] intel_scu_watchdog_evo: watchdog_stopSuspend to Ram, Yocto BSP Edison 2.1
Userspace Applications
SystemCtl, Yocto BSP Edison 3.0
Setup
Opkg
Apt-Get
Device Configuration
Usage Models
Links
Suspend Issue
Last updated