
29 Apr
2013
29 Apr
'13
10:57 a.m.
"Paul B. Henson" henson@acm.org writes:
I'm trying to get u-boot to read from a ubifs volume on an mx28evk board, and failing :(.
[...]
MX28EVK U-Boot > ubifsmount recovery
UBIFS error (pid 0): ubifs_get_sb: cannot open "recovery", error -22 UBIFS error (pid 0): ubifs_mount: Error reading superblock on volume 'recovery' errno=-22!
Try increasing CONFIG_SYS_MALLOC_LEN, e.g. to 4MiB. That fixed it for me on a different board.
Sascha