https://github.com/ziadasem/customize-linux-image
tutorial about how to customize Linux images for Embedded targets from scratch
https://github.com/ziadasem/customize-linux-image
bootloader customization embedded-linux embedded-systems linux-kernel rootfs toolchain u-boot
Last synced: 4 months ago
JSON representation
tutorial about how to customize Linux images for Embedded targets from scratch
- Host: GitHub
- URL: https://github.com/ziadasem/customize-linux-image
- Owner: ziadasem
- Created: 2024-04-10T03:02:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-20T16:33:06.000Z (about 2 years ago)
- Last Synced: 2025-03-12T04:41:25.666Z (over 1 year ago)
- Topics: bootloader, customization, embedded-linux, embedded-systems, linux-kernel, rootfs, toolchain, u-boot
- Language: Shell
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Linux Image Customization for Embedded Linux projects
The repository offers a discussion on customizing Linux images to fit a custom target, primarily based on chapters 2, 3, 4, and 5 from `Mastering Embedded Linux Programming, Third Edition` by Frank Vasquez and Chris Simmonds, along with some other resources.
Each chapter includes a README file with a complete discussion of the topic and other related artifacts.
This repository is part of the Embedded Linux Course and will be expanded with summaries and exercises from additional chapters in the future. For more resources of Embbedded Linux System, please see the [Linux System Admin repo](https://github.com/ziadasem/Linux-System-Admin), [Modern C++](https://github.com/ziadasem/modern-cpp-crash-course), and the [Embedded Linux Google Drive](https://drive.google.com/drive/folders/1E9dFgduPg2835RwebUoiKIaREmExyoyW), which include all course materials such as handwritten notes, GitHub repositories, slides, and references.