[meta-xilinx] How to make uImage for zynqmp

Cai, Chuntian (GE Transportation) chuntian.cai at ge.com
Sun Oct 9 23:27:27 PDT 2016


I got it. But the vmlinux size about 3.8Mb ,so small ,it is right?


From: Thomas Horton, HCL America [mailto:Tom.horton at hcl.com]
Sent: Monday, October 10, 2016 2:12 PM
To: Cai, Chuntian (GE Transportation); meta-xilinx at yoctoproject.org
Subject: EXT: RE: [meta-xilinx] How to make uImage for zynqmp

You will have to call it out from the path (based on your install): /opt/pkg/petalinux-v2016.1-final/tools/common/petalinux/utils/petalinux-gen-fitimage

From: Cai, Chuntian (GE Transportation) [mailto:chuntian.cai at ge.com]
Sent: Sunday, October 09, 2016 11:06 PM
To: Thomas Horton, HCL America; meta-xilinx at yoctoproject.org<mailto:meta-xilinx at yoctoproject.org>
Subject: [meta-xilinx] How to make uImage for zynqmp

I installed the petaLinux in path /opt/pkg,

Then I run source command to set petaLinux variavle and path

But I could not find petalinx-gen-fitimage ?

[cid:image001.png at 01D22302.6B3507F0]

From: Thomas Horton, HCL America [mailto:Tom.horton at hcl.com]
Sent: Monday, October 10, 2016 1:27 PM
To: meta-xilinx at yoctoproject.org<mailto:meta-xilinx at 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.
----------------------------------------------------------------------------------------------------------------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-xilinx/attachments/20161010/8bcebfa3/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 89533 bytes
Desc: image001.png
URL: <http://lists.yoctoproject.org/pipermail/meta-xilinx/attachments/20161010/8bcebfa3/attachment.png>


More information about the meta-xilinx mailing list