[bootlin/training-materials updates] master: Add further challenges (e4721e60)

Michael Opdenacker michael.opdenacker at bootlin.com
Thu Jun 4 09:54:49 CEST 2020


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

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

commit e4721e601da2804327292e829aa7da6abc75280a
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Thu Jun 4 09:54:31 2020 +0200

    Add further challenges
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

e4721e601da2804327292e829aa7da6abc75280a
 .../embedded-linux/online-challenges/007-buildroot.txt | 18 ++++++++++++++++++
 .../online-challenges/008-application-development.txt  |  4 ++++
 .../009-remote-application-debugging.txt               |  4 ++++
 3 files changed, 26 insertions(+)

diff --git a/resources/embedded-linux/online-challenges/007-buildroot.txt b/resources/embedded-linux/online-challenges/007-buildroot.txt
new file mode 100644
index 00000000..d93eb0aa
--- /dev/null
+++ b/resources/embedded-linux/online-challenges/007-buildroot.txt
@@ -0,0 +1,18 @@
+Root filesystem with Buildroot
+------------------------------
+
+This challenge is derived from our "Buildroot" lab. Look
+at this lab for further instructions.
+
+The goal is to add rebuild the root filesystem with an audio player
+and play the sample sound.
+
+The command to run QEMU is the same. The emulated hardware already
+has sound support.
+
+Known issue: the sample.ogg sample will play in a weird way
+in QEMU (investigating, but no solution found yet). To have a
+correct result, add support for the "aplay"
+command in alsa-utils, and play the same in WAV format:
+https://github.com/bootlin/training-materials/blob/master/lab-data/embedded-linux/thirdparty/data/sample.ogg
+
diff --git a/resources/embedded-linux/online-challenges/008-application-development.txt b/resources/embedded-linux/online-challenges/008-application-development.txt
new file mode 100644
index 00000000..dcf1ae3d
--- /dev/null
+++ b/resources/embedded-linux/online-challenges/008-application-development.txt
@@ -0,0 +1,4 @@
+Application development
+-----------------------
+
+This lab can be run on QEMU following the official instructions
diff --git a/resources/embedded-linux/online-challenges/009-remote-application-debugging.txt b/resources/embedded-linux/online-challenges/009-remote-application-debugging.txt
new file mode 100644
index 00000000..dc12ad43
--- /dev/null
+++ b/resources/embedded-linux/online-challenges/009-remote-application-debugging.txt
@@ -0,0 +1,4 @@
+Remote application debugging
+----------------------------
+
+This lab can be run on QEMU following the official instructions




More information about the training-materials-updates mailing list