1 Oct 2010 02:17
Re: U-Boot 1.3.4 CONFIG_SILENT_CONSOLE Does Not Work?
Mike Frysinger <vapier <at> gentoo.org>
2010-10-01 00:17:42 GMT
2010-10-01 00:17:42 GMT
On Thursday, September 30, 2010 16:05:49 NB wrote: > However when I boot my device I see u-boot spiting out the same stuff it > does even if "silent" isn't selected, as well as linux but I'm focusing on > getting u- boot working as the README / README.silent suggests first. 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 things "work" once the saved env is relocated. might also want to check CONSOLE_IS_IN_ENV is enabled. otherwise, your options are: - trace the code yourself - upgrade, and then trace the code yourself -mike
_______________________________________________ U-Boot mailing list U-Boot <at> lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot
RSS Feed