Ubifs support from uboot

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Ubifs support from uboot

2,509 次查看
recepyigitbasi
Contributor I

I am working with MX_25 board and i have a problem with uboot code.

Is there any way to check ubi volume integrity from bootloader?

I want to access UBI volume(ubi0) from bootloader in order to check ubi volume integrity.

For this purpose, I have opened some definitions in bootloader's  header file for enabling UBI/UBIFS in uboot;

#define CONFIG_CMD_NAND

#define CONFIG_CMD_UBI

#define CONFIG_CMD_UBIFS

#define CONFIG_RBTREE

#define CONFIG_MTD_DEVICE

#define CONFIG_MTD_PARTITIONS

#define CONFIG_CMD_MTDPARTS

#define CONFIG_LZO

These definitions have been added and bootloader code has been built successfuly.

I have loaded generated u-boot.bin file to my board with MfgTool but my board is not opened.Uboot is not starting!

What can I do about it?

or is there any method for doing this or any documentation about it?.

Thanks.

标记 (3)
0 项奖励
回复
2 回复数

1,538 次查看
igorpadykov
NXP Employee
NXP Employee

Hi recep

I am afraid UBI is not supported for i.MX25 Uboot NAND,

in general you can port codes from i.MX35 (it has similar NFC

module), link below

i.MX35 PDK NAND Creating and Flashing UBIFS image

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复

1,538 次查看
saurabh206
Senior Contributor III

Hi,

Send your post to imx community (e.g. i.MX Community ) to get it visible for active members.

Saurabh

0 项奖励
回复