public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: NB <quickx@hotmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] U-Boot 1.3.4 CONFIG_SILENT_CONSOLE Does Not Work?
Date: Thu, 30 Sep 2010 20:05:49 +0000 (UTC)	[thread overview]
Message-ID: <loom.20100930T215540-882@post.gmane.org> (raw)

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 rootfstype=jffs2
bootcmd=nand read 0x22200000 0x00000000 0x0019757C; bootm 0x22200000
bootdelay=1
baudrate=115200
silent=1

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.

I know I've seen a few others on this group with the exact same problem as me, 
and the official response was "RTFM", but, unless I'm missing something hidden 
in the README's I need a little help, or there is a bug with u-boot.

Anyone can suggest something?  Should "silent" be set to a specific variable?  
Is the stuff I see below normal for "silent", and it is working as it should?

This is what I get on the hyperterminal with the above configuration:

U-Boot 1.3.4 (Sep 30 2010 - 12:33:45)

DRAM:  64 MB
NAND:  256 MiB
DataFlash:AT45DB642
Nb pages:   8192
Page Size:   1056
Size= 8650752 bytes
Logical address: 0xC0000000
Area 0: C0000000 to C00041FF (RO) Bootstrap
Area 1: C0004200 to C00083FF      Environment
Area 2: C0008400 to C0041FFF (RO) U-Boot
Area 3: C0042000 to C0251FFF      Kernel
Area 4: C0252000 to C083FFFF      FS
In:    serial
Out:   serial
Err:   serial
Hit any key to stop autoboot:  0

NAND read: device 0 offset 0x0, size 0x19757c
 1668476 bytes read: OK
## Booting kernel from Legacy Image at 22200000 ...
   Image Name:   Angstrom/2.6.30/at91sam9261ek
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    1668412 Bytes =  1.6 MB
   Load Address: 20008000
   Entry Point:  20008000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK

Starting kernel ...

Uncompressing Linux.............................................................
............................................... 
[[[.SNIP.]]]

             reply	other threads:[~2010-09-30 20:05 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-30 20:05 NB [this message]
2010-09-30 21:06 ` [U-Boot] U-Boot 1.3.4 CONFIG_SILENT_CONSOLE Does Not Work? Wolfgang Denk
2010-09-30 22:20   ` NB
2010-10-01  0:17 ` Mike Frysinger
2010-10-02  4:51   ` NB

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=loom.20100930T215540-882@post.gmane.org \
    --to=quickx@hotmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox