Čia matote skirtumus tarp pasirinktos versijos ir esamo dokumento.
| Next revision | Previous revision | ||
|
raspberry_kernel [2013/10/01 00:43] dalius sukurtas |
raspberry_kernel [2014/08/05 13:46] (esamas) |
||
|---|---|---|---|
| Linija 1: | Linija 1: | ||
| + | apt-get install build-essential | ||
| + | |||
| http://paulspiblog.wordpress.com/2013/01/30/building-pi-modules-without-building-the-kernel/ | 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 | ||
| + | |||
| + | |||
| + | |||