I created the Petalinux image by first creating the Vivado (2022.1) project from script that came with HDL 2022.1 brnach repo, and then importing the xsa in petalinux, then tried to boot off the SD card burnt with the generated wic image but the system does not boot, all I get are whole bunch of LEDs lighting up including the white LED and nothing show up on the COM port.
In the boot.scr I see the options for booting off the mmc0 and mmc1 -
"if test "${boot_target}" = "mmc0" || test "${boot_target}" = "mmc1" || test "${boot_target}" = "usb0" || test "${boot_target}" = "usb1"; then"
is this case asserted when SD boot mode is selected?
In this case copying the boot.scr, kernel, dtb and rootfs.cpio.gz.u-boot rendered the exact behavior, all LEDs kighting up when the boot switch is pressed. The COM port for it shows up but nothing gets printed. Please suggest.
QSPI works and its launching the RTOS where i'm able to turn on/off LEDs. Noe that I've purchased the recommended PSU for it so power should not be an issue.
If anybody could suggest a download site where SD boot image files are located, and a method to burn the image, I would appreciate it.
thank you