Skip to content

Commit

Permalink
labs/sysdev-accessing-hardware-beagleplay: use Linux 6.6
Browse files Browse the repository at this point in the history
We're now using Linux 6.6 on BeaglePlay, so let's reflect that in the
kernel version/file paths.

Signed-off-by: Thomas Petazzoni <[email protected]>
  • Loading branch information
tpetazzoni committed Mar 13, 2024
1 parent 35f17d7 commit 83318ea
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.<x>-dirty}, the {\em dirty}
the kernel version is now \code{6.6.<x>-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.<x>-dirty/},
The modules are therefore installed in \code{/lib/modules/6.6.<x>-dirty/},
and the version of the running Linux kernel must match this.
After rebooting, try to load the module that we need:
Expand Down

0 comments on commit 83318ea

Please sign in to comment.