Does Blackhawk BH-USB-2 emulator support 1.8V targets?

2008-06-19 Thread Gabriele Filosofi
Hi Does anyone knows whether does Blackhawk BH-USB-2 emulator support 1.8V targets? I would like to use this emulator with our DM6441-based custom board (silicon revision 1.3). As reported in the datasheet, this emulator pod supports 1.0 to 5.0 volt. This concern arises from the fact that I see

Re: building dsplink

2008-06-19 Thread Brian Rhodes
Thanks for responding. I am trying to compile dsplink 1.50 and I am using codec engine 2.10. The error is with the type for 'current'. I dug around for that, but could not find where it was actually located. What I am actually trying to do is load an Engine from a library which loads

Can DM6446 capture all the pixel data from BT656 stream

2008-06-19 Thread chensu . main
Hi all,I want to demux VITC code ( a digitalized signal furing line 18 and 20 per field ) , DVITC code ( during vertical blanking time ) , and ancillary data such as digital audio , ( during horizontal blanking time ) .The image size is not 720 * 576 but 864 * 625 ( PAL ) or 858 * 525 (NTSC).can

Is there anybody using mvl4.0.1 in linux console mode?

2008-06-19 Thread pavelhan
Hello,every! Is there anybody using mvl4.0.1 in linux console mode? When I want to install the mvl4.0.1 tools in my text mode(there is no graphic mode in my system),I get the following error: debian:~/dm355_evm# ./mvl_4_0_1_demo_sys_setuplinux.bin --mode console invalid command name

RE: USB Gadget Serial - Data rate?

2008-06-19 Thread Subbrathnam, Swaminathan
Nitin, Gadget Serial is typically used for console, slow speed serial applications and has restrictions from the perspective of max throughput that can be achieved. You can write your own application over GadgetFS. In this way you could achieve the required throughput

USB Gadget Serial - Data rate?

2008-06-19 Thread Nitin Joshi
Hi all, We have a custom board containing DM6446 DSP, and we need to transfer the data over USB in both directions. Meaning, my PC application will act as HOST and DM6446 EVM configured as a Gadget Device. Initially HOST will send some configuration data which DM6446 has to receive and

RE: USB Gadget Serial - Data rate?

2008-06-19 Thread Nitin Joshi
Hi Swami, Thanks for the suggestion, As I am not a USB expert, Just to reconfirm as we are freezing our design phase, I will have to use GadgetFS configuration for my PC to send (few bytes) and receive(GBs) data.? Does the latest LSP from TI Updates site version 1.3 , improve data

Fw: USB Gadget Serial - Data rate?

2008-06-19 Thread Jowelle Pinlac
Hi Swami, I'm also into this method, as I cannot achieve the required throughput using USB serial gadget. Currently I'm having problem with the sample user space driver from Linux USB site. I already recompiled the EVM kernel(2.6.10) with gadget FS support and yet still I can't configure

How to specify codec stack size? DM6446

2008-06-19 Thread Mohamed AbdElwahed
Kindly i want to know, How to set a specific DSP codec stack size? currently, In my codec i have this Msg, Codecs.xxx.XXX did not supply a stack size; assuming 4096 bytes is sufficient is there any help, and/or document to read it. thanks very much--

Demo not working on 6467 EVM

2008-06-19 Thread Ondrej Pindroch
Hello I have got TMS320DM6467 EVM. I pluged all needed, but and turned it on. But nothing happend. I tried to recover HDA file system (was no problem), but nothig. Do you have working demo on EVM? Thank you very musch Ondrej Pindroch ___

RE: u-boot and serial transfer

2008-06-19 Thread Phil Quiney
Hi, I can confirm it works with 'ckermit' on a Linux box. I suppose it shouldn't be a suprise as ckermit is designed to do this job. What did suprise me was it managed to work without any flow control, last time I used a kermit client I seem to remember having problems with mis-settings of

Accuracy of Engine_getCpuLoad()?

2008-06-19 Thread Sam Hague (shague)
Anyone have an idea of the accuracy of Engine_getCpuLoad()? Are there any better methods of measuring the load on the DSP? Thanks, Sam ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com

u-boot- 1.3.2 on dm355

2008-06-19 Thread Andrea Gasparini
Hi all, Has Anyone tested u-boot-1.3.2 on dm355?? How do you update it? serial port or through itself? Does it need also an updated UBL?? I tried an got this screen: Chip initialization passed! TI UBL Version: 1.20, Flash Type NAND Booting Catalog Boot Loader BootMode = NAND Starting NAND

RE: u-boot- 1.3.2 on dm355

2008-06-19 Thread Paulraj, Sandeep
Andrea, I have added support for DM355 and DM6467 in U-boot 1.3 and tested it as well. In the process of making clean patches. Will submit the patches sometime soon to the U-boot git. Uboot 1.3.2 does not have support for Dm355. Davinci_dvevm_config will not work as it is meant for DM644x.

RE: Demo not working on 6467 EVM

2008-06-19 Thread Grosen, Mark
The demo only sends video to Component outputs. Are you connecting to Composite video output? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ondrej Pindroch Sent: Thursday, June 19, 2008 5:27 AM To: davinci-linux-open-source Subject: Demo not

RE: u-boot- 1.3.2 on dm355

2008-06-19 Thread Gerald Jackson
Sandeep, Do you merge davinci git u-boot tree with mainline u-boot git tree? Basically, are the changes being submit for included in mainline u-boot git tree? When do you think it will happen for DM355 in the linux tree? Thanks, Gerald From: [EMAIL

RE: How to specify codec stack size? DM6446

2008-06-19 Thread Ring, Chris
This is described in the CE Algorithm Creator User's Guide (see section 2.2.5 in the latest doc): http://www-s.ti.com/sc/techlit/sprued6 Each codec Module should implement the getStackSize() function in their MODULE.xs file. If they _don't_, the default getStackSize() implementation is used,

Re: Demo not working on 6467 EVM

2008-06-19 Thread Ondrej Pindroch
I have tried both, but I there are missing some files. Becouse, when I tried to run demo from comand line, it throw some errors and thats all. I tried to see signals with scope, but nothig there. Now I have downloaded newer version of software so I will try to restore file system from them.