Hi<br><br>Able to attach nand to ubi to them ubimkvol to ubi0.root.<br><br><br>9263-EK:/ ubiattach dev/nand0.rootfs<br>UBI: attaching mtd0 to ubi0<br>UBI: physical eraseblock size: 131072 bytes (128 KiB)<br>UBI: logical eraseblock size: 126976 bytes<br>
UBI: smallest flash I/O unit: 2048<br>UBI: VID header offset: 2048 (aligned 2048)<br>UBI: data offset: 4096<br>UBI: empty MTD device detected<br>UBI: create volume table (copy #1)<br>UBI: create volume table (copy #2)<br>
registering /dev/ubi0<br>UBI: attached mtd0 to ubi0<br>UBI: MTD device name: "nand0.rootfs"<br>UBI: MTD device size: 253 MiB<br>UBI: number of good PEBs: 2028<br>UBI: number of bad PEBs: 0<br>
UBI: max. allowed volumes: 128<br>UBI: wear-leveling threshold: 4096<br>UBI: number of internal volumes: 1<br>UBI: number of user volumes: 0<br>UBI: available PEBs: 2004<br>UBI: total number of reserved PEBs: 24<br>
UBI: number of PEBs reserved for bad PEB handling: 20<br>UBI: max/mean erase counter: 1/0<br><br># ubimkvol dev/ubi0 root 0<br><br>crw------- 209764352 ubi0.root<br><br><br>I need to write the rootfs.ubifs onto ubi0.root. The file resides on a tftp server. SInce the file size is 30M,<br>
<br>tftp gives <br><br>9263-EK:/ tftp rootfs.ubifs<br>TFTP from server 192.168.0.200 ('rootfs.ubifs' -> 'rootfs.ubifs')<br> #################################################################<br> #################################################################<br>
#################################################################<br> #################################################################<br> #################################################################<br>
#################################################################<br> #################################################################<br> #################################################################<br>
#################################################################<br> #################################################################<br> ###########################################################write: Out of memory<br>
<br>tftp failed: error -12<br><br><br>Any other way to get the file and do a nand write? <br><br>warm regards<br><br>Nataraj<br>