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