U-boot guides linux and uses the initrd File System

Source: Internet
Author: User
U-boot guides linux and uses the initrd File System-general Linux technology-Linux programming and kernel information. The following is a detailed description. Bootm 0x100000 0x240000

(0x100000 indicates the address of the Linux kernel in flash, and 0x240000 indicates the address of initrd in flash)

Setenv bootargs console = ttyS0, 115200n8 root =/dev/ram rw mem = 32 M

When u-boot uses the above settings, it can boot linux to load initrd normally!

Note:

Between u-boot and Linux kernel, startup parameters are passed through ATAG-TAG. U-boot:

Bootm 0x100000 0x240000

Call setup_initrd_tag () to create an initd tag table item at the corresponding location of params = (struct TAG *) bd-> bi_boot_params memory, and pass Kernel Parameters About initrd to linux. Therefore, you do not need to specify the relevant initrd parameters in bootargs!
QUOTE:
Related Article

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.