A collection of useful info about Raspberry Pi - all in one page.
Pi power
- pi is micro-USB
- http://www.pidramble.com/wiki/benchmarks/power-consumption
Config
- Main config:
sudo raspi-config
- http://elinux.org/RPiconfig
- stop GUI (ligthdm) in runtime:
systemctl stop lightdm
Check Raspbian, GUI, Release version
- returns this:
sb_release -a
No LSB modules are available. Distributor ID: Raspbian Description: Raspbian GNU/Linux 8.0 (jessie) Release: 8.0 Codename: jessie
- returns this:
cat /etc/rpi-issue
Raspberry Pi reference 2016-05-27 Generated using pi-gen, https://github.com/RPi-Distro/pi-gen, 5add7283d4db4eaad785de41a6750e909e5a04cf, stage4
- returns:
uname -a
Linux raspberrypi 4.9.35-v7+ #1014 SMP Fri Jun 30 14:47:43 BST 2017 armv7l GNU/Linux
Pi + Rasbian: disable & uninstall stuff
List of what can be disabled, for example to achieve better performance/stability/mem-footprint etc.:- Wifi & Bluetooth
- To check if Wifi is available:
iwconfig
- Bluetooth:
systemctl status bluetooth
- Turn off Wifi & Bluetooth
In /etc/modprobe.d/raspi-blacklist.conf add:
#wifi blacklist brcmfmac blacklist brcmutil #bt blacklist btbcm blacklist hci_uart
- To check if Wifi is available:
- Swap
Check:
Disable:sudo systemctl status dphys-swapfile
sudo systemctl disable dphys-swapfile
- Turn off Audio ?
- /boot/cmdline.txt
- smsc95xx.turbo_mode=N
- isolcpu
- smsc95xx.turbo_mode=N
- Links:
GUI, KIOSK MODE
- LXDE: LXPanel
Kiosk mode
- matchbox-window-manager - window manager with just one window
- kweb, minimal kiosk browser, manual, forum description
- Disable screen-saver, energy star, etc... Simply, keep it always-on:
xset s off xset -dpms xset s noblank
June 2017 - Raspberry Pi Desktop
Raspberry Pi Desktop introduced, PIXEL is no longer there.2016 - 2017 PIXEL
Pixel (Pi Improved Xwindows Environment, Lightweight) is the desktop manager:- modified LXDE.
- lightdm
- more: https://www.raspberrypi.org/blog/introducing-pixel/