Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to run a ubifs on IGEP boards

293 bytes added, 18:16, 1 December 2010
Issues
Ive ran at some issues with some boards which came with existing bad blocks. Although the onenand driver ( and u-boot) show that they are aware of them , ubifs fails to initialize and mount. I will further investigate this and hopefully get an answer why the mighty ubifs fails to load on them. Comments are welcome.<br>
 
I've also had this problems, you can solve it by booting on a SD card and writing the ubi filesystem with nandwrite, then it detects the badblocks correctly and boots.
The whole process would be:
1.- boot into OS
2.- flash_eraseall /dev/mtd4
3.- nandwrite -p /dev/mtd4 rootfs.ubi
4.- reboot
 
[[Category:How to forge|Ubifs]]
0
edits