Hey guys currently trying to build a petalinux image using the make_u96v2_sbc_base.tcl vivado block design from Avnet/HDL but it keep hanging on the below message seen on the uart output:
My steps for creating the petalinux image:
-
petalinux-create --type project --template zynqMP --name u96v2_sbc_base -
cd u96v2_sbc_base cd project_spec && git clone --branch 2024.1 https://github.com/Avnet/meta-avnet.git-
petalinux-config --get-hw-description ../u96v2_sbc_base.xsa-
DTG Settings -> MACHINE_NAME -> "avnet-ultra96-rev1"
-
Image Packing Configuration -> Root filesystem type -> EXT4
-
Yocto Settings -> Yocto Machine Name -> "u96v2-sbc-base"
- Yocto Settings -> User Layers -> Add new layer
- ${PROOT}/project-spec/meta-avnet
- ${PROOT}/project-spec/meta-avnet
-
-
petalinux-build -c avnet-image-minimal
-
petalinux-package --boot --fsbl ./images/linux/zynqmp_fsbl.elf --fpga ./images/linux/system.bit --u-boot --force
-
petalinux-package --wic -
Flash
petalinux-sdimage.wiconto a 16GB sd card usingbalenaEtcher. -
Open
PuttyonCOM6with115200speed. -
see output above