Hello,
I'm getting the unsupported on-flash UBI format error on my custom board. I know the ubifs works, because I use the same kernel + ubi image on the beaglebone... when i look into the code, the error message is explained as:
/*
* This must be a really ancient UBI image which has been
* created before sequence numbers support has been added. At
* that times we used 32-bit LEB versions stored in logical
* eraseblocks. That was before UBI got into mainline. We do not
* support these images anymore. Well, those images still work,
* but only if no unclean reboots happened.
*/
I'm sure as hell not using an "ancient" image :p
So far i've tried to double the timings, because there was an error with the default nand timings, but since I can't find any information about setting these timings based upon the datasheet, I just doubled the values. With the normal timings, it doesn't detect the NAND, with the slower timings, it is detected correctly...
Has anyone ever experienced this error before?
grtz