[bootlin/training-materials updates] master: embedded-linux: use "/sys" next to "/dev" (9dd7c4af)

Michael Opdenacker michael.opdenacker at bootlin.com
Tue Oct 18 09:46:56 CEST 2022


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

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

commit 9dd7c4af03aa9222c083607e5ade525e9026859d
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Tue Oct 18 09:46:56 2022 +0200

    embedded-linux: use "/sys" next to "/dev"
    
    Otherwise, if we stuck to "sysfs", we should use "devtmpfs"
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

9dd7c4af03aa9222c083607e5ade525e9026859d
 agenda/embedded-linux-agenda.tex               | 4 ++--
 agenda/embedded-linux-fr-agenda.tex            | 4 ++--
 agenda/embedded-linux-online-agenda.tex        | 4 ++--
 agenda/embedded-linux-online-fr-agenda.tex     | 4 ++--
 slides/sysdev-hw-devices/sysdev-hw-devices.tex | 2 +-
 5 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/agenda/embedded-linux-agenda.tex b/agenda/embedded-linux-agenda.tex
index f54bab41..5c9a936e 100644
--- a/agenda/embedded-linux-agenda.tex
+++ b/agenda/embedded-linux-agenda.tex
@@ -292,7 +292,7 @@
     additional devices and pin-muxing
   \item Finding Linux kernel drivers for specific hardware devices
   \item Using kernel modules
-  \item Hardware access using \code{/dev} and \code{sysfs}
+  \item Hardware access using \code{/dev} and \code{/sys}
   \item User-space interfaces for the most common hardware devices:
     storage, network, GPIO, LEDs, audio, graphics, video
   \end{itemize}
@@ -300,7 +300,7 @@
 {Lab - Accessing hardware devices}
 {
   \begin{itemize}
-  \item Exploring the contents of \code{/dev} and \code{sysfs} and the
+  \item Exploring the contents of \code{/dev} and \code{/sys} and the
     devices available on the embedded hardware platform.
   \item Using GPIOs and LEDs.
   \item Modifying the Device Tree to control pin multiplexing and
diff --git a/agenda/embedded-linux-fr-agenda.tex b/agenda/embedded-linux-fr-agenda.tex
index b204f359..c4ac928f 100644
--- a/agenda/embedded-linux-fr-agenda.tex
+++ b/agenda/embedded-linux-fr-agenda.tex
@@ -311,7 +311,7 @@
   \item Trouver des pilotes de périphériques dans le noyau Linux pour
     des périphériques matériels.
   \item Utilisation de modules noyau
-  \item Accès au matériel par \code{/dev} ou \code{sysfs}
+  \item Accès au matériel par \code{/dev} ou \code{/sys}
   \item Interfaces en espace utilisateur pour les périphériques les
     plus courants: stockage, réseau, GPIO, LEDs, audio, affichage,
     video
@@ -320,7 +320,7 @@
 {TP - Accès aux périphériques matériels}
 {
   \begin{itemize}
-  \item Exploration du contenu de \code{/dev} et \code{sysfs}, et des
+  \item Exploration du contenu de \code{/dev} et \code{/sys}, et des
     périphériques disponibles sur la plateforme embarquée.
   \item Utilisation de GPIOs et de LEDs.
   \item Modification du Device Tree pour controler le multiplexage
diff --git a/agenda/embedded-linux-online-agenda.tex b/agenda/embedded-linux-online-agenda.tex
index a3a518f6..597c6ce1 100644
--- a/agenda/embedded-linux-online-agenda.tex
+++ b/agenda/embedded-linux-online-agenda.tex
@@ -302,7 +302,7 @@
     additional devices and pin-muxing
   \item Finding Linux kernel drivers for specific hardware devices
   \item Using kernel modules
-  \item Hardware access using \code{/dev} and \code{sysfs}
+  \item Hardware access using \code{/dev} and \code{/sys}
   \item User-space interfaces for the most common hardware devices:
     storage, network, GPIO, LEDs, audio, graphics, video
   \end{itemize}
@@ -310,7 +310,7 @@
 {Lab - Accessing hardware devices}
 {
   \begin{itemize}
-  \item Exploring the contents of \code{/dev} and \code{sysfs} and the
+  \item Exploring the contents of \code{/dev} and \code{/sys} and the
     devices available on the embedded hardware platform.
   \item Using GPIOs and LEDs.
   \item Modifying the Device Tree to control pin multiplexing and
diff --git a/agenda/embedded-linux-online-fr-agenda.tex b/agenda/embedded-linux-online-fr-agenda.tex
index e8c5ea2b..9ffe414d 100644
--- a/agenda/embedded-linux-online-fr-agenda.tex
+++ b/agenda/embedded-linux-online-fr-agenda.tex
@@ -318,7 +318,7 @@
   \item Trouver des pilotes de périphériques dans le noyau Linux pour
     des périphériques matériels.
   \item Utilisation de modules noyau
-  \item Accès au matériel par \code{/dev} ou \code{sysfs}
+  \item Accès au matériel par \code{/dev} ou \code{/sys}
   \item Interfaces en espace utilisateur pour les périphériques les
     plus courants: stockage, réseau, GPIO, LEDs, audio, affichage,
     video
@@ -327,7 +327,7 @@
 {TP - Accès aux périphériques matériels}
 {
   \begin{itemize}
-  \item Exploration du contenu de \code{/dev} et \code{sysfs}, et des
+  \item Exploration du contenu de \code{/dev} et \code{/sys}, et des
     périphériques disponibles sur la plateforme embarquée.
   \item Utilisation de GPIOs et de LEDs.
   \item Modification du Device Tree pour controler le multiplexage
diff --git a/slides/sysdev-hw-devices/sysdev-hw-devices.tex b/slides/sysdev-hw-devices/sysdev-hw-devices.tex
index 8ca08495..13c1cac8 100644
--- a/slides/sysdev-hw-devices/sysdev-hw-devices.tex
+++ b/slides/sysdev-hw-devices/sysdev-hw-devices.tex
@@ -1943,7 +1943,7 @@ Details at
 {
   Time to start the practical lab!
   \begin{itemize}
-  \item Exploring the contents of \code{/dev} and \code{sysfs} and the
+  \item Exploring the contents of \code{/dev} and \code{/sys} and the
     devices available on the embedded hardware platform.
   \item Using GPIOs and LEDs.
   \item Modifying the Device Tree to control pin multiplexing and




More information about the training-materials-updates mailing list