Ilyssa Tzivia wrote:
> Hi,
>  
> I'm evaluating the DM355 DV EVM for use in my thesis and have a bunch
> of questions.
>  
> - the TI webpage says "Development board reference materials (gerber,
> schematics, BOM)". What format are these in? Is board layout also
> included? How many layers is the reference board design?
PDF & Orcad schematics. I believe if you want the layout design (other
than the gerbers) then you have to contact Spectrum Digital. Don't know
how many layers the ref design is. Our implementation is 10 layers.
> - the TI webpage says "On-board Ethernet controller with application
> notes and schematics". Does this mean the DM355 does not have an
> on-chip MAC and that it requires an external MAC/PHY chip? If I wanted
> to create a DM355 solution with two ethernet interfaces such as LAN
> and WAN, would I need to write special drivers or require major board
> changes?
The MAC/PHY is external - it is attached to the AEMIF bus. To implement
another ethernet interface you need to modify the CPLD code to add an
additional chip select and modify drivers for the address space change.
> - do I need to buy any software just to write applications for the
> DM355 DVEVM or is everything that is needed part of the free software
> packages? I want to write a video encode/decode application so I will
> need a compiler and toolchain and be able to link against the
> CodecEngine library.
You need to purchase the DVBSP when you intend to sell your product. The
free code is all you need to do development.
> - I want to use a CMOS sensor but I saw statements saying the DM355
> only works with a Micron Imager. Is there a list of compatible CMOS
> sensors that could be easily interfaced with the DM355 DVEVM?
Sorry. You need to roll your own. Or you can talk to D3 Engineering -
they may have something soon from what I understand.
> - what codec demos are there available? is source included? I intend
> to write an application that can draw a user interface on an LCD
> display and then perform audio/video encode/decode similar to a video
> phone. Is there anything similar to this that I could use as a
> starting point?
Source is included for MPEG4 and JPEG encode/decode. At the moment it's
beta quality. Yes there is example LCD code. There is a working NTSC
output (video DAC on the 355) that works great.
> - what is the API to draw to the LCD display? is it the same as normal
> Linux, ie: GTK etc?
There is a framebuffer driver. Since it's running linux, you can start
up an X server and put up what ever you want (that's ported to the ARM)
> - does the DM355 DVEVM have any mechanism to connect to an LCD display
> like an 24-bit or 16-bit TTL TFT LCD?
There is a parallel interface (VPBE) for LCDs.
> - is there any web browser that has been ported to the DM355?
> - what's the cheapest JTAG tool to use with the DM355 DVEVM? the
> ability to reflash with a working image if I accidentally overwrote
> the ROM or boot flash would be the minimum functionality desired.
>  
We use the BDI2000.
> Thank you for your help.
>  
> Ilyssa
> ------------------------------------------------------------------------
>
> _______________________________________________
> Davinci-linux-open-source mailing list
> [email protected]
> http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
>   

_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to