Why I cannot set Modify KERNEL_IMAGETYPE to uImage?

From: Thomas Horton, HCL America [mailto:tom.hor...@hcl.com]
Sent: Monday, October 10, 2016 1:27 PM
To: meta-xilinx@yoctoproject.org
Subject: EXT: Re: [meta-xilinx] How to make uImage for zynqmp

New contributor, so hopefully this makes it correctly to the thread.

The way I do it:


1)      Modify KERNEL_IMAGETYPE to "vmlinux" in tune-zynqmp.inc

2)      Execute bitbake.

3)      Source <petaLinuxPKGInstall>/settings.sh

4)      Export several variables with separate export statements: 
LD_LIBRARY_PATH=<petaLinuxPKGInstall>/tools/lib, 
LM_LICENSE_FILE=<petaLinuxPKGInstall>/etc/license/petalinux.lic, 
PETALINUX_ARCH_AARCH64=y, and USERNAME=root

5)      Execute: petalinux-gen-fitimage --kernel vmlinux --dtb system.dtb 
--output image.ub --kernel_compression gzip --kernel_hash crc32 --kernelconfig 
uImage.config

Note: vmlinux is built in #2, system.dtb is built in #2 as something.dtb, both 
from the bitbake command, uImage.config (my name) can pulled from #2 as well.  
Issue a find command at the build directory "find . -name .config" (if 
multiple, pick the one from the kernel-build-artifacts location).




::DISCLAIMER::
----------------------------------------------------------------------------------------------------------------------------------------------------
The contents of this e-mail and any attachment(s) are confidential and intended 
for the named recipient(s) only.
E-mail transmission is not guaranteed to be secure or error-free as information 
could be intercepted, corrupted,
lost, destroyed, arrive late or incomplete, or may contain viruses in 
transmission. The e mail and its contents
(with or without referred errors) shall therefore not attach any liability on 
the originator or HCL or its affiliates.
Views or opinions, if any, presented in this email are solely those of the 
author and may not necessarily reflect the
views or opinions of HCL or its affiliates. Any form of reproduction, 
dissemination, copying, disclosure, modification,
distribution and / or publication of this message without the prior written 
consent of authorized representative of
HCL is strictly prohibited. If you have received this email in error please 
delete it and notify the sender immediately.
Before opening any email and/or attachments, please check them for viruses and 
other defects.
----------------------------------------------------------------------------------------------------------------------------------------------------
-- 
_______________________________________________
meta-xilinx mailing list
meta-xilinx@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-xilinx

Reply via email to