Linux Kernel
linux-t3-gem-o1-rt_6.1.bb
that uses the
T3 Gemstone Linux Git repository. If you need to switch to an older or
newer version, you can update the SRCREV
variable in the recipe with the commit ID of the desired version and
then run the following commands to start the compilation.
devbox shell
—> task box
commands. Additionally, to switch to the Yocto environment, you need to
run the m:oeinit t3-gem-o1
command.Image
file from
the <sdk-directory>/build/t3-gem-o1/deploy-ti/images
folder to the /boot
folder on your board to perform tests.
Opening the Menuconfig screen
Making changes permanent
defconfig
file
located in yocto/meta-gemstone/dynamic-layers/meta-ti/recipes-kernel/linux/linux-t3-gem-o1-rt-6.1/
.Recompiling the Kernel
Image
file will be generated in the
<sdk-directory>/build/t3-gem-o1/deploy-ti/images
directory.<sdk-directory>/build/tmp-musl/work-shared/t3-gem-o1/kernel-source
folder in your text editor.
After making the desired changes, compile the kernel using the following commands. To avoid losing your
changes, you can create your own fork of the T3 Gemstone Linux repository
and push your changes there.
<sdk-directory>/build/t3-gem-o1/deploy-ti/images
directory to the /boot
directory on the SD card. If you have fixed an issue or added a new feature, you can create
a pull request to the T3 Gemstone Linux repository so the community can
benefit from it.