diff --git a/labs/sysdev-accessing-hardware-beagleplay/sysdev-accessing-hardware-beagleplay.tex b/labs/sysdev-accessing-hardware-beagleplay/sysdev-accessing-hardware-beagleplay.tex index e6154674f9..b03861d8eb 100644 --- a/labs/sysdev-accessing-hardware-beagleplay/sysdev-accessing-hardware-beagleplay.tex +++ b/labs/sysdev-accessing-hardware-beagleplay/sysdev-accessing-hardware-beagleplay.tex @@ -561,9 +561,9 @@ \section{Enabling, installing and using in-tree kernel modules} Also make sure to update the kernel image (\code{make Image.gz}), and reboot the board. Indeed, due to the changes we have made to the kernel source code, -the kernel version is now \code{6.4.-dirty}, the {\em dirty} +the kernel version is now \code{6.6.-dirty}, the {\em dirty} keyword indicating that the Git working tree has uncommitted changes. -The modules are therefore installed in \code{/lib/modules/6.4.-dirty/}, +The modules are therefore installed in \code{/lib/modules/6.6.-dirty/}, and the version of the running Linux kernel must match this. After rebooting, try to load the module that we need: