Build Atmel ARM9 board Board Support Packets
guowenxue
2024-08-30 5f28ee54121e6e12f3eac26c5c21fd7737863163
images/build.sh
@@ -154,7 +154,7 @@
    #echo "Parition size ${partition_size}MiB and LEB=$LEB_CNT"
    set -x
    sudo mkfs.ubifs -F -d ${ROOTFS_SRC} -m ${PAGE_SIZE} -e ${LEB_SIZE} -c $LEB_CNT -o ${ubimg_tmp}
    fakeroot mkfs.ubifs -F -d ${ROOTFS_SRC} -m ${PAGE_SIZE} -e ${LEB_SIZE} -c $LEB_CNT -o ${ubimg_tmp}
    set +x
    # vol_size smaller than the actual size of the partition to leave room for Ubifs internal data.