Re: Which linux kernel tree to use for development?

2010-02-22 Thread Raffaele Recalcati
Hi Nori, The tree hosted on arago-project.org is contains work in progress some of which may not been accepted (or even submitted) in mainline yet. Once the code receives sufficient testing there, it makes its way upstream through various subsystem tree through patch submissions (to this

Re: Which linux kernel tree to use for development?

2010-02-22 Thread Andrea Gasparini
Raffaele Recalcati spiffera, Monday 22 February 2010 circa: Any plan about them? I'm looking at master branches for both trees, I'm right? About alsa and other 'common' featutres, you can look at this: http://wiki.davincidsp.com/index.php?title=DaVinci_GIT_Linux_Kernel About face detection,

Re: Which linux kernel tree to use for development?

2010-02-22 Thread Caglar Akyuz
On Monday 22 February 2010 10:54:08 am Raffaele Recalcati wrote: Hi Nori, [...] I'm customizing a new kernel for my DaVinci board (dm365), so I was basing it on the arago repo. I may be mistaken here, but Arago repo is rebased, publically. So pulling updates after your local changes can be

interpreting 'slab corruption' output.

2010-02-22 Thread Andrea Gasparini
Hi, I'm running a 2.6.18 MV kernel, I'm having some output like that: Slab corruption: start=c061e180, len=256 000: 00 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 020: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 030: 00 00 00 00 00 00 00

Re: Which linux kernel tree to use for development?

2010-02-22 Thread Raffaele Recalcati
2010/2/22 Caglar Akyuz caglarak...@gmail.com: On Monday 22 February 2010 10:54:08 am Raffaele Recalcati wrote: Hi Nori, [...] I'm customizing a new kernel for my DaVinci board (dm365), so I was basing it on the arago repo. I may be mistaken here, but Arago repo is rebased, publically. So

HOW TO TRANSFER A FILE VIA serial in LINUX

2010-02-22 Thread rohan tabish
Hello everyone i want to know how to transfer any file via /dev/ttyS0 to flash while linux is running on ttyS0 Regard's RT ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com

Re: HOW TO TRANSFER A FILE VIA serial in LINUX

2010-02-22 Thread Nick Thompson
On 22/02/10 14:51, rohan tabish wrote: Hello everyone i want to know how to transfer any file via /dev/ttyS0 to flash while linux is running on ttyS0 Try Zmodem. Once installed you can use the rz (and sz) commands and your terminals Zmodem send (or receive) file... Nick.

Loadb equailent in linux

2010-02-22 Thread rohan tabish
Hello everyon we are using DM6446 i don't have any ethernet port in our custom board i want to know how to transfer a file using serial port once we get to the linux prompt how to add file to the file system using the prompt via serial port Regard's Rohan Tabish

Re: HOW TO TRANSFER A FILE VIA serial in LINUX

2010-02-22 Thread Nick Thompson
On 22/02/10 16:05, Nick Thompson wrote: On 22/02/10 15:26, rohan tabish wrote: Nick thanks for your reply i have chossen busybox providing the linux utilities do you know is dere any utlity in it to transfer the file Regard's RT I'm not a busybox expert, but I don't think it includes

RE: Which linux kernel tree to use for development?

2010-02-22 Thread Nori, Sekhar
Hello Raffaele, On Mon, Feb 22, 2010 at 14:24:08, Raffaele Recalcati wrote: Hi Nori, [...] I'm customizing a new kernel for my DaVinci board (dm365), so I was basing it on the arago repo. Is there a kernel roadmap about arago and khilman development? There was a temporary lull in last

Re: HOW TO TRANSFER A FILE VIA serial in LINUX

2010-02-22 Thread rohan tabish
xmodem in busybox works fine --- On Mon, 22/2/10, Nick Thompson nick.thomp...@ge.com wrote: From: Nick Thompson nick.thomp...@ge.com Subject: Re: HOW TO TRANSFER A FILE VIA serial in LINUX To: rohan tabish rohan_ja...@yahoo.co.uk Cc: davinci-linux-open-source@linux.davincidsp.com

RE: Which linux kernel tree to use for development?

2010-02-22 Thread Nori, Sekhar
On Mon, Feb 22, 2010 at 17:06:23, Caglar Akyuz wrote: On Monday 22 February 2010 10:54:08 am Raffaele Recalcati wrote: Hi Nori, [...] I'm customizing a new kernel for my DaVinci board (dm365), so I was basing it on the arago repo. I may be mistaken here, but Arago repo is rebased,

Re: Which linux kernel tree to use for development?

2010-02-22 Thread Caglar Akyuz
On Monday 22 February 2010 07:37:14 pm Nori, Sekhar wrote: On Mon, Feb 22, 2010 at 17:06:23, Caglar Akyuz wrote: On Monday 22 February 2010 10:54:08 am Raffaele Recalcati wrote: Hi Nori, [...] I'm customizing a new kernel for my DaVinci board (dm365), so I was basing it on the

RE: Which linux kernel tree to use for development?

2010-02-22 Thread Nori, Sekhar
On Mon, Feb 22, 2010 at 23:20:49, Caglar Akyuz wrote: On Monday 22 February 2010 07:37:14 pm Nori, Sekhar wrote: On Mon, Feb 22, 2010 at 17:06:23, Caglar Akyuz wrote: On Monday 22 February 2010 10:54:08 am Raffaele Recalcati wrote: Hi Nori, [...] I may be mistaken here, but

controlloing video display brighness/contrast on dm6446

2010-02-22 Thread Anand Sivaram
Hello All, I am using fbdev on a dm6446 to playout video. Is there any way of controlling the brighness/contrast of the video? After going through vpbe backend (sprue37) document, I could not find any way of doing it. Is there any particular register settings for that? Thanks and Regards Anand