Embedded GNU/Linux Kernel Internals and Device Drivers ( ldd | 35 hours )
- Podstawowa znajomość korzystania z systemu GNU/Linux jako użytkownik końcowy
- Podstawowa znajomość powłoki wiersza poleceń
- Podstawowa znajomość przestrzeni użytkownika / tworzenia aplikacji
- Pośrednia znajomość programowania w języku C
- Powinien wcześniej uczestniczyć w Embedded GNU/Linux Systems Architecture (zdecydowanie zalecane!) i/lub dobrze rozumieć tematy tam przedstawione.
Opis
Ta 5-dniowa klasa szkoleniowa wykorzystuje praktyczne ćwiczenia połączone z instrukcjami, aby zilustrować koncepcje wewnętrznych elementów jądra GNU / Linux i rozwoju sterowników urządzeń. Został zaprojektowany tak, aby szybko przyspieszyć pracę. Opisujemy procesy, koncepcje i polecenia niezbędne do pisania sterowników urządzeń GNU / Linux poprzez połączenie teorii i szkolenia w miejscu pracy.
Nie wymyślaj koła na nowo, lecz ucz się od doświadczonego trenera, a zdobędziesz praktyczną wiedzę i umiejętność jej efektywnego wykorzystania we własnym projekcie programowania wbudowanego.
Kto powinien wziąć udział?
Osoby zainteresowane rozwojem lub oceną sterowników urządzeń GNU/Linux, takie jak inżynierowie oprogramowania, inżynierowie terenowi, kierownicy (projektów), inżynierowie sprzętu.
Wprowadzenie
- krótka historia GNU/Linux
- licencjonowanie
- wersjonowanie jądra
- cykl wydań
- drzewa jądra
- mainline
- jądro a przestrzeń użytkownika
- mechanizm vs. polityka
- alternatywy dla sterowników jądra
- RTOS vs. Linux
Pamięć Management
- Pamięć wirtualna vs. pamięć fizyczna
- alokacja pamięci w jądrze
- strony
- strefy
- API
- płyta
Patch jądra
- cykl życia
- git
- źródło jądra
- tworzenie poprawki
- sprawdź poprawkę
- popraw patch
- wysłać łatkę
- skontrolowany kod
Moduły jądra
- pobierz źródła jądra
- configure/build/install
- sterowniki urządzeń (połączone statycznie, ładowane w czasie wykonywania)
- init/exit
- licencjonowanie
- EXPORT SYMBOL GPL
- poza drzewem makefile
- module-init-tools
- moduł w drzewie jądra
- Kconfig
- przekazywanie parametrów
- rzadki
Sterowniki Char
- architektura
- interfejs użytkownika/jądra
- Podsystem wejścia/wyjścia
- VFS
- sysfs (urządzenia, magistrala, sterowniki, klasy),
- kobject/ktype/kset
- model sterownika jądra systemu Linux
- pliki urządzeń
- sterownik char
- inicjalizacja
- rejestracja
- open, release
- cdev, cdev add, cdev del,...
- numery major/minor
- udev, udevmonitor, udevadm
Zaawansowane operacje sterownika karty
- ioctl
- odblokowany ioctl
- compat ioctl
- API przestrzeni użytkownika
- API przestrzeni jądra
- cykl życia procesu
- spanie/blokowanie
- usypianie/budzenie
- kolejka oczekiwania
- grzmiące stado
- poll/select
Debugowanie jądra
- błąd
- debugowanie
- debugowanie jądra
- wyszukiwanie binarne z git
- wsparcie debugowania z jądra
- printk syslogd, klogd, loglevels, rate limit, debug levels, debug selective subsystems
- debugowanie przez zapytanie debugfs
- debugowanie oops, potwierdzanie oops
- Magiczny klucz SysRq
- kgdb/kdb
- JTAG
Śledzenie
- gcov
- lcov
- oprofile
- ftrace
- nop tracer
- function tracer
- sched switch tracer
- śledzenie wykresu funkcji
- dynamiczny tracer
- trace-cmd/kernelshark
- perf
- LTTng
Przerwania
- przerwania a odpytywanie
- przerwanie
- sekcje programu
- reentrancy
- zdarzenia
- program obsługi przerwań
- współdzielony program obsługi przerwań
- przepływ przerwań
- kontrola przerwań
Odraczanie pracy
- górna/dolna połowa
- softirqs
- tasklety
- kolejki robocze
- przerwania gwintowane
Współbieżność
- region/sekcja krytyczna
- atomowy
- warunek wyścigu
- synchronizacja
- blokowanie
- rozwiązania blokujące
- impas
- rywalizacja
- Co blokować?
- czego można użyć?
- operacje atomowe
- blokady spinowe
- blokady typu czytelnik-zapisujący
- semafor
- semafor binarny
- muteks
- semafor czytający-zapisujący
- zmienne uzupełniające
- blokady sekwencyjne
- wyłączanie wywłaszczania
- porządkowanie i bariery
Czas
- HZ
- Jiffies
- duże/małe opóźnienia
- timery jądra
Sprzętowe wejścia/wyjścia
- Porty wejścia/wyjścia
- Pamięć I/O
- Jak radzić sobie z efektami ubocznymi dostępu do rejestrów?
User-Kernel Communication
- put(get)_user()
- copy to(from)_user()
- I/O jądra
- mapowanie pamięci
- procfs
- sysfs
- debugfs
- relayfs
- netlink
- ioctl
Przenośność
- rozmiar słowa
- nieprzezroczyste typy
- znak podpisany/niepodpisany
- wyrównanie danych
- promocja całek
- ponowne użycie kodu
- endianess
- tik systemowy
- rozmiar strony
- porządkowanie instrukcji
- SMP/preemption/wysoka pamięć
O ile nie zaznaczono inaczej, treść i niniejszy zarys kursu są objęte licencją Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0).
United Arab Emirates - Embedded GNU/Linux Kernel Internals and Device Drivers
Qatar - Embedded GNU/Linux Kernel Internals and Device Drivers
Egypt - Embedded GNU/Linux Kernel Internals and Device Drivers
Saudi Arabia - Embedded GNU/Linux Kernel Internals and Device Drivers
South Africa - Embedded GNU/Linux Kernel Internals and Device Drivers
Brasil - Embedded GNU/Linux Kernel Internals and Device Drivers
Canada - Embedded GNU/Linux Kernel Internals and Device Drivers
中国 - Embedded GNU/Linux Kernel Internals and Device Drivers
香港 - Embedded GNU/Linux Kernel Internals and Device Drivers
澳門 - Embedded GNU/Linux Kernel Internals and Device Drivers
台灣 - Embedded GNU/Linux Kernel Internals and Device Drivers
USA - Embedded GNU/Linux Kernel Internals and Device Drivers
Österreich - Embedded GNU/Linux Kernel Internals and Device Drivers
Schweiz - Embedded GNU/Linux Kernel Internals and Device Drivers
Deutschland - Embedded GNU/Linux Kernel Internals and Device Drivers
Czech Republic - Embedded GNU/Linux Kernel Internals and Device Drivers
Denmark - Embedded GNU/Linux Kernel Internals and Device Drivers
Estonia - Embedded GNU/Linux Kernel Internals and Device Drivers
Finland - Embedded GNU/Linux Kernel Internals and Device Drivers
Greece - Embedded GNU/Linux Kernel Internals and Device Drivers
Magyarország - Embedded GNU/Linux Kernel Internals and Device Drivers
Ireland - Embedded GNU/Linux Kernel Internals and Device Drivers
Israel - Embedded GNU/Linux Kernel Internals and Device Drivers
Luxembourg - Embedded GNU/Linux Kernel Internals and Device Drivers
Latvia - Embedded GNU/Linux Kernel Internals and Device Drivers
España - Embedded GNU/Linux Kernel Internals and Device Drivers
Italia - Embedded GNU/Linux Kernel Internals and Device Drivers
Lithuania - Embedded GNU/Linux Kernel Internals and Device Drivers
Nederland - Embedded GNU/Linux Kernel Internals and Device Drivers
Norway - Embedded GNU/Linux Kernel Internals and Device Drivers
Portugal - Embedded GNU/Linux Kernel Internals and Device Drivers
România - Embedded GNU/Linux Kernel Internals and Device Drivers
Sverige - Embedded GNU/Linux Kernel Internals and Device Drivers
Türkiye - Embedded GNU/Linux Kernel Internals and Device Drivers
Malta - Embedded GNU/Linux Kernel Internals and Device Drivers
Belgique - Embedded GNU/Linux Kernel Internals and Device Drivers
France - Embedded GNU/Linux Kernel Internals and Device Drivers
日本 - Embedded GNU/Linux Kernel Internals and Device Drivers
Australia - Embedded GNU/Linux Kernel Internals and Device Drivers
Malaysia - Embedded GNU/Linux Kernel Internals and Device Drivers
New Zealand - Embedded GNU/Linux Kernel Internals and Device Drivers
Philippines - Embedded GNU/Linux Kernel Internals and Device Drivers
Singapore - Embedded GNU/Linux Kernel Internals and Device Drivers
Thailand - Embedded GNU/Linux Kernel Internals and Device Drivers
Vietnam - Embedded GNU/Linux Kernel Internals and Device Drivers
India - Embedded GNU/Linux Kernel Internals and Device Drivers
Argentina - Embedded GNU/Linux Kernel Internals and Device Drivers
Chile - Embedded GNU/Linux Kernel Internals and Device Drivers
Costa Rica - Embedded GNU/Linux Kernel Internals and Device Drivers
Ecuador - Embedded GNU/Linux Kernel Internals and Device Drivers
Guatemala - Embedded GNU/Linux Kernel Internals and Device Drivers
Colombia - Embedded GNU/Linux Kernel Internals and Device Drivers
México - Embedded GNU/Linux Kernel Internals and Device Drivers
Panama - Embedded GNU/Linux Kernel Internals and Device Drivers
Peru - Embedded GNU/Linux Kernel Internals and Device Drivers
Uruguay - Embedded GNU/Linux Kernel Internals and Device Drivers
Venezuela - Embedded GNU/Linux Kernel Internals and Device Drivers
Polska - Embedded GNU/Linux Kernel Internals and Device Drivers
United Kingdom - Embedded GNU/Linux Kernel Internals and Device Drivers
South Korea - Embedded GNU/Linux Kernel Internals and Device Drivers
Pakistan - Embedded GNU/Linux Kernel Internals and Device Drivers
Sri Lanka - Embedded GNU/Linux Kernel Internals and Device Drivers
Bulgaria - Embedded GNU/Linux Kernel Internals and Device Drivers
Bolivia - Embedded GNU/Linux Kernel Internals and Device Drivers
Indonesia - Embedded GNU/Linux Kernel Internals and Device Drivers
Kazakhstan - Embedded GNU/Linux Kernel Internals and Device Drivers
Moldova - Embedded GNU/Linux Kernel Internals and Device Drivers
Morocco - Embedded GNU/Linux Kernel Internals and Device Drivers
Tunisia - Embedded GNU/Linux Kernel Internals and Device Drivers
Kuwait - Embedded GNU/Linux Kernel Internals and Device Drivers
Oman - Embedded GNU/Linux Kernel Internals and Device Drivers
Slovakia - Embedded GNU/Linux Kernel Internals and Device Drivers
Kenya - Embedded GNU/Linux Kernel Internals and Device Drivers
Nigeria - Embedded GNU/Linux Kernel Internals and Device Drivers
Botswana - Embedded GNU/Linux Kernel Internals and Device Drivers
Slovenia - Embedded GNU/Linux Kernel Internals and Device Drivers
Croatia - Embedded GNU/Linux Kernel Internals and Device Drivers
Serbia - Embedded GNU/Linux Kernel Internals and Device Drivers
Bhutan - Embedded GNU/Linux Kernel Internals and Device Drivers
Nepal - Embedded GNU/Linux Kernel Internals and Device Drivers