Linux Embedded: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
6vffdh (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „Linux_Embedded“) |
6vffdh (Diskussion | Beiträge) |
||
(2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
− | + | == Allgemein == | |
+ | |||
+ | Embedded-Linux-System - operating system based on the Linux kernel, used in embedded systems and in consumer electronics. | ||
+ | Wikipedia - [https://en.wikipedia.org/wiki/Linux_on_embedded_systems Link] | ||
+ | |||
+ | :Anfang: [https://www.youtube.com/watch?v=92-uLpWIRaI&list=PLo7bVbJhQ6qxRyrF7CSW3wXcbmmFl9z7-&index=1 Embedded Linux course on youtube (Zedboard)] | ||
+ | :Andere Boards: [https://www.linux.com/news/top-10-open-source-linux-boards-under-200 Top 10 Open Source Linux Boards Under $200] | ||
+ | :[http://hforsten.com/making-embedded-linux-computer.html Making embedded Linux computer] | ||
+ | :[https://www.yoctoproject.org/tools-resources/projects/poky Poky] is a reference distribution of the Yocto Project. It contains the OpenEmbedded Build System (BitBake and OpenEmbedded Core) as well as a set of metadata to get you started building your own distro. | ||
+ | |||
+ | |||
+ | :[https://www.bodenseo.de/kurs/Linux_embedded.html Kurs Embedded Linux] | ||
+ | |||
+ | |||
+ | ==Kurs== | ||
+ | |||
+ | ===Linux und die Commandline=== | ||
+ | |||
+ | :[https://germantechjobs.de/en/salaries/Embedded/all Salary] | ||
+ | |||
+ | |||
+ | Remote Login mit SSH | ||
+ | |||
+ | Grundlegendes: die Shell, Werkzeuge wie sed, grep, find... | ||
+ | |||
+ | Diagnose mit Tools wie netstat, top, den Filesystemen procfs und sysfs ... |
Aktuelle Version vom 2. März 2023, 15:37 Uhr
Allgemein
Embedded-Linux-System - operating system based on the Linux kernel, used in embedded systems and in consumer electronics. Wikipedia - Link
- Anfang: Embedded Linux course on youtube (Zedboard)
- Andere Boards: Top 10 Open Source Linux Boards Under $200
- Making embedded Linux computer
- Poky is a reference distribution of the Yocto Project. It contains the OpenEmbedded Build System (BitBake and OpenEmbedded Core) as well as a set of metadata to get you started building your own distro.
Kurs
Linux und die Commandline
Remote Login mit SSH
Grundlegendes: die Shell, Werkzeuge wie sed, grep, find...
Diagnose mit Tools wie netstat, top, den Filesystemen procfs und sysfs ...