Build Atmel ARM9 board Board Support Packets
guowenxue
2024-09-02 e766fcfbb4453d33abc4c2af1edd93fcdbfcb293
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.