Debian Customizing Linux kernel AM62

From Variscite Wiki
Warning: This page is designed to be used with a 'release' URL parameter.

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:

  1. Visit variwiki.com
  2. Select your SoM
  3. Select the software release
VAR-SOM-AM62 - Debian Customize from source code

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.

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


After fork the repo to your account, clone the kernel source code from your repository Create a build directory:

$ mkdir ~/am62_debian_kernel
$ cd ~/am62_debian_kernel