public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] Splash Screen
@ 2008-10-23 15:01 Schmid Alexander
  2008-10-23 19:14 ` Wolfgang Denk
  0 siblings, 1 reply; 6+ messages in thread
From: Schmid Alexander @ 2008-10-23 15:01 UTC (permalink / raw)
  To: u-boot

Hello,
i have U-Boot running on MPC5200B! The U-Boot console output is on display!
Now i activated the splash sreen support, and it works!
But now I`m wondering, if I have a problem and have to do something in the
U-Boot console if I get there!
Because when i press a key (between the 3 seconds of autostart) the splash
screen picture stays there, and I don`t see any console output!

Has anyone an idea how I can solve that? I thaught about e.g. pressing ESC
and then I`m on U-Boot console or so?

Thanks





Alexander Schmid
Dipl. Ing. (FH)
-Entwicklung-
Systeme & Steuerungen GmbH
Josef-Buchinger-Strasse 8
DE-94481 Grafenau

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] Splash Screen
  2008-10-23 15:01 [U-Boot] Splash Screen Schmid Alexander
@ 2008-10-23 19:14 ` Wolfgang Denk
  2008-10-24  8:51   ` Schmid Alexander
  0 siblings, 1 reply; 6+ messages in thread
From: Wolfgang Denk @ 2008-10-23 19:14 UTC (permalink / raw)
  To: u-boot

Dear Alexander,

In message <FCELKENEBBOLLHKPHCCBCEFPCFAA.a.schmid@systeme-steuerungen.de> you wrote:
>
> i have U-Boot running on MPC5200B! The U-Boot console output is on display!
> Now i activated the splash sreen support, and it works!

That's how itiis supposed to be :-)

> But now I`m wondering, if I have a problem and have to do something in the
> U-Boot console if I get there!

You, of course you do. It just depends on how you set your I/O
channels (stdin, stdout and stderr).

> Because when i press a key (between the 3 seconds of autostart) the splash
> screen picture stays there, and I don`t see any console output!

Try typing (blind):

	setenv stdout lcd

(followed by ENTER). What happens?

> Has anyone an idea how I can solve that? I thaught about e.g. pressing ESC
> and then I`m on U-Boot console or so?

You have to assign the I/O channels to the devices you want to use,
that's all.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Of course there's no reason for it, it's just our policy.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] Splash Screen
  2008-10-23 19:14 ` Wolfgang Denk
@ 2008-10-24  8:51   ` Schmid Alexander
  2008-10-24  9:21     ` Anatolij Gustschin
  0 siblings, 1 reply; 6+ messages in thread
From: Schmid Alexander @ 2008-10-24  8:51 UTC (permalink / raw)
  To: u-boot

Hello,


Dear Alexander,

In message <FCELKENEBBOLLHKPHCCBCEFPCFAA.a.schmid@systeme-steuerungen.de>
you wrote:
>
> i have U-Boot running on MPC5200B! The U-Boot console output is on
display!
> Now i activated the splash sreen support, and it works!

That's how itiis supposed to be :-)

> But now I`m wondering, if I have a problem and have to do something in the
> U-Boot console if I get there!

You, of course you do. It just depends on how you set your I/O
channels (stdin, stdout and stderr).

>> Because when i press a key (between the 3 seconds of autostart) the
splash
>> screen picture stays there, and I don`t see any console output!

>Try typing (blind):
>
>
>	setenv stdout lcd
>
>(followed by ENTER). What happens?

When I type blind, the U-Boot acts normally( e.g reset or run bcmd_flash).
But nothing happens if I do a"setenv stdout lcd".
What could the reason be?



> Has anyone an idea how I can solve that? I thaught about e.g. pressing ESC
> and then I`m on U-Boot console or so?

You have to assign the I/O channels to the devices you want to use,
that's all.

Best regards,

Wolfgang Denk

--
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Of course there's no reason for it, it's just our policy.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] Splash Screen
  2008-10-24  8:51   ` Schmid Alexander
@ 2008-10-24  9:21     ` Anatolij Gustschin
  2008-10-24  9:42       ` Schmid Alexander
  0 siblings, 1 reply; 6+ messages in thread
From: Anatolij Gustschin @ 2008-10-24  9:21 UTC (permalink / raw)
  To: u-boot

Hello,

Schmid Alexander wrote:

>>> Because when i press a key (between the 3 seconds of autostart) the
> splash
>>> screen picture stays there, and I don`t see any console output!
> 
>> Try typing (blind):
>>
>>
>> 	setenv stdout lcd
>>
>> (followed by ENTER). What happens?
> 
> When I type blind, the U-Boot acts normally( e.g reset or run bcmd_flash).
> But nothing happens if I do a"setenv stdout lcd".
> What could the reason be?

Maybe you should use "vga" instead of "lcd". Try:

	setenv stdout vga

Best regards,
Anatolij

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] Splash Screen
  2008-10-24  9:21     ` Anatolij Gustschin
@ 2008-10-24  9:42       ` Schmid Alexander
  2008-10-24 10:58         ` Wolfgang Denk
  0 siblings, 1 reply; 6+ messages in thread
From: Schmid Alexander @ 2008-10-24  9:42 UTC (permalink / raw)
  To: u-boot



-----Urspr?ngliche Nachricht-----
Von: Anatolij Gustschin [mailto:agust at denx.de]
Gesendet: Freitag, 24. Oktober 2008 11:21
An: a.schmid at systeme-steuerungen.de
Cc: Wolfgang Denk; u-boot at lists.denx.de
Betreff: Re: [U-Boot] Splash Screen


Hello,

Schmid Alexander wrote:

>>>> Because when i press a key (between the 3 seconds of autostart) the
>> splash
>>>> screen picture stays there, and I don`t see any console output!
>>
>>> Try typing (blind):
>>>
>>>
>>> 	setenv stdout lcd
>>>
>>> (followed by ENTER). What happens?
>>
>> When I type blind, the U-Boot acts normally( e.g reset or run
bcmd_flash).
>> But nothing happens if I do a"setenv stdout lcd".
>> What could the reason be?

>Maybe you should use "vga" instead of "lcd". Try:

>	setenv stdout vga

OK thank you. It works. I played with the variables a time ago, and thought
today, the whole morning, sdtout lcd sounds a little bit strange. But
unfortunately "vga" was not in my head!
Do you know were I could place the setenv stdout vga, that it will be
automatically loaded when the 3 seconds autostart get interrupted from a
key?



Thanks very much.

Best regards,
Anatolij

--
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] Splash Screen
  2008-10-24  9:42       ` Schmid Alexander
@ 2008-10-24 10:58         ` Wolfgang Denk
  0 siblings, 0 replies; 6+ messages in thread
From: Wolfgang Denk @ 2008-10-24 10:58 UTC (permalink / raw)
  To: u-boot

Dear "Schmid Alexander",

In message <FCELKENEBBOLLHKPHCCBEEGGCFAA.a.schmid@systeme-steuerungen.de> you wrote:
> 
> Schmid Alexander wrote:
> 
> >>>> Because when i press a key (between the 3 seconds of autostart) the

Umm... could you *please* use a proper quoting style? Please read
http://www.netmeister.org/news/learn2quote.html

> OK thank you. It works. I played with the variables a time ago, and thought
> today, the whole morning, sdtout lcd sounds a little bit strange. But
> unfortunately "vga" was not in my head!
> Do you know were I could place the setenv stdout vga, that it will be
> automatically loaded when the 3 seconds autostart get interrupted from a
> key?

Enable CONFIG_PREBOOT and "setenv preboot setenv stdout vga" ?

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
The human mind ordinarily operates at only ten percent of its capaci-
ty - the rest is overhead for the operating system.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-10-24 10:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-23 15:01 [U-Boot] Splash Screen Schmid Alexander
2008-10-23 19:14 ` Wolfgang Denk
2008-10-24  8:51   ` Schmid Alexander
2008-10-24  9:21     ` Anatolij Gustschin
2008-10-24  9:42       ` Schmid Alexander
2008-10-24 10:58         ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox