06-03-2020 05:44 PM - edited 06-03-2020 09:31 PM
Hello.
I'm using Petalinux 2018.3 and ZCU102.
It boots and works well in the past few weeks,
But the problem is ZCU102 doesn't boot with two red led lights after 'get-hw-description' step.
1. Make Hardware Design with Vivado and create FSBL with XSDK.
2. Extract .hdf file, Bitstream from Vivado.
3. Get the hdf file from Vivado project, and move to my ubuntu16.04 desktop (with petalinux project).
4. $ petalinux-config --get-hw-description=<hdf path>
5. $ petalinux-build -x cleanall && petalinux build
6. $ petalinux-package --boot --force --fsbl ./images/linux/zynqmp_fsbl.elf --fpga ./images/linux/system.bit --u-boot
7. copy BOOT.BIN, image.ub to SD card boot partition, copy rootfs.cpio to SD card root partition.
8. Insert the SD card to the ZCU102 and turn on the board.
9. Set the X shell (port : interface0(COM3) / baudrate : 115200 / Serial mode)
10. Connect the board with PC(with Xshell)
There's no problem with other project booting linux, But this project doesn't boot with two red lights.
I can see nothing in my X shell terminal..
Do I have missing steps?
06-04-2020 04:21 AM
Hi @JM_Park ,
I think, your steps are ok.
If you have a backup of your working design, I can recommend to repeat same steps for old working version.
By this way, you can focus on your last modifications and find out problem.
If you can boot some other boot files, it means your board is working properly and your board configured as sd card mode and sd card partitions are not corrupted.
I can recommend to double check your setup with one other that you know, it is working properly.
Regards
Saban
<------------------------------------------------------------------------------>
if(solves_problem) mark_as_solution <= 1 else if(helpful) Kudo <= Kudo + 1
06-04-2020 03:36 PM
Hi @JM_Park
Can you share boot log, if possible ?
If no, would you share the following result ?
dumpimage -l BOOT.bin
Best regards,
06-04-2020 06:44 PM - edited 06-04-2020 09:06 PM
How can I share the boot log?
I don't know how to share it...
Here is the result what you required.
$ dumpimage -l BOOT.BIN GP Header: Size 14 LoadAddr 14
* Here is the git link that saved my project.
https://github.com/PJaemin/JAEMIN_PARK.git