I am trying to generate the BOOT.BIN image for QSPI flash in to zybo z7 10 board , by using the following command and i have the following images 1. image.ub - 7.7MB, 2. u-boot.elf - 7MB, 3. zynq_fsbl.elf - 452kb, 4.boot.scr - 2.8kb, 5. system.dtb - 18.8kb.
$ petalinux-package --boot --format BIN --fsbl /home/vinod/workspace/zybo1/images/linux/zynq_fsbl.elf --u-boot --kernel
While i am running the above command, ia ma getting the
INFO: Getting system flash information...
INFO: File in BOOT BIN: "/home/vinod/workspace/zybo1/images/linux/zynq_fsbl.elf"
INFO: File in BOOT BIN: "/home/vinod/workspace/zybo1/images/linux/u-boot.elf"
INFO: File in BOOT BIN: "/home/vinod/workspace/zybo1/images/linux/system.dtb"
INFO: File in BOOT BIN: "/home/vinod/workspace/zybo1/images/linux/boot.scr"
INFO: File in BOOT BIN: "/home/vinod/workspace/zybo1/images/linux/image.ub"
INFO: Generating zynq binary package BOOT.BIN...
****** Xilinx Bootgen v2022.1
**** Build date : Mar 30 2022-09:29:13
** Copyright 1986-2022 Xilinx, Inc. All Rights Reserved.
[ERROR] : Section image.ub.0 offset of 0x7E0000 overlaps with prior section end address of 9C0B00
ERROR: Fail to create BOOT image
* My QSPI/OSPI image offsets are as followed
(0xA00000) QSPI/OSPI Kernel offset
(0x600000) QSPI/OSPI Kernel size
(0x1000000) QSPI/OSPI Ramdisk offset
(0xF80000) QSPI/OSPI Ramdisk size
(0xA80000) QSPI/OSPI fit image offset
(0x1500000) QSPI/OSPI fit image size
* What will be the offset settings please help me
Question
vinod
I am trying to generate the BOOT.BIN image for QSPI flash in to zybo z7 10 board , by using the following command and i have the following images 1. image.ub - 7.7MB, 2. u-boot.elf - 7MB, 3. zynq_fsbl.elf - 452kb, 4.boot.scr - 2.8kb, 5. system.dtb - 18.8kb.
$ petalinux-package --boot --format BIN --fsbl /home/vinod/workspace/zybo1/images/linux/zynq_fsbl.elf --u-boot --kernel
While i am running the above command, ia ma getting the
INFO: Getting system flash information...
INFO: File in BOOT BIN: "/home/vinod/workspace/zybo1/images/linux/zynq_fsbl.elf"
INFO: File in BOOT BIN: "/home/vinod/workspace/zybo1/images/linux/u-boot.elf"
INFO: File in BOOT BIN: "/home/vinod/workspace/zybo1/images/linux/system.dtb"
INFO: File in BOOT BIN: "/home/vinod/workspace/zybo1/images/linux/boot.scr"
INFO: File in BOOT BIN: "/home/vinod/workspace/zybo1/images/linux/image.ub"
INFO: Generating zynq binary package BOOT.BIN...
****** Xilinx Bootgen v2022.1
**** Build date : Mar 30 2022-09:29:13
** Copyright 1986-2022 Xilinx, Inc. All Rights Reserved.
[ERROR] : Section image.ub.0 offset of 0x7E0000 overlaps with prior section end address of 9C0B00
ERROR: Fail to create BOOT image
* My QSPI/OSPI image offsets are as followed
(0xA00000) QSPI/OSPI Kernel offset
(0x600000) QSPI/OSPI Kernel size
(0x1000000) QSPI/OSPI Ramdisk offset
(0xF80000) QSPI/OSPI Ramdisk size
(0xA80000) QSPI/OSPI fit image offset
(0x1500000) QSPI/OSPI fit image size
* What will be the offset settings please help me
*
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now