While waiting for the restore of the kernel through mm, I'm looking at the last successful bootsd using your rootfs image:
From the image's /etc/init.d/rc5, I see this:
Code:
# expose gadget storage
insmod /lib/modules/module.ko pre_format=0
/bin/mount -t vfat -o iocharset=utf8 /dev/mtdblock6 /mnt/onboard
In the output I see this:
Code:
Init Flash Error !!!
fd_init Done !!!
insmod: can't insert '/lib/modules/module.ko': Operation not permitted
mount: mounting /dev/mtdblock6 on /mnt/onboard failed: No such device or address
This seems relevant to your points about /dev/mtdblock. Can you elaborate and suggest options for correcting this?
Thanks