Changes between Version 39 and Version 40 of ventana/ubuntu
- Timestamp:
- 04/23/2019 04:09:09 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ventana/ubuntu
v39 v40 350 350 sudo umount ${DEVICE}1 351 351 }}} 352 * To create a ubifs suitable for 1GB/2GB NAND flash (large layout) use the following: 353 {{{ 354 #!bash 355 mkfs.ubifs -d $target -F -m 4096 -e 248KiB -c 8124 -x zlib -o ${distro}_large.ubifs 356 }}} 357 * For details on how to flash this onto NAND see [wiki:linux/ubi#uboot-ubifs] 352 * To create a ubifs filesystem image and ubi image for flashing onto raw NAND see [wiki:linux/ubi#uboot-ubifs] 358 353 359 354