From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Thu, 23 Oct 2008 21:14:26 +0200 Subject: [U-Boot] Splash Screen In-Reply-To: References: Message-ID: <20081023191426.AA2CF810ED3B@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Alexander, In message 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.