|
|
Hi, I am trying to increase the battery life on our bugs – it seems from this post that disabling bluetooth will save us a fair amount of power: http://www.bugcommunity.com/wiki/index.php/Powe… But I can’t find anywhere where it says how to do this. I suspect I have to remove a module from the filesystem, but I don’t want to do this without knowing it’s the right thing to do. Ideas? -Jer |
|
|
Hey Jer, Simply do: echo “0” > /sys/devices/system/mxc_gpio/mxc_gpio0/btenable From http://bugcommunity.com/wiki/images/d/d5/BUG_power_management.doc Linked from: http://bugcommunity.com/wiki/index.php/Power_Co… (“Power Consumption: This is an excerpt of the full BUG power management document which can be found here.”) |