From mboxrd@z Thu Jan 1 00:00:00 1970 From: himba Date: Mon, 14 Jun 2004 10:31:13 +0200 Subject: [U-Boot-Users] LCD on pxa255 In-Reply-To: <20040613224152.F37E1C109F@atlas.denx.de> References: <20040613224152.F37E1C109F@atlas.denx.de> Message-ID: <40CD6251.5040709@siol.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > In message <40CCCDF4.2090002@siol.net> you wrote: > >>I'm trying to hook up passive LCD to pxa255, so I defined my LCD type >>and CONFIG_LCD in config and created vidinfo_t struct in >>cpu/pxa/pxafb.c. I compiled and burned it to flash. After reboot I get: > > ... > >>-- hang ?! -- > > > Type (blind): > > setenv stdout serial > setenv stdin serial > > and see if you get the prompt back on the serial port. > Yes, the prompt appears, thank you. Another thing I want to test is to display bmp image on LCD. According to instructions in dulg manual, #define CONFIG_SPLASH_SCREEN should enable splash support and bmp command for image manipulation, but it does not enable bmp command. I also tried with #define CONFIG_COMMANDS (CONFIG_CMD_DFL | CMD_BMP), but with no success. regards, himba