Re: DM355+MSP430+push buttons

2010-05-21 Thread David Brownell
In case the answer didn't get posted (vs. being buried in my mailbox): --- On Tue, 5/4/10, Idriss Ghodhbane wrote: From: Idriss Ghodhbane Subject: DM355+MSP430+push buttons I am stuck at the level of controlling the push buttons of my EVM DM355(SW10/11/12/13/14).After searching on the net, I h

RE: Flashing uboot from Uboot

2010-05-21 Thread Liu, Yan
I don't know which product you are using. But, there is a way to write uboot from uboot. Here is the sample command: tftp 0x8000 u-boot.bin nand erase 0x1C nandecc sw nand write.i 0x8000 0x1C The can be found in booting log. Typically, you will find the following part: 0x000

Re: Flashing uboot from Uboot

2010-05-21 Thread Steve Poulsen
Kieran It is very possible to do what you want. Be prepared for a possible failure as you figure it out. The address to write to should b determied from the product documentation. What product are you using? Also, you can read NAND and display to try and match up the header and verify

Flashing uboot from Uboot

2010-05-21 Thread Kieran Bingham
Hi Guys, As I'm running linux, I can't easily switch to running Windows for CCS. I've been making changes to UBoot and testing them by setting the TEXT_BASE at a different address in RAM, loading via TFTP, and calling go $(loadaddr) Now I would like to write this uboot binary to flash, so I'

Re: DM365 DavinciFB Colour Keying Transparency

2010-05-21 Thread Gilles Chanteperdrix
Kieran Bingham wrote: > Hi Guys, > > Does anyone know the correct methods to set up the OSD0 to be > transparent based on a BLACK colour key ? > > We are trying to move to the Arago 2.6.32 kernel, and the methods we > used on the 2.6.18 kernel no longer work - and everything I've tried > hasn'

DM365 DavinciFB Colour Keying Transparency

2010-05-21 Thread Kieran Bingham
Hi Guys, Does anyone know the correct methods to set up the OSD0 to be transparent based on a BLACK colour key ? We are trying to move to the Arago 2.6.32 kernel, and the methods we used on the 2.6.18 kernel no longer work - and everything I've tried hasn't worked either. So rather than co

RE: How to use VPFE as YUV interface in DM6446?

2010-05-21 Thread Jadav, Brijesh R
Hi, VPFE supports YUV422 format. What do you mean by generic YUV format? Thx, Brijesh From: davinci-linux-open-source-boun...@linux.davincidsp.com [mailto:davinci-linux-open-source-boun...@linux.davincidsp.com] On Behalf Of shaofeng zhang Sent: Friday, May 21,

How to use VPFE as YUV interface in DM6446?

2010-05-21 Thread shaofeng zhang
Hi, all, I want to use the VPFE as generic YUV configration format in DM6446, and my program is running in Linux, So could anyone tell me how to append the davinci_vpfe.c or other files in Linux driver? Thank you~~ -- Best Regards! zhangshaofeng @Xi'an JiaoTong University