MiyooCFW
MiyooCFW copied to clipboard
Is there any way to support exfat or ext3/4 for the main partition?
The main partition is fat32 now, as we know, which is not good for files bigger than 4GB. So is there any way to support exfat or ext4 like retropie? Thanks.
What files are you putting on the sd card that is bigger than 4gb?
To acces ext4 you've to enable EXT4_FS config on kernel (we have removed support for ext4 in recent commits), then use buildroot and edit your BR2 configuration by pointing to your custom linux kernel. MAIN needs lastly to have partition type corrected in genimage-sdcard.cfg and customize auto-gen of main.img
file in genimage.sh script. For ROOTFS filesystem change you must modify also BR2_TARGET_ROOTFS in "Filesystem images" options.
Anyway we switched to BTRFS for both rootfs
and main
which should solve your problem.