[bootlin/training-materials updates] master: labs, lab-data: update for embedded-linux new generation (a97ebe43)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri Sep 9 22:20:33 CEST 2022


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

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

commit a97ebe4307585618ecadb0e5cec35d5e1f9cf8e2
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Fri Sep 9 22:20:33 2022 +0200

    labs, lab-data: update for embedded-linux new generation
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>


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

a97ebe4307585618ecadb0e5cec35d5e1f9cf8e2
 common/boneblack-sdcard-preparation.tex            |      2 +-
 common/embedded-linux-labs-vars.tex                |     18 +-
 common/embedded-linux-qemu-labs-vars.tex           |      1 -
 common/kernel-clone-master-and-stable.tex          |     71 +
 .../appdev/.vscode/c_cpp_properties.json           |     16 +
 lab-data/embedded-linux/appdev/.vscode/launch.json |     26 +
 lab-data/embedded-linux/appdev/.vscode/tasks.json  |     17 +
 lab-data/embedded-linux/appdev/app.c               |     91 -
 .../embedded-linux/appdev/nunchuk-mpd-client.c     |    167 +
 lab-data/embedded-linux/appdev/prep-debug.sh       |     19 +
 lab-data/embedded-linux/bootloader/data/boot.bin   |      1 -
 lab-data/embedded-linux/bootloader/data/fip.bin    |    Bin 0 -> 1114800 bytes
 .../bootloader/data/tf-a-stm32mp157a-dk1.stm32     |    Bin 0 -> 209709 bytes
 .../bootloader/data/u-boot-2020.07.bin             |    Bin 745764 -> 0 bytes
 .../bootloader/data/u-boot-spl-2020.07.bin         |    Bin 47754 -> 0 bytes
 lab-data/embedded-linux/bootloader/data/u-boot.bin |      1 -
 .../buildroot/data/music/1-sample.ogg              |    Bin 0 -> 152576 bytes
 .../buildroot/data/music/2-arpent.ogg              |    Bin 0 -> 4652331 bytes
 .../buildroot/data/music/3-chronos.ogg             |    Bin 0 -> 3895624 bytes
 .../buildroot/data/music/4-land-of-pirates.ogg     |    Bin 0 -> 3197941 bytes
 .../buildroot/data/music/5-ukulele-song.ogg        |    Bin 0 -> 4093910 bytes
 .../buildroot/data/music/6-le-baguette.ogg         |    Bin 0 -> 1442238 bytes
 .../buildroot/data/music/7-fireworks.ogg           |    Bin 0 -> 5380175 bytes
 .../embedded-linux/buildroot/data/music/README.txt |      3 +
 .../embedded-linux/debugging/data/vista-emulator.c |     78 -
 .../embedded-linux/hardware/data/nunchuk/Makefile  |      1 +
 .../embedded-linux/hardware/data/nunchuk/nunchuk.c |    197 +
 lab-data/embedded-linux/realtime/data/doload       |     21 -
 lab-data/embedded-linux/realtime/data/netcat.data  | 399999 ------------------
 lab-data/embedded-linux/realtime/data/rttest.c     |     92 -
 lab-data/embedded-linux/thirdparty/data/sample.ogg |    Bin 152576 -> 0 bytes
 lab-data/embedded-linux/thirdparty/data/sample.wav |    Bin 3284814 -> 0 bytes
 .../tinysystem/data/busybox-1.35.config            |     26 +-
 .../buildroot-advanced-packages.tex                |      2 +-
 labs/buildroot-rootfs/buildroot-rootfs.tex         |      2 +-
 .../kernel-i2c-input-interface.tex                 |      6 -
 .../kernel-serial-interrupt.tex                    |      2 +-
 labs/kernel-serial-output/kernel-serial-output.tex |      2 +-
 .../kernel-sources-download.tex                    |     72 +-
 .../dk1-board-gpio-connected-to-gnd.jpg            |    Bin 0 -> 689245 bytes
 .../dk1-board-nunchuk-connected.jpg                |    Bin 0 -> 838778 bytes
 .../sysdev-accessing-hardware.tex                  |    625 +
 .../sysdev-application-debugging.tex               |    199 -
 ...ysdev-application-development-and-debugging.tex |    490 +
 .../vscode-debugging-started.png                   |    Bin 0 -> 96141 bytes
 .../vscode-extensions-tab.png                      |    Bin 0 -> 96518 bytes
 .../vscode-run-debug-tab.png                       |    Bin 0 -> 16340 bytes
 .../vscode-segmentation-fault.png                  |    Bin 0 -> 79188 bytes
 .../sysdev-application-development.tex             |     52 -
 .../sysdev-block-filesystems-stm32.tex             |     21 +-
 .../sysdev-block-filesystems.tex                   |    232 -
 labs/sysdev-buildroot/sysdev-buildroot.tex         |    244 +-
 labs/sysdev-flash-filesystems/flash-map.dia        |   1262 -
 .../sysdev-flash-filesystems.tex                   |    274 -
 .../sysdev-kernel-cross-compiling-stm32.tex        |      6 +-
 .../sysdev-kernel-cross-compiling.tex              |     71 +-
 .../sysdev-kernel-fetch-and-patch.tex              |     50 -
 .../sysdev-kernel-fetch-sources.tex                |     21 +
 labs/sysdev-real-time/sysdev-real-time.tex         |    289 -
 .../sysdev-system-integration.tex                  |    266 +
 labs/sysdev-thirdparty/dependencies.dia            |    483 +
 labs/sysdev-thirdparty/sysdev-thirdparty.tex       |    510 +-
 labs/sysdev-tinysystem/sysdev-tinysystem.tex       |     25 +-
 labs/sysdev-toolchain/sysdev-toolchain.tex         |      9 +-
 labs/sysdev-u-boot-qemu/sysdev-u-boot-qemu.tex     |      4 +-
 labs/sysdev-u-boot-stm32/sysdev-u-boot-stm32.tex   |    178 +-
 labs/sysdev-u-boot/boot.log.tex                    |     25 -
 labs/sysdev-u-boot/flash-map.dia                   |    671 -
 labs/sysdev-u-boot/sysdev-u-boot.tex               |    307 -
 labs/sysdev-u-boot/xplained-serial-connector.jpg   |    Bin 975599 -> 0 bytes
 mk/embedded-linux-qemu.mk                          |     22 +-
 mk/embedded-linux.mk                               |     13 +-
 72 files changed, 3023 insertions(+), 404259 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --ignore-space-at-eol --textconv --ext-diff --cc a97ebe4307585618ecadb0e5cec35d5e1f9cf8e2



More information about the training-materials-updates mailing list