تدوينات

كل ما تمنيت أن يخبرني به أحدهم في وقت سابق.

قريباً ترقّب واشترك لتكون أول من يعلم.
أغسطس 23, 2026zephyrRtosrealtimeIoT

Start ZephyrRTOS Project Like A PRO

Zephyr RTOS has quickly become one of the most important open-source real-time operating systems in the embedded industry. It is used more and more in IoT, wearables, industrial equipment, and non safety-critical automotive applications.

كتب بقلم Mohamed GALY
أغسطس 23, 2026LinuxKernelYocto

Yocto Project, Modifying the Linux Kernel using devtool.

The Linux kernel supplied by a Yocto Project Board Support Package (BSP) is a good starting point for a new project, but kernels used in real-world products rarely remain unchanged. Modifying the Linux kernel is one of the major tasks for an Embedded Systems Engineer working in a Linux development environment. Linux Kernel changes are necessary when adapting an embedded Linux system to custom hardware or project-specific requirements.

كتب بقلم Mohamed GALY
أغسطس 3, 2026linuxloggingkernel

Linux Kernel Logging Concepts

The Linux kernel log is one of the most important diagnostic tools in Linux development and system troubleshooting. Understanding the kernel log is therefore essential. Before exploring how the kernel logging mechanism works, it is important to understand its core component, which is the printk() function.

كتب بقلم Mohamed GALY