Starting up DM365 in SPI Boot Mode

2009-03-27 Thread Neerav Patel
Hi, I have been looking at the DM365 chip and I am interested in the SPI Boot Mode, Once we set BTSEL[2:0] to 101 the RBL will automatically try to copy a UBL to the internal memory of the ARM. We want to connect a SPI Flash to the SPI0 interface of the DM365. 1.) Where does the RBL begin to

RE: [PATCH 0/3] DaVinci NAND: Add support for 4-bit ECC on DM355 EVM

2009-03-27 Thread Narnakaje, Snehaprabha
> -Original Message- > From: David Brownell [mailto:davi...@pacbell.net] > Sent: Wednesday, March 25, 2009 2:12 PM > To: Narnakaje, Snehaprabha > Cc: davinci-linux-open-source@linux.davincidsp.com > Subject: Re: [PATCH 0/3] DaVinci NAND: Add support for 4-bit ECC on DM355 > EVM > > On Sa

DM365 SPI Flash Programming

2009-03-27 Thread Neerav Patel
Hi, I want to program a SPI Flash through the DM365, with the UBL and uboot, what is the best way to do this, is there anything currently available, or do I have to write this from scratch. Thanks in advance. Neerav ___ Davinci-linux-open-source mail

Re: [PATCH resend] musb_gadget: fix STALL handling

2009-03-27 Thread David Brownell
On Friday 27 March 2009, Sergei Shtylyov wrote: > > Could you take another whack at this, and include set_wedge()? > >     You mean implementing set_wedge()? I thinkl this should be in another > patch. OK, but in that case I'd like to see that one first, then see what issues remain. > > I'll

RE: Suspend MPEG and do JPEG and vice versa on the fly

2009-03-27 Thread Ring, Chris
"Server" is only relevant for "remote" codecs. Remote codecs exist on processors with full-blown DSP's (e.g. OMAP3, DM644x, etc) and "significant" hardware accelerators (e.g. DM357). The DM355 does _not_ have a DSP, and therefore does not have remote codecs. So there is no "server" in the sys

Re: [PATCH] ARM: DaVinci - Enable all 3 uarts

2009-03-27 Thread Mark A. Greer
On Fri, Mar 27, 2009 at 09:02:04AM -0500, Paulraj, Sandeep wrote: > Not all DaVinci SOC's have 3 UART's. > DM365 has only 2. That's okay. Upping the limit won't do any harm. Mark -- ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@

RE: [PATCH] ARM: DaVinci - Enable all 3 uarts

2009-03-27 Thread Paulraj, Sandeep
Not all DaVinci SOC's have 3 UART's. DM365 has only 2. Sandeep > -Original Message- > From: davinci-linux-open-source-boun...@linux.davincidsp.com > [mailto:davinci-linux-open-source-boun...@linux.davincidsp.com] On Behalf > Of Mark A. Greer > Sent: Thursday, March 26, 2009 10:31 PM > To:

RE: Suspend MPEG and do JPEG and vice versa on the fly

2009-03-27 Thread Deepak Shankar-TLS,Chennai.
Hi, Thanks a lot for the inputs. I think the codecs are running in the same server - for if I dynamically kill the MPEG application and do a JPEG its working very well. Just that I'm trying to do it in parallel. However is it possible to program where the codec should run- by server I was thinki

Re: [PATCH resend] musb_gadget: fix STALL handling

2009-03-27 Thread Sergei Shtylyov
David Brownell wrote: The driver incorrectly cancels the mass-storage device CSW request (which leads to device reset) due to giving back URB at the head of endpoint's queue after sending each STALL handshake; stop doing that and start checking for the queue being non-empty before stalling an en

dm6437 SPI Problem

2009-03-27 Thread Marta Gros Marín
Hello to all, I am working with dm355 and dm6435, and I am communicating both with SPI. So I configure dm355 as Master using SPI0 and dm6435 as Slave. I have a problem on the dm6435 (dm6437 EVM) side, I configure SPI so the enable pin (FSX0) is configured as an input, but without the dm355 co

configuration of preview and resizer

2009-03-27 Thread Ondrej Pindroch
Hi I am trying to configure preview engine and resizer to get good image from MT9T031. Is there any goog documentation about, what are all the previewer coefficient about? I have one settings, but I know that it could be better. And other question is where can I find calccoeff for resizer engin

Re: Suspend MPEG and do JPEG and vice versa on the fly

2009-03-27 Thread Vladimir Pantelic
Deepak Shankar-TLS,Chennai. wrote: Hello all, I'm using the dm355-DVSDK, Montavista Linux and trying the demos - encode and JPEG. All those are working very well when run as separate processes. However, Now I'm trying to build a custom application which can do a MPEG or JPEG based on some exter