I know I can't really be missing a partition. However, I'm trying to following the instruction to upgrade the kernel and file system by first booting over nfs as outlined here:
http://plugcomputer.org/plugwiki/index.php/Flashing_an_Operating_System_onto_the_PlugThe boot over nfs works fine, except when I perform the following:
-sh-3.2# cat /proc/mtd
dev: size erasesize name
mtd0: 000c0000 00020000 "uboot"
mtd1: 1ff00000 00020000 "root"
-sh-3.2#
I only see two partitions, however the document link above says you should see three of them named
mtd0: u-boot
mtd1: uImage
mtd2: root
as in this image:
http://plugcomputer.org/plugwiki/images/e/e7/Catprocmtd.jpgIn light of the different in partition instructions displaying a different layout, how should one proceed to update the uImage and rootfs ?