Difference between revisions of "CM-iGT: Linux: Kernel"

From Compulab Mediawiki
Jump to: navigation, search
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Current release runs on Ubuntu kernel 3.2.0-37-generic without any changes made by Compulab.
+
== Overview ==
: {{Note|Features such as TPM, GPIO and CAN are unsupported in this release}}
+
The current release is based on a generic Ubuntu kernel 3.16.0 with a few modifications made by CompuLab.
 +
The package include the following:
 +
* linux_3.16.0.orig.tar.gz - mainline Linux 3.16.0 sources
 +
* linux_3.16.0-51.69.diff - Ubuntu patch
 +
* compulab.3.16.0-cm-igt.diff - CompuLab patch
 +
* config-3.16.0-51-compulab.cm-igt - CompuLab config file
 +
* Resulting .deb files are also included
 +
 
 +
== Development ==
 +
The kernel can be recompiled with necessary changes as described on [[Linux: Kernel development for x86 modules | Kernel development for x86 modules]]
  
 
== See also ==
 
== See also ==
 
* [[CM-iGT: Linux: Getting started|Getting started with Linux on CM-iGT]]
 
* [[CM-iGT: Linux: Getting started|Getting started with Linux on CM-iGT]]
 
* [[CM-iGT: Linux: Mint|Linux Mint for CM-iGT]]
 
* [[CM-iGT: Linux: Mint|Linux Mint for CM-iGT]]
 +
* [[CM-iGT_Linux|Linux for CM-iGT]]
  
  
 
[[Category:Linux |Kernel]]
 
[[Category:Linux |Kernel]]
 
[[Category:CM-iGT |Linux: Kernel]]
 
[[Category:CM-iGT |Linux: Kernel]]

Latest revision as of 13:31, 29 October 2015

Overview

The current release is based on a generic Ubuntu kernel 3.16.0 with a few modifications made by CompuLab. The package include the following:

  • linux_3.16.0.orig.tar.gz - mainline Linux 3.16.0 sources
  • linux_3.16.0-51.69.diff - Ubuntu patch
  • compulab.3.16.0-cm-igt.diff - CompuLab patch
  • config-3.16.0-51-compulab.cm-igt - CompuLab config file
  • Resulting .deb files are also included

Development

The kernel can be recompiled with necessary changes as described on Kernel development for x86 modules

See also