Categories

A sample text widget

Etiam pulvinar consectetur dolor sed malesuada. Ut convallis euismod dolor nec pretium. Nunc ut tristique massa.

Nam sodales mi vitae dolor ullamcorper et vulputate enim accumsan. Morbi orci magna, tincidunt vitae molestie nec, molestie at mi. Nulla nulla lorem, suscipit in posuere in, interdum non magna.

SheevaPlug non-standard module compiling

Howto compile a module for sheeva without standard kernel headers

I’ve bought an EasyCap DC60 and i’ve found this fantastic driver for it:

http://sourceforge.net/projects/easycapdc60/

Obviously they aren’t available for our sheevaplug so i’m looking through the web on how to compile it,finally I was able to do it, this is the howto.

We suppose that […]

Recompile Kernel for SheevaPlug

Howto recompile a custom kernel for our SheevaPlug:

In this example we suppose that our pc has ip 192.168.1.220, and the network has dhcp. First of all install packages needed:

apt-get install git-core build-essential

Then download the latest kernel from Marvell:

cd /usr/src git clone git://git.marvell.com/orion.git

Then set default config for SheevaPlug:

cd orion make […]