Linux kernel compilation

Source: Internet
Author: User

1: Prepare kernel source

2: Unzip the source package

3: Switch to source directory

4: It is important to note that we are porting the platform cross-compiler tool chain with that, I'm using

5:make Menuconfig Select the modules we need to compile into the kernel

6: Save after exiting execute make compile our kernel module, compile time is longer, can brew cup of tea. Compile without error, and finally generate Uimage in the Arch/arm/boot directory.

7: Burned to our Development board can be uploaded to the development Board via the TFTP tool.

Tftp-gr Uimage 192.168.80.79 (This is the IP needs of your own PC and the Development Board the same network segment)

Erase MDT1 Partition First

Flash_eraseall/dev/mtd1

Then write the kernel file we generated

Nandwrite-p/DEV/MTD1 Uimage

Linux kernel compilation

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.