View Single Post
Old 02-25-2019, 10:01 AM   #15
tonyyng
Enthusiast
tonyyng began at the beginning.
 
Posts: 46
Karma: 10
Join Date: Jan 2019
Device: none
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

Last edited by tonyyng; 02-25-2019 at 10:30 AM.
tonyyng is offline   Reply With Quote