Re: [U-Boot] BMP display.

2009-08-18 Thread Wolfgang Denk
Dear Tuma, In message <200908181300.25197.chernigovs...@spb.gs.ru> you wrote: > > Oo, thank you! I forgot about CROSS_COMPILE=. In my old U-Boot this parameter > was set in Makefile. In 2009 CROSS_COMPILE= in Makefile was ignored. This statement is plain wrong. CROSS_COMPILE= has never been igno

Re: [U-Boot] BMP display.

2009-08-18 Thread Tuma
On Monday 17 August 2009 19:37:53 you wrote: > > -Original Message- > > From: u-boot-boun...@lists.denx.de > > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Tuma > > Sent: Monday, August 17, 2009 7:26 PM > > To: Wolfgang Denk; U-Boot Mailing List > &g

Re: [U-Boot] BMP display.

2009-08-17 Thread Wolfgang Denk
Dear Tuma, In message <200908171755.31690.chernigovs...@spb.gs.ru> you wrote: > > make[1]: arm-linux-gcc: Command not found > > My old U-Boot used "arm-none-linux-gnueabi-gcc" which make system could > easyly > find on my system. > Should I install some new software to build new U-Boot? > Or co

Re: [U-Boot] BMP display.

2009-08-17 Thread Premi, Sanjeev
> -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Tuma > Sent: Monday, August 17, 2009 7:26 PM > To: Wolfgang Denk; U-Boot Mailing List > Subject: Re: [U-Boot] BMP display. > > On Monday 17 August

Re: [U-Boot] BMP display.

2009-08-17 Thread Tuma
On Monday 17 August 2009 17:55:31 Tuma wrote: > On Monday 17 August 2009 16:38:31 you wrote: > > Dear Tuma, > > > > again: please keep the mailing list on Cc: !!! > > > > In message <200908171631.17975.chernigovs...@spb.gs.ru> you wrote: > > > Okay. Is new version configurable for OMAP3evm out of t

Re: [U-Boot] BMP display.

2009-08-17 Thread Tuma
On Monday 17 August 2009 16:38:31 you wrote: > Dear Tuma, > > again: please keep the mailing list on Cc: !!! > > In message <200908171631.17975.chernigovs...@spb.gs.ru> you wrote: > > Okay. Is new version configurable for OMAP3evm out of the box? > > Yes. > > > And is the v2009.08-rc2 stable enough

Re: [U-Boot] BMP display.

2009-08-17 Thread Wolfgang Denk
Dear Tuma, again: please keep the mailing list on Cc: !!! In message <200908171631.17975.chernigovs...@spb.gs.ru> you wrote: > > Okay. Is new version configurable for OMAP3evm out of the box? Yes. > And is the v2009.08-rc2 stable enought? Yes. Best regards, Wolfgang Denk -- DENX Software

Re: [U-Boot] BMP display.

2009-08-17 Thread Wolfgang Denk
Dear Tuma, In message <200908171512.57938.chernigovs...@spb.gs.ru> you wrote: > > It seems I have no "video" subdirectory. So should I put all my drivers files > to "drivers"? No. > Sorry, but I _have to_ use this (not latest) version of U-Boot now. This will not work. Please use recent code.

Re: [U-Boot] BMP display.

2009-08-17 Thread Tuma
On Monday 17 August 2009 13:52:46 you wrote: > Dear Tuma, > > In message <200908171338.23342.chernigovs...@spb.gs.ru> you wrote: > ... > > > > I cannot answer this question without knowing that these files > > > contain. Is this board specific code? Then it should go into your own > > > board direc

Re: [U-Boot] BMP display.

2009-08-17 Thread Wolfgang Denk
Dear Tuma, In message <200908171338.23342.chernigovs...@spb.gs.ru> you wrote: ... > > I cannot answer this question without knowing that these files > > contain. Is this board specific code? Then it should go into your own > > board directory. Is it OMAP3 specific, generic stuff? Then it should >

Re: [U-Boot] BMP display.

2009-08-17 Thread Tuma
On Monday 17 August 2009 13:33:50 you wrote: > Dear Tuma, > > please keep the mailing list on Cc: - thanks. > > In message <200908171305.55605.chernigovs...@spb.gs.ru> you wrote: > > > In message <200908131326.20857.chernigovs...@spb.gs.ru> you wrote: > > > > I have LCD drivers from TI for OMAP3 ev

Re: [U-Boot] BMP display.

2009-08-17 Thread Wolfgang Denk
Dear Tuma, please keep the mailing list on Cc: - thanks. In message <200908171305.55605.chernigovs...@spb.gs.ru> you wrote: > > > In message <200908131326.20857.chernigovs...@spb.gs.ru> you wrote: > > > I have LCD drivers from TI for OMAP3 evm board. I need to include this > > > files to my curre

Re: [U-Boot] BMP display.

2009-08-13 Thread Wolfgang Denk
Dear Tuma, In message <200908131326.20857.chernigovs...@spb.gs.ru> you wrote: > > I have LCD drivers from TI for OMAP3 evm board. I need to include this files > to my current u-boot. I have .h and .c files with some functional I need. I > want to call some functions implemented in this files fr

Re: [U-Boot] BMP display.

2009-08-13 Thread Tuma
Hi, All! Thank you, Detlev! Now I have a question. I have LCD drivers from TI for OMAP3 evm board. I need to include this files to my current u-boot. I have .h and .c files with some functional I need. I want to call some functions implemented in this files from main_loop (). I put .h files in

Re: [U-Boot] BMP display.

2009-08-06 Thread Detlev Zundel
Hi Tuma, > While I've been waiting for reply, I've found some information from Internet > and source code. I tryed to configure current omap3evm config file, but I get > errors during compilation. > So I know there is no LCD support for OMAP3evm now. This can be changed ;) > And now I think ab

Re: [U-Boot] BMP display.

2009-08-06 Thread Tuma
Hello, Detlev! Thanks for your reply. While I've been waiting for reply, I've found some information from Internet and source code. I tryed to configure current omap3evm config file, but I get errors during compilation. So I know there is no LCD support for OMAP3evm now. And now I think about the

Re: [U-Boot] BMP display.

2009-08-05 Thread Detlev Zundel
Hi Tuma, > But now I have new question - how can I display a Bitmap picture on the > board's LCD? I know there is the "bmp" command, but how should I configure > and build U-Boot to have this command in prompt? My board is OMAP3EVM. Well for the bmp command to work, an implementation for the LC

[U-Boot] BMP display.

2009-08-03 Thread Tuma
Hello, all! Detlev, thank for oyur reply. So I don't need environment file parser any more. But now I have new question - how can I display a Bitmap picture on the board's LCD? I know there is the "bmp" command, but how should I configure and build U-Boot to have this command in prompt? My board

[U-Boot] bmp

2009-02-08 Thread Anusha Bhat
Hi, How to add bmp command support for omap3 evm in u-boot code? Regards , Anusha ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot