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.

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 […]