Re: [U-Boot] U-Boot 1.3.4 CONFIG_SILENT_CONSOLE Doe s Not Work?

2010-10-01 Thread NB
Mike Frysinger gentoo.org> writes: > ive seen issues depending on the env location. if the env cannot be loaded > early, the *default env* is consulted for its silent settings, and then > "work" once the saved env is relocated. > > might also want to check CONSOLE_IS_IN_ENV is enabled. Yeah I

Re: [U-Boot] U-Boot 1.3.4 CONFIG_SILENT_CONSOLE Doe s Not Work?

2010-09-30 Thread NB
Wolfgang Denk denx.de> writes: > You are aware that U-Boot 1.3.4 is moe than 2 years old and as such > hopelessly obsolete, aren't you? Don;t expect much help for ancient > versions like this... > > I can only comment on current code... Yeah. I've tried U-Boot 2010-06 but it doesn't have 9g10

Re: [U-Boot] U-Boot 1.3.4 CONFIG_SILENT_CONSOLE Doe s Not Work?

2010-09-30 Thread Wolfgang Denk
Dear NB, In message you wrote: > I'm using U-Boot 1.3.4. When building I've defined "CONFIG_SILENT_CONSOLE" > and > "CFG_DEVICE_NULLDEV". My board is an at91sam9261ek. You are aware that U-Boot 1.3.4 is moe than 2 years old and as such hopelessly obsolete, aren't you? Don;t expect much help

[U-Boot] U-Boot 1.3.4 CONFIG_SILENT_CONSOLE Doe s Not Work?

2010-09-30 Thread NB
I'm using U-Boot 1.3.4. When building I've defined "CONFIG_SILENT_CONSOLE" and "CFG_DEVICE_NULLDEV". My board is an at91sam9261ek. My U-Boot environment looks like this via "printenv": bootargs=mem=64M console=ttyS0,115200 mtdparts=atmel_nand:4M(kernel)ro,-(rootfs) root=/dev/mtdblock1 rw ro