Re: [U-Boot] ubi attaching error (UBI error: ubi_read_volume_table)

2009-07-24 Thread Kyungmin Park
Hi, I'm not sure you did proper operation. In current configuration: onenand:2...@256k(u-boot),256k(params),2m(kernel),16m(rootfs),32m(fs),-(ubifs) you should select the ubi partition I think it's ubifs So as followings # onenand erase ${start of ubifs} ${size of ubifs} instead of 0x4

[U-Boot] ubi attaching error (UBI error: ubi_read_volume_table)

2009-07-23 Thread naveen yadav
Hi All, I am using flex-onenand for my u-boot. i have added the patch for flex-onenand and UBI and UBIFS published by kyungmin park. I have done following steps: 1. first command # onenand erase 0x4 0x20 2. second command # mtdparts default 3. third commad # mtdparts 4. forth