This guide explains how to install the Ubuntu Linux Kernel 3.7.0 on an ARM system using the ArmHardFloatPort.
Installation Guide
- Download the kernel headers package; linux-headers-3.7.0-030700_3.7.0-030700.201212102335_all.deb
- And the appropriate package for your system; linux-headers-3.7.0-030700-omap_3.7.0-030700.201212102335_armhf.deb
- And the accompanying compiled kernel image; linux-image-3.7.0-030700-omap_3.7.0-030700.201212102335_armhf.deb
- Install the files in the same order as above.
- In the terminal run:
sudo update-grub
- Reboot and select the kernel from the bootloader menu
The source can be found on www.kernel.org