This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
usomiq-ubifs [2013/09/24 05:00] maxx created |
usomiq-ubifs [2013/09/27 02:57] (current) maxx |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== How to boot uSomIQ from NAND with UBIFS ====== | ====== How to boot uSomIQ from NAND with UBIFS ====== | ||
+ | References: | ||
+ | * [[usomiq-ubuntu#install_debian_to_nand|Install Debian to uSomIQ NAND]] | ||
+ | * [[http://processors.wiki.ti.com/index.php/UBIFS_Support]] | ||
+ | 1) Prepare the UBIFS partiotion | ||
<code> | <code> | ||
ubiformat /dev/mtd7 -s 2048 -O 2048 | ubiformat /dev/mtd7 -s 2048 -O 2048 | ||
Line 6: | Line 10: | ||
mount -t ubifs ubi0:rootfs /mnt | mount -t ubifs ubi0:rootfs /mnt | ||
</code> | </code> | ||
+ | 2) install a root file system to /mnt directory and sync disks. | ||
+ | |||
+ | U-boot does not need to change any environment variables to boot from NAND |