Changes between Version 39 and Version 40 of ventana/ubuntu


Ignore:
Timestamp:
04/23/2019 04:09:09 PM (5 years ago)
Author:
Tim Harvey
Comment:

refer to linux/ubi for ubifs/ubi creation

Legend:

Unmodified
Added
Removed
Modified
  • ventana/ubuntu

    v39 v40  
    350350sudo umount ${DEVICE}1
    351351}}}
    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]
    358353
    359354