RE: a quesion about using dsp/bios link

2008-02-18 Thread Kamoolkar, Mugdha
Kashin lin, I assume you are trying to communicate between ARM & DSP using DSPLink. You can refer to sample applications provided with the DSPLink release as a reference for how the APIs can be used. The sample applications are available within the /dsplink/gpp/src/samples and /dsplink/dsp/src/sa

Problem changing DSP-Memorymap

2008-02-18 Thread Robert W. Kuhn
Hello, I try to change the memory map of the DSP to enlarge the DDR. It looks like this: baselen end LINUX 80003D09000 83D09000 HEAP83D09000BCF7000 8FA0 DDR 8FA020

Re: Problem changing DSP-Memorymap

2008-02-18 Thread Robert W. Kuhn
Am Mon, 18 Feb 2008 11:12:44 +0100 schrieb Robert W. Kuhn: > I try to change the memory map of the DSP to enlarge the DDR. JFTR: To solve this problem I had to rebuild the dsp-libs! Bye ___ Davinci-linux-open-source mailing list Davinci-linux-open-sou

gstreamer davinci v4l difficulties

2008-02-18 Thread Thornton, Keith
when the gstreamer v4lsrc plugin opens the davinci /dev/video0 driver it calls ioctl with VIDIOCGCAP to get the capabilities. When i run this it returns with EPERM. does anyone know why this is happening. Grüsse Keith Thornton _ Carl Zeiss Medical Software GmbH A Carl Zeiss M

Resizer driver patch

2008-02-18 Thread Amit Vinod Pore
Hi, Does anybody have the patch of ' davinci resizer driver ' for linux 2.6.20 ?? Plz reply. Thanks, Amit. The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, conf

Re:How to change ram disk size, was: (no subject)

2008-02-18 Thread Dirk Behme
Dinh Ngoan Nguyen wrote: Hi, I’m trying to implement RAMdisk File System. SPRAAH2.PDF describes how to use an existing Ram Disk. Fine, but the size of the Ram Disk however is limited at about 6 MB. I could not copy all needed files to Ram Disk! Who please tell me how can I change this Ram D

(no subject)

2008-02-18 Thread Dinh Ngoan Nguyen
Hi, I’m trying to implement RAMdisk File System. SPRAAH2.PDF describes how to use an existing Ram Disk. Fine, but the size of the Ram Disk however is limited at about 6 MB. I could not copy all needed files to Ram Disk! Who please tell me how can I change this Ram Disk Size? Thanks a lot.

Resize Existing Ram Disk

2008-02-18 Thread Dinh Ngoan Nguyen
I’m trying to implement RAMdisk File System. SPRAAH2.PDF describes how to use an existing Ram Disk. Fine, but the size of the Ram Disk however is limited at about 6 MB. I could not copy all needed files to Ram Disk! Who please tell me how can I change this Ram Disk Size? Thanks a lot.

Re: a quesion about using dsp/bios link

2008-02-18 Thread kashin Lin
Hi, thanks for your reply. i still have some questions: i have had a look at the samples and user guide in DSPLink. it has a directory(DspBios) includes dsp/bios application in each sample (message, loop...) and we can build them in DSPLink make system. but without telling how to create the dsp/b

error duning building dsp/bios link

2008-02-18 Thread kashin Lin
Hi, i got a error when building dsp/bios link and need some help. the environment of the building: dsp/bios version : 1.30.08.02 <--- i know it is old, i just take a try dsp/bios version : 5.21 host OS: Windows 2000 perl version: 5.8.8 gnu-make version: 3.81 problem: i modified some variables

RE: Suggestions on image display

2008-02-18 Thread Joshua Hintze
Thank you Ashuari, Could you or somebody tell me how I would go about setting the virtual resolution for the frame buffer. Just looking through the davincifb.c code it doesn't seem obvious. The IOCTL commands don't seem like they can accomplish it. Is there any written documention on the davincif

RE: Suggestions on image display

2008-02-18 Thread Joshua Hintze
Ok, I've figured out how to set the Virtual Resolution using ioctl commands and/or fbset utility. Now I'm having a hard time understanding the yres_virtual parameter. The xres_virtual parameter seems to be doing what I think it should. For example if I have an 720x480 image being displayed on the

ARM: DaVinci: Dma: clear events on open

2008-02-18 Thread Troy Kisky
Fixed spacing issues. ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

[PATCH] ARM: DaVinci: Dma: clear events on open

2008-02-18 Thread Troy Kisky
When a dma channel is opened, clear all pending events. This was causing problems if UBOOT initialized the SDCard. Remove SAM & DAM bits if source or destination isn't a fifo. Signed-off-by: Troy Kisky <[EMAIL PROTECTED]> --- arch/arm/mach-davinci/dma.c | 37

[PATCH] ARM: DaVinci: Dma: clear events on open(v2)

2008-02-18 Thread Troy Kisky
When a dma channel is opened, clear all pending events. Remove SAM & DAM bits if source or destination isn't a fifo. Signed-off-by: Troy Kisky <[EMAIL PROTECTED]> --- arch/arm/mach-davinci/dma.c | 40 +++- 1 files changed, 23 insertions(+), 17 deletions(-) d

Problem to mount/umount mmc card do DM355

2008-02-18 Thread tabbaa najim
Hello, I need some help to mount/umount MMC card when my application is running. I don't have any problem to mount/umount It manually. I have also another problem with mmc card, It is not detected correctly on booting the OS (error to read the sector 0) thank you. -

RE: error duning building dsp/bios link

2008-02-18 Thread Kamoolkar, Mugdha
Can you build with VERBOSE=1 gmake debug VERBOSE=1 With this, you will get prints of all the commands during make, and will know exactly which one is failing. Regards, Mugdha From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of kashin Lin Sent: Mon

RE: a quesion about using dsp/bios link

2008-02-18 Thread Kamoolkar, Mugdha
Kashin Lin, The method doesn't really differ that much ... By using our own make system, we enable easy building on different targets, and also enable the same build system to be used for Linux-based build. However, we use the same tool-chains & DSP/BIOS. The final generated executable when you b

Accessing ITCM/DTCM of ARM subsystem

2008-02-18 Thread Asha
Hi All, ITCM/DTCM of ARM subsystem has been enabled in the U-boot. Is there a way to verify if the ITCM/DTCM is accessed by ARM by reading or writing to it? Thanks & Regards, Asha___ Davinci-linux-open-source mailing list Davinci-linux-open-source@lin

"TSK_time()" always be 0 (can JTAG debug interrupt?)

2008-02-18 Thread kashin Lin
Hi, i build a dsp/bios(5.21) tutorial example(clk) and use JTAG to debug it. after loading the .out file and checking the message log, i found the program enter the "TSK_sleep()" and never exit. output message: 0 clk example started. 1 The time in task is: 0 ticks 2 task going to sleep