Been trying to flash the pre built images to 8168 EVM. But, getting the following error(Boot Logs): m25p80 spi1.0: found m25p05-nonjedec, expected m25p80 m25p80 spi1.0: m25p05-nonjedec (64 Kbytes) mtd: partition size too small (2) Creating 4 MTD partitions on "spi_flash": 0x000000000000-0x000000040000 : "U-Boot" mtd: partition "U-Boot" extends beyond the end of device "spi_flash" -- size truncated to 0x10000 0x000000010000-0x000000012000 : "U-Boot Env" mtd: partition "U-Boot Env" is out of reach -- disabled 0x000000000000-0x000000280000 : "Kernel" mtd: partition "Kernel" extends beyond the end of device "spi_flash" -- size truncated to 0x10000 0x000000010000-0x000000010000 : "File System" mtd: partition "File System" is out of reach -- disabled omap2-nand driver initializing UBI: attaching mtd0 to ubi0 UBI error: io_init: bad write buffer size 0 for 1 min. I/O unit UBI error: ubi_init: cannot attach mtd0 IP-Config: Got DHCP answer from 192.168.1.1, my address is 192.168.1.72 IP-Config: Complete: device=eth0, addr=192.168.1.72, mask=255.255.255.0, gw=192.168.1.254, host=192.168.1.72, domain=yourdomainname.com, nis-domain=(none), bootserver=192.168.1.1, rootserver=192.168.1.1, rootpath= VFS: Unable to mount root fs via NFS, trying floppy. List of all partitions: 1f00 64 mtdblock0 (driver?) 1f02 64 mtdblock2 (driver?) No filesystem could mount root, tried: ubifs Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(2,0) Backtrace: [<c004efac>] (dump_backtrace+0x0/0x110) from [<c03a01dc>] (dump_stack+0x18/0x1c) r6:00008000 r5:ce7f0006 r4:c052ce98 r3:60000013 [<c03a01c4>] (dump_stack+0x0/0x1c) from [<c03a023c>] (panic+0x5c/0x178) [<c03a01e0>] (panic+0x0/0x178) from [<c0009184>] (mount_block_root+0x1c4/0x204) r3:00000000 r2:00000020 r1:ce42bf58 r0:c0460985 r7:c04609e9 [<c0008fc0>] (mount_block_root+0x0/0x204) from [<c0009358>] (mount_root+0xac/0xcc) [<c00092ac>] (mount_root+0x0/0xcc) from [<c00094e4>] (prepare_namespace+0x16c/0x1cc) r4:c052c2e4 [<c0009378>] (prepare_namespace+0x0/0x1cc) from [<c0008d70>] (kernel_init+0x114/0x154) r5:c002e9ec r4:c002e9ec [<c0008c5c>] (kernel_init+0x0/0x154) from [<c0077780>] (do_exit+0x0/0x5d0) r5:c0008c5c r4:00000000 It seems like the mtd partitions are not getting created. Also please note that booting via nfs works.