Difference between revisions of "Raspberry pi spi kernel"

From BitWizard WIKI
Jump to: navigation, search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
  
You can download the raspberry pi spi kernel from http://www.bitwizard.nl/software/rpi-binary-kernel-20120606.tgz (or remove the last pathname component to see if there is a newer version.).
+
You can download the raspberry pi spi kernel from http://www.bitwizard.nl/software/rpi-spi-binary-kernel-20120608.tgz (or remove the last pathname component to see if there is a newer version.).
  
 
The tarfile contains a boot/kernel.img, boot/system.map (should you get kernel oopses we can look up the symbols) and the /lib/modules/ directory. I suggest you use a spare SD card and unpack this to the root of your SD card, or be prepared to reinitialize your SD card should something go wrong (i.e. can no longer boot). (I don't expect so, but just to be sure).  
 
The tarfile contains a boot/kernel.img, boot/system.map (should you get kernel oopses we can look up the symbols) and the /lib/modules/ directory. I suggest you use a spare SD card and unpack this to the root of your SD card, or be prepared to reinitialize your SD card should something go wrong (i.e. can no longer boot). (I don't expect so, but just to be sure).  
  
The patch if you want to compile your own kernel is at: http://www.bitwizard.nl/software/rpi-spi-20120606.patch
+
The patch if you want to compile your own kernel is at: http://www.bitwizard.nl/software/rpi-spi-20120608.patch
 
The patch was written by A Robinson<arobinson@cs.man.ac.uk> and improved/fixed by R.E.Wolff@BitWizard.nl .  
 
The patch was written by A Robinson<arobinson@cs.man.ac.uk> and improved/fixed by R.E.Wolff@BitWizard.nl .  
  
  
 
You should start with the standard kernel for raspberry pi from github.
 
You should start with the standard kernel for raspberry pi from github.
 +
 +
This kernel interfaces nicely with the [[Raspberry Pi LCD program]] (i.e. was developed with/ tested with).

Latest revision as of 08:28, 9 June 2012

You can download the raspberry pi spi kernel from http://www.bitwizard.nl/software/rpi-spi-binary-kernel-20120608.tgz (or remove the last pathname component to see if there is a newer version.).

The tarfile contains a boot/kernel.img, boot/system.map (should you get kernel oopses we can look up the symbols) and the /lib/modules/ directory. I suggest you use a spare SD card and unpack this to the root of your SD card, or be prepared to reinitialize your SD card should something go wrong (i.e. can no longer boot). (I don't expect so, but just to be sure).

The patch if you want to compile your own kernel is at: http://www.bitwizard.nl/software/rpi-spi-20120608.patch The patch was written by A Robinson<arobinson@cs.man.ac.uk> and improved/fixed by R.E.Wolff@BitWizard.nl .


You should start with the standard kernel for raspberry pi from github.

This kernel interfaces nicely with the Raspberry Pi LCD program (i.e. was developed with/ tested with).