Debian Customizing Linux kernel AM62
This page is using the default release am62-debian-bookworm-6.1.83_09.02.01.10-v1.0.
To view this page for a specific Variscite SoM and software release, please follow these steps:
- Visit variwiki.com
- Select your SoM
- Select the software release
Introduction
The kernel is deployed as a Debian package during the build process. If there are changes to the kernel source code or configurations, the kernel must be recompiled with the updated changes using the ti-debian repository. Once recompiled, the updated Debian package for the kernel should be uploaded to the Debian package server.
- var-debian package sever - Variscite debian package server
- ti-debian-repos - Contains ti-packages and variscite package to compile and create .deb packages
- ti-linux-kernel - Linux kernel for VAR-SOM-AM62
Use your own remote repository on GitHub
Create your own GitHub account and fork the three repo to a new repository:
For example, you can fork our repository to your own account by visiting the following link and clicking on "Fork" at the top right of the screen.
Alternatively, you can clone our repository to your local machine, and push it later to your own account.
https://github.com/varigit/ti-linux-kernel/tree/ti-linux-6.1.y_09.02.01.10_var01
https://github.com/varigit/ti-debian-repos/tree/bookworm-09.02.01.10-var01
https://github.com/varigit/var-debpkgs/tree/master
Create a build directory:
$ mkdir ~/am62_debian_kernel $ cd ~/am62_debian_kernel