Hi everyone,
Release: L4.14.98_2.0.0_ga_images_MX8MMEVK.zip
Board: i.MX8MM EVK
yocto branch version: repo init -u https://source.codeaurora.org/external/imx/imx-manifest -b imx-linux-sumo -m imx-4.14.98-2.0.0_ga.xml
I now use the i.MX8MM EVK, the file system is ext4, and mount a 32G sdcard to the /mnt/sd path.

When I copy a 6G file size to the /mnt/sd path, I can only copy 4G size. Errors are reported as follows:
cp: error writing 'test_file': File too large
How can I modify the file system to support a single file larger than 4G?