Linux 3.9.10 Kernel compilation error: multiple (or no) load addresses:this is incompatible with uimages resolution __linux
Source: Internet
Author: User
Today, I tried to compile the Linux 3.9.10, and finally prompted the following error. Kernel:arch/arm/boot/image is ready kernel:arch/arm/boot/zimage are ready multiple (or no) load Addresses:this is Inc Ompatible with uimages specify LOADADDR on the commandline to build a uimage make[1]: * * * * [arch/arm/boot/uimage] Error 1 MAK E: * * * * [Uimage] Error 2
To contrast, compiled: Linux 3.9.8, is able to generate uimage, so it should not be mkimage tool error, may be the kernel configuration or other problems. After careful analysis of the kernel configuration, find the following questions about the DtB file (device tree file: For the specific Development Board, etc.). There is one in the boot option: []use appended device tree blob to zimage (experimental)
Attach the device tree blob file to: zimage, this option is turned on by default, and is turned off to compile the uimage normally.
There are similar solutions on the web, such as adding at compile time: loadaddr parameters. But I think it's right to remove this option because my Development board file is DTB and is otherwise burned.
After the successful compilation, download to the board, successfully guided the Ubi root file system, all normal.
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.