下载地址
./autogen.sh
./configure --host=mips-linux-gnu CC=mips-linux-uclibc-gnu-gcc LDFLAGS=-static --prefix=$PWD/tmp
make
make install
使用exfat
把交叉编译的mkfs.exfat,fcsk.exfat 复制到开发板
mkfs.exfat /dev/mmcblk0p1
exfatprogs version : 1.2.5
Creating exFAT filesystem(/dev/mmcblk0p1, cluster size=131072)Writing volume boot record: done
Writing backup volume boot record: done
Fat table creation: done
Allocation bitmap creation: done
Upcase table creation: done
Writing root directory entry: done
Synchronizing...
exFAT format complete!
fsck.exfat -y /dev/mmcblk0p1
exfatprogs version : 1.2.5
Bad fs_name in boot sector, which does not describe a valid exfat filesystem // 不清楚原因