[bootlin/training-materials updates] master: labs/sysdev-accessing-hardware-*: remove the "dirty" modules (ec2d2ab5)

Michael Opdenacker michael.opdenacker at bootlin.com
Thu Mar 9 10:28:26 CET 2023


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/ec2d2ab5d8362bb6bed06d77610ef4bf2da15b85

>---------------------------------------------------------------

commit ec2d2ab5d8362bb6bed06d77610ef4bf2da15b85
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Thu Mar 9 10:28:26 2023 +0100

    labs/sysdev-accessing-hardware-*: remove the "dirty" modules
    
    Otherwise, won't have enough space in the squashfs partition
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


>---------------------------------------------------------------

ec2d2ab5d8362bb6bed06d77610ef4bf2da15b85
 labs/sysdev-accessing-hardware-bbb/sysdev-accessing-hardware-bbb.tex | 5 ++++-
 .../sysdev-accessing-hardware-stm32.tex                              | 5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/labs/sysdev-accessing-hardware-bbb/sysdev-accessing-hardware-bbb.tex b/labs/sysdev-accessing-hardware-bbb/sysdev-accessing-hardware-bbb.tex
index 89cbe065..155e4ca9 100644
--- a/labs/sysdev-accessing-hardware-bbb/sysdev-accessing-hardware-bbb.tex
+++ b/labs/sysdev-accessing-hardware-bbb/sysdev-accessing-hardware-bbb.tex
@@ -794,7 +794,10 @@ file.
 Creating the branch will impact the versions of the kernel and the modules.
 Compile your kernel and install your modules again (not necessary for the
 Nunchuk one for the moment) and see the version changes through the
-new based directory for modules.
+new base directory for modules.
+
+To save space for the next lab, remove the old directory under
+<code>lib/modules</code> containing the "dirty" modules.
 
 Don't forget to update the kernel your board boots.
 
diff --git a/labs/sysdev-accessing-hardware-stm32/sysdev-accessing-hardware-stm32.tex b/labs/sysdev-accessing-hardware-stm32/sysdev-accessing-hardware-stm32.tex
index e023e5a4..e53d90c1 100644
--- a/labs/sysdev-accessing-hardware-stm32/sysdev-accessing-hardware-stm32.tex
+++ b/labs/sysdev-accessing-hardware-stm32/sysdev-accessing-hardware-stm32.tex
@@ -742,7 +742,10 @@ file.
 Creating the branch will impact the versions of the kernel and the modules.
 Compile your kernel and install your modules again (not necessary for the
 Nunchuk one for the moment) and see the version changes through the
-new based directory for modules.
+new base directory for modules.
+
+To save space for the next lab, remove the old directory under
+<code>lib/modules</code> containing the "dirty" modules.
 
 Don't forget to update the kernel your board boots.
 




More information about the training-materials-updates mailing list