> In my side:
> MTD0 (720kB): U-boot
> MTD1 (80kB) : env. Variables
> MTD2 (12MB) : kernel + initramfs
> MTD3 (50MB) : rootfs
Maybe it will not help you but I have
MTD0 (all the nand 256M)
MTD1 uboot+ embedded config 2M RAW
MTD2 1M JFFS2
MTD5 config 5M JFFS2
MTD3 Kernel + initramfs 12M JFFS2
M
Dear Pierre,
> It works... but I have a very big problem : it's very very slow How can
> I decrease the time to load the kernel image?
> I try with u-boot 1.3.3, 1.3.4 and 2009.03 but the problem is always
> present...
I have tried to boot from nand with 1.3.4 and 2009.03. I can tell you tha
Hi,
I am currently working on AMCC Kilauea eval board. I am using u-boot 2009.3.
I boot my board from nand. By default, when booting from nand, the environment
(u-boot parameters) are embedded to u-boot. I am interested to know if it is
possible to get u-boot environment parameters out of u
My understanding is that u-boot already support bad block for the environment
config. When reading or writing the config from/to the nand, u-boot skip bad
block. However, you need to reserve some spare blocks in nand for environment
config. This is done in u-boot-nand.lds:
/* Align to next
Hi,
Is it possible to load a initramfs compress CPIO image via u-boot like
we can do with a ramdisk image (replace the uRamdisk by a uInitramfs in
the command bellow)?
nand_all=chpart Kernel;fsload 0x20 uImage;chpart Config;fsload
0x40 uRamdisk;run ramargs addip addtty;bootm 20
5 matches
Mail list logo