User Tools

Site Tools


raspberry-pi:raspbian

This is an old revision of the document!


Raspbian

Apt sources

Wheezy

/etc/apt/sources.list

deb http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi

/etc/apt/sources.list.d/raspi.list

deb http://archive.raspberrypi.org/debian/ wheezy main

Jessie

/etc/apt/sources.list

deb http://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free rpi

/etc/apt/sources.list.d/raspi.list

deb http://archive.raspberrypi.org/debian/ jessie main

Hardware random number generator

Install the package rng-tools and add to /etc/modules:

bcm2708-rng

Increase USB power

Add this to /boot/config.txt

max_usb_current=1

Force always HDMI output

Kernel

There are 2 kernels available, one distributed by the Raspberry Foundation (package raspberrypi-bootloader) and another by Debian/Raspbian (packages raspberrypi-bootloader-nokernel and linux-image-rpi2-rpfv). If the last packages don't appear, add firmware as a component of the raspbian repository.

https://www.raspberrypi.org/forums/viewtopic.php?t=50310&f=66

References

raspberry-pi/raspbian.1439403089.txt.gz · Last modified: 2016/10/16 18:40 (external edit)