.xsa or .hdf file
system configuration menu
import:
petalinux-config --get-hw-description <>
petalinux-build
↳ /images/linux/built images and /tftpboot/copy of built images
rootfs.cpio.gz.u-boot is a RAM disk image, image.ub is a FIT image, Image is a kernel image
petalinux-package --boot --u-boot
↳ images/linux/BOOT.BIN (FSBL. Bitstream, UBoot)
UBoot + FIT image (Root file system, dtb, image) → Linux !
Optimization
You want to share petalinux image !
petalinux-package --prebuilt --fpga <FPGA bitstream>
You want to ship the project b/w team and customer !
petalinux-package --bsp -p <plnx-proj-root> --output MY.BSP
will overwrite all settings