[U-Boot] Load kernel from UbiFS or YAFFS2

Stefano Babic sbabic at denx.de
Thu Feb 17 14:55:45 CET 2011


On 02/17/2011 02:08 PM, Thorsten Mühlfelder wrote:
> Hi,
> 
> does U-Boot already support loading the kernel of a UbiFS or YAFFS2
> partition? I've built U-Boot 2010.09 for an Atmel at91sam9260ek_nandflash 
> board and I've seen that there are some ubi sources included but the U-Boot 
> binary does not offer any ubi related commands, such as ubifsload.
> Similiar question for YAFFS2.

This means you have not yet activated

#define CONFIG_CMD_UBI
#define CONFIG_CMD_UBIFS

in your configuration file (and CONFIG_YAFFS2 as well for yaffs).

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================


More information about the U-Boot mailing list