Skip to content

Adding exFAT support

t-kuha edited this page Dec 5, 2021 · 3 revisions

  • PetaLinux rootfs:

    • Before 2018.3: Add IMAGE_INSTALL_append = " fuse-exfat" to petalinux/project-spec/meta-user/recipes-core/images/petalinux-image-full.bbappend

    • After 2019.2: Add CONFIG_fuse-exfat to petalinux/project-spec/meta-user/conf/user-rootfsconfig

    • Enable fuse-exfat via petalinux-config -c rootfs command

  • Linux Kernel:

    • Enable CONFIG_FUSE_FS option in Linux Kernel
Clone this wiki locally