Hi there,
We are working on a project on Ultrazed-ev board. (porting design from zcu106 to Ultrazed-ev).
The out of box firmware works fine.
But when booting with the one built from the xsa we desgined, there is nothing shown in the uart/serial port.
Information:
baudrate configured to be 115200-8-N-1.
#booting from SD card
--SD card folders:
partition1: fat32
boot
|-- BOOT.BIN
|-- boot.scr
`-- image.ub
partition2: ext4
root/
rootfilesystem...
Here are the command of petalinux we used
$ cd /home/kuma/Desktop/3.7ev_board/projects/20211022
$ petalinux-create -t project -s ../../bsp/uz7ev_evcc_base_2020_2.bsp
$ cd /home/kuma/Desktop/3.7ev_board/projects/20211022/uz7ev_evcc_base_2020_2
$ petalinux-config --get-hw-description=/home/kuma/Desktop/3.7ev_board/projects/20211022/ulzd_smcc_tst_wrapper.xsa
$ petalinux-build -c avnet-image-full;
$ cd images/linux
$ petalinux-package --boot --fsbl zynqmp_fsbl.elf --u-boot u-boot.elf --pmufw pmufw.elf --fpga system.bit --force;
$ cp ./BOOT.BIN image.ub boot.scr /media/kuma/boot/
$ sudo dd if=rootfs.ext4 of=/dev/mmcblk0p2
Your help is highly appreciated.
Thank you in advance for your help.
Best,