[U-Boot] Booting from ext2/ext3

Dunda, Matthias Matthias.Dunda at de.thalesgroup.com
Wed Mar 31 16:06:35 CEST 2010


> > Unfortunately, this command is not included in my build of 
> u-boot. Did 
> > I miss some compile-switch, or do I have to explicitly include 
> > ext2fs.h somewhere? How can I enable the ext2/ext3 functionality?
> 
> This depends on CONFIG_CMD_EXT2
> 

Thanks, I added this along with CONFIG_DOS_PARTITION to my board
configuration file - which so far is a copy of the MPC8568MDS.h

During the final linking I get the following errors:

common/libcommon.a(cmd_ext2.o): In function `do_ext2load':
u-boot-2009.11.1/common/cmd_ext2.c:193: undefined reference to
`get_partition_info'
fs/ext2/libext2fs.a(dev.o): In function `ext2fs_set_blk_dev':
u-boot-2009.11.1/fs/ext2/dev.c:45: undefined reference to
`get_partition_info'
make: *** [u-boot] Error 1

Full build output is attached.

What's the issue here?

Cheers
Matthias

-------------- next part --------------
A non-text attachment was scrubbed...
Name: uboot.log.gz
Type: application/octet-stream
Size: 5247 bytes
Desc: not available
Url : http://lists.denx.de/pipermail/u-boot/attachments/20100331/a546934f/attachment.obj 


More information about the U-Boot mailing list