After rereading your instructions and redoing some steps, I'm now further along, but still not functional.
My /dev/mtdblock4 partition is back to normal, after following your instructions to mount that device and copy the files from the SD filesystem. I no longer get the kernel panic and the error message about missing /linuxrc.
The last step of /etc/init.d/rc5 is to start the kobo nickel app. It's not starting and I get this error when I run it manually:
Code:
# LD_LIBRARY_PATH=/usr/local/Kobo/ /usr/local/Kobo/nickel -qws -display broadsheet_ioctl &
#
[1] + Segmentation fault /usr/local/Kobo/nickel -qws -display broadsheet_ioctl
#
I think it is a consequence of the mtdblock6 device not working:
Code:
mount: mounting /dev/mtdblock6 on /mnt/onboard failed: No such device or address
You pointed this out several posts earlier:
Quote:
Originally Posted by nicke
Hopefully, the previous bad upgrade did not delete or corrupt mtdblock6 (it should not have touched these parts of the flash). If this is missing, you will need the mtdblock6 image.
|
Any suggestions for acquiring/restoring the mtdblock6 image?
Thanks