User Tools

Site Tools


raspberry_kernel

apt-get install build-essential

http://paulspiblog.wordpress.com/2013/01/30/building-pi-modules-without-building-the-kernel/

wget https://github.com/raspberrypi/linux/archive/rpi-3.10.y.tar.gz

tar xvfz rpi-3.6.y.tar.gz

su

mv linux-rpi-3.6.y /usr/src

ln -s /usr/src/linux-rpi-3.6.y /lib/modules/3.6.11+/build

cd /lib/modules/3.6.11+/build

make mrproper

gzip -dc /proc/config.gz > .config

make modules_prepare

wget https://github.com/raspberrypi/firmware/raw/master/extra/Module.symvers (http://svn.stmlabs.com/svn/raspbmc/testing/kernel/build_kernel-3.10.sh)

exit

CONFIG_CROSS_COMPILE=„“

http://www.ctheroux.com/publicfiles/DPO_RT5572_LinuxSTA_2.6.0.1_20120629_EDITED.tar.bz2.bz2

raspberry_kernel.txt · Keista: 2014/08/05 13:46 (redaguoti papildomomis priemonėmis)