i.MX 93 BSP Manual PD24.1.1 Documentation Rev.: imx8mp-pd22.1.2-51-ga548be7d
3.2.2 BSP Images
All images generated by Bitbake are deployed to ~/yocto/build/deploy*/images/<machine>. The following
list shows for example all les generated for the phyboard-segin-imx93-2 machine:
• u-boot.bin: Binary compiled U-boot bootloader (U-Boot). Not the nal Bootloader image!
• oftree: Default kernel device tree
• u-boot-spl.bin: Secondary program loader (SPL)
• bl31-imx93.bin: ARM Trusted Firmware binary
• lpddr4_dmem_1d_v202201.bin, lpddr4_dmem_2d_v202201.bin,
lpddr4_imem_1d_v202201.bin, lpddr4_imem_2d_v202201.bin: DDR PHY rmware
images
• imx-boot: Bootloader build by imx-mkimage which includes SPL, U-Boot, ARM Trusted Firmware
and DDR rmware. This is the nal bootloader image which is bootable.
• Image: Linux kernel image
• Image.cong: Kernel conguration
• imx93-phyboard-*.dtb: Kernel device tree le
• imx93-phy*.dtbo: Kernel device tree overlay les
• phytec-*.tar.gz: Root le system, of bitbake-image that was built.
– phytec-qt6demo-image-phyboard-*-imx93-*.tar.gz: when bitbake-build was processed for
phytec-qt6demo-image
– phytec-headless-image-phyboard-*-imx93-*.tar.gz: when bitbake-build was processed for
phytec-headless-image
• phytec-*.wic.xz: Compressed bootable SD card image of bitbake-image that was built. Includes
bootloader, DTBs, Kernel and Root le system.
– phytec-qt6demo-image-phyboard-*-imx93-*.wic.xz: when bitbake-build was processed for
phytec-qt6demo-image
– phytec-headless-image-phyboard-*-imx93-*.wic.xz: when bitbake-build was processed for
phytec-headless-image
• imx93-11x11-evk_m33_*.bin, binaries of demo applications for the Cortex-M33 MCU; can be
manually loaded and started with U-Boot or Linux
Building the BSP 13