dakefeng Posted June 26, 2016 Posted June 26, 2016 Hi, I am following the https://github.com/Digilent/petalinux-bsps/wiki/Quick-start-guide to try my zybo board. but when I am doing petalinux-boot --jtag --prebuilt 3 I got the error INFO: Append dtb - /home/dake/Documents/zybo/plnx/Digilent-Zybo-Linux-BD-v2015.4/pre-built/linux/images/system.dtb and other options to boot zImage ERROR: No load address provided for non-ELF file "/home/dake/Documents/zybo/plnx/Digilent-Zybo-Linux-BD-v2015.4/pre-built/linux/images/zynq_fsbl.elf"! I checked the file, it seems to be good: X10SRA:~/Documents/zybo/plnx/Digilent-Zybo-Linux-BD-v2015.4/pre-built/linux/images$ file zynq_fsbl.elf zynq_fsbl.elf: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), statically linked, not stripped Please help, thanks.
D@n Posted June 26, 2016 Posted June 26, 2016 Do you have qemu installed on your system? You might also find the readelf program valuable for debugging or understanding ELF problems. Just, as with any cross compilation tool, use the readelf program for your platform (ARM). Dan
Question
dakefeng
Hi, I am following the https://github.com/Digilent/petalinux-bsps/wiki/Quick-start-guide to try my zybo board.
but when I am doing
petalinux-boot --jtag --prebuilt 3
I got the error
INFO: Append dtb - /home/dake/Documents/zybo/plnx/Digilent-Zybo-Linux-BD-v2015.4/pre-built/linux/images/system.dtb and other options to boot zImage
ERROR: No load address provided for non-ELF file "/home/dake/Documents/zybo/plnx/Digilent-Zybo-Linux-BD-v2015.4/pre-built/linux/images/zynq_fsbl.elf"!
I checked the file, it seems to be good:
X10SRA:~/Documents/zybo/plnx/Digilent-Zybo-Linux-BD-v2015.4/pre-built/linux/images$ file zynq_fsbl.elf
zynq_fsbl.elf: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), statically linked, not stripped
Please help, thanks.
2 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.