From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Andreas_Bie=DFmann?= Date: Thu, 28 Mar 2013 13:18:33 +0100 Subject: [U-Boot] Splash Screen Enable in (u-boot-2013.01.01.tar.bz2) U-boot source code. In-Reply-To: <1364471355.594629270@apps.rackspace.com> References: <1364205356.574731410@apps.rackspace.com> <51505CB2.3040807@bus-elektronik.de> <1364278570.05277474@apps.rackspace.com> <20130326083002.24f2f726@crub> <1364471355.594629270@apps.rackspace.com> Message-ID: <51543519.8080404@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear nandakumar.ramaswamy at pricoltech.com, please stop TOFU [1]. On 03/28/2013 12:49 PM, nandakumar.ramaswamy at pricoltech.com wrote: > > Hello, > And I tried the below command. But not get the correct output (SPLASH Image) through U-Boot. > > MX53LOCO U-Boot > tftp 100000 /tftpboot/lvds.bmp > Using FEC device > TFTP from server 192.168.1.176; our IP address is 192.168.1.189 > Filename '/tftpboot/lvds.bmp'. > Load address: 0x100000 > Loading: T T T T T > > Please give your suggestion and solution ASAP. please read about asking smart questions [2]. > Note: I am trying to display from SD-card. So why you try to read data via tftp? How about fatload or ext2load? As Anatolij pointed out you need to use the bmp command to display some memory range which contains the BMP image. To get the BMP image there you can use tftp, however your server (192.168.1.176) seems not to provide the image (/tftpboot/lvds.bmp), cause it runs always in timeout. Just my 2?, sorry, I can not help you with the i.mx and lcd setup. Best regards Andreas Bie?mann [1] http://www.vranx.de/mail/tofu.html [2] http://www.catb.org/esr/faqs/smart-questions.html#urgent