Steps for Root File System Type Configuration - 2022.2 English

PetaLinux Tools Documentation: Reference Guide (UG1144)

Document ID
UG1144
Release Date
2022-10-19
Version
2022.2 English
  1. Change into the root directory of your PetaLinux project.
    $ cd <plnx-proj-root>
  2. Launch the top level system configuration menu.
    $ petalinux-config
  3. Select Image Packaging Configuration > Root File System Type.
  4. Select INITRAMFS or INITRD or JFFS2 or UBI/UBIFS or NFS or EXT4 (SD/eMMC/SATA/USB) as per the requirement.
    Note: EXT4 boot functionality expects the root file system to be mounted on ext4 partition and the BOOT.BIN , system.dtb, and kernel images in FAT32 partition.
    Note: INITRAMFS or INITRD configuration with petalinux-initramfs-image as INITRAMFS/INITRD Image name expects the root file system to be mounted on ext4 partition to use the switch_root.
  5. Save Configuration settings.