Android System Architecture, Introduction to AOSP | Visual Embedded Linux Training

preview_player
Показать описание
In "Visual Embedded Linux Training" series, I am talking about Embedded systems and more specifically Embedded Linux. To keep it simple and easy to understand, I use graphics and drawings.

In this video, I talk about Android system architecture, introduction to AOSP, how services and applications talk with each other, HAL services, differences between Linux and Android.

For more information of my work and the training series, visit my web page:

Keywords:
#android #aosp #embeddedandroid #HIDL #aosp #AIDL #linux #linuxforbeginners #androidsystem #tinkerboard #systems #programming #embeddedsystems #embeddedsoftware #openembedded #lecture #udemy #bsp #software #yazılım #infotainment #adas #automotive
Рекомендации по теме
Комментарии
Автор

Correction:
init starts Zygote, Zygote loads ART and most of the Framework libs.
When system will start an application, Zygote is let know of this using socket communication.
Then Zygote is cloned and the clone becomes new application.
With this approach no time is wasted loading ART and libs everytime an app is spawned.

mustafaozcelikors
Автор

Addition to "Android Design Choices" slide:
- Security (AVB, BSP secure boot, MAC (SELinux) etc..)
- Battery

mustafaozcelikors
Автор

Hocam selamlar videolarınız çok güzel ve eğitici . Embedded linux öğrenmek için söyleyebileceğiniz bir roadmap var mıdır ?

burakatc