Embedded Linux System Structure

Source: Internet
Author: User

Embedded Linux File System

A typical embedded Linux system usually includes the boot zone, kernel zone, and file system Zone according to the storage space. The boot area stores Bootloader and kernel parameters. The kernel area stores customized linux kernels for specific embedded platforms. The file system area includes the root file system and the file system built on the flash kernel device. The graphic interface system and user applications are stored in the file system area.

The space occupied by bootloader is generally small, followed by the startup parameter area, which is used to save the Linux kernel startup parameters and user startup configurations. The bootloader program is the boot loader of an embedded system. It is the first software code to run after the system is powered on. The bootloader program is hardware-related. In an ARM-based embedded system, the system usually runs at 0x00000000 during power-on or reset. Therefore, the bootloader program is generally installed at this address. The main task of the bootloader program is to initialize the hardware device and create a map of the memory space, so as to bring the system's hardware and software environment to a suitable state. The main task of bootloader is to start the Linux kernel.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.