View Single Post
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#66
Originally Posted by Mric View Post
I think it says nothing but here is the full log in case:
Thanks for the help
To me it looks like your device has not initialized ubifs layer at all. (altough it seems the whole log is not included, or it has overflown at some point...)
What is the kernel that you are running?

What you could do, before trying to install flash the zImage_2.6.32.54-openmode_l2fix kernel as your normal boot kernel, and then try the attach and mount commands again.

So, do:
  • sudo flasher -a firmware.bin -k zImage_2.6.32.54-openmode_l2fix --flash-only=kernel -f -R
  • wait for the device to boot
  • /usr/sbin/ubiattach /dev/ubi_ctrl -m 4
  • mount -t ubifs ubi0:var /mnt
 

The Following User Says Thank You to juiceme For This Useful Post: