Linux Embedded: Unterschied zwischen den Versionen

Aus Meine Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „Linux_Embedded“)
 
Zeile 1: Zeile 1:
Linux_Embedded
+
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===
 +
 
 +
 
 +
Remote Login mit SSH
 +
 
 +
Grundlegendes: die Shell, Werkzeuge wie sed, grep, find...
 +
 
 +
Diagnose mit Tools wie netstat, top, den Filesystemen procfs und sysfs ...

Version vom 20. Oktober 2018, 23:15 Uhr

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 Embedded Linux


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 ...