Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
http://www.linuxquestions.org/questions/linux-embedded-and-single-board-computer-78/[ubifs]-vtbl_check-too-large-reserved_pebs-885385/
In case someone has the same problem... the solution is to...
Edit the Makefile that runs mkfs.ubifs so that it uses the right setting for the "-e" option, which is computed by this formula:
LEB_size = PEB_size - ((Subpage_size + Page_size)) / Page_size) * Page_size
(In the division, keep the integer part)
Also make sure you use the right setting for "-c" ("Amount of eraseblocks")In ubi.cfg, make sure you use a "vol_size" that's smaller than the actual size of the partition on the NAND to leave room for Ubifs internal data. With "vol_type=dynamic", Ubifs will end up using the whole space automatically
http://lists.infradead.org/pipermail/linux-mtd/2011-June/036338.html
Perhaps insufficiente to configured the right -e parameter. You should be near to success..
http://www.linuxquestions.org/questions/linux-embedded-and-single-board-computer-78/[ubifs]-vtbl_check-too-large-reserved_pebs-885385/
In case someone has the same problem... the solution is to...
Edit the Makefile that runs mkfs.ubifs so that it uses the right setting for the "-e" option, which is computed by this formula:
LEB_size = PEB_size - ((Subpage_size + Page_size)) / Page_size) * Page_size
(In the division, keep the integer part)
Also make sure you use the right setting for "-c" ("Amount of eraseblocks")In ubi.cfg, make sure you use a "vol_size" that's smaller than the actual size of the partition on the NAND to leave room for Ubifs internal data. With "vol_type=dynamic", Ubifs will end up using the whole space automatically
http://lists.infradead.org/pipermail/linux-mtd/2011-June/036338.html
Perhaps insufficiente to configured the right -e parameter. You should be near to success..
Ladies and gentlemen, the box is FULLY recovered and using the new Spansion nand
The problem is that the vu kernel is working out the eraseSize incorrectly. I've hacked the openvix code and hardcoded the right value in the src code. Its working great now
Maybe this will help someone in the future...
Very big Respect i like you, but it's not just because you did it, it's because you don't gave up!
I know how it feels when you never did such H/W related things, after every little successes the next problem comes across.
I had big problem's and almost got crazy at a simpler thing, desoldering and reprogramming an EEPROM with a corrupt bootloader.. it was a total nightmare for me!
You have all rights to be proud on you![]()