RE: about DVSDK 1.30

2008-09-12 Thread Schoenemann, Nikolaus
Topics to check: make sure your kernel path in Rules.make is set correctly make sure you're booting the kernel you built cmem against do make clean before you build the dvsdk make sure you do 'make install' after you rebuilt the dvsdk (set the EXEC_DIR variable in Rules.make) Cheers, Niko

RE: RE: RE: I have a problem when use the NFS which use to mount the filesys

2008-09-12 Thread Schoenemann, Nikolaus
As Phil says, please do the following: From the u-boot command line type, setenv bootargs 'console=ttyS0,115200n8 noinitrd rw root=/dev/nfs ip=dhcp nfsroot=192.168.81.200:/home/xiong/workdir/filesys,nolock mem=120M' to set your bootargs env variable. From earlier posts, it seems that you set n

RE: I cann't use the NFS which mount the filesys

2008-09-11 Thread Schoenemann, Nikolaus
yep, you pointed it out. It must be ttyS0 instead of ttys0. From: Deepak Shankar-TLS,Chennai. [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2008 3:46 PM To: Schoenemann, Nikolaus; [EMAIL PROTECTED]; davinci-linux-open-source Subject: RE: I cann't us

FW: RE: I cann't use the NFS which mount the filesys

2008-09-11 Thread Schoenemann, Nikolaus
seems like a problem in your bootsetup, probably a typo. Can you post your whole u-boot environment. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2008 3:46 PM To: Schoenemann, Nikolaus Subject: Re: RE: I cann't use the NFS

RE: I cann't use the NFS which mount the filesys

2008-09-11 Thread Schoenemann, Nikolaus
What error does the startup routine show? Did you set an ip address for your board? In case you're using a hub, try to set ip=dhcp in your bootargs. Cheers, Niko From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, Sep

RE: schematic and gerbers for the DM6446EVM

2008-07-24 Thread Schoenemann, Nikolaus
Hi Panchy, try it under http://c6000.spectrumdigital.com/davincievm/revd/ Cheers, Niko From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Panchy Rivas Sent: Thursday, July 24, 2008 8:59 PM To: davinci-linux-open-source@linux.davincidsp.com Subject:

RE: No access after login prompt on DVEVM

2008-07-03 Thread Schoenemann, Nikolaus
Did you try username: root? You shouldn't need any password. Cheers, Niko From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of gossips J Sent: Friday, July 04, 2008 7:20 AM To: davinci-linux-open-source@linux.davincidsp.com Subject: No access after logi

AW: PRD task

2008-07-03 Thread Schoenemann, Nikolaus
Hi Oscar, If I remember correctly, the function name you enter in the DSP/BIOS funtion call has to start with and underscore ("_"), e.g. _cragar_datos. The function in your C code must then be named accordingly to cargar_datos without underscore in the beginning. This was just a first thought,

RE: Video source for DM6467 EVM

2008-06-23 Thread Schoenemann, Nikolaus
If I remember right, you have to use 720p component input to run the demos. We always used a PS3. Worked fine. Cheers, Niko From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ondrej Pindroch Sent: Monday, June 23, 2008 9:44 AM To: davinci-linux-open-

RE: Subject: Booting DaVinci with uImage and filesystem on NAND

2008-05-23 Thread Schoenemann, Nikolaus
Guys, Could you please clarify, whether you wanna boot from NAND directly, or to first put the kernel into external memory and booting from there. Cheers, Niko -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of rajesh Sent: Friday, May 23, 2008 1:22 PM T

RE: Mounting kernel image and jffs2 file system into NAND flash on HDEVM

2008-05-22 Thread Schoenemann, Nikolaus
Rajesh, Tftpboot the kernel image to target memory. Should work by just typing 'tftp 0x8600' on u-boot command line (assuming you set the bootfile, serverip and ipaddr (ststic) variable). Or, if you using dhcp, just type 'dhcp'. Then write the kernel image from external memory to nand as

RE: DM355 Help needed

2008-04-09 Thread Schoenemann, Nikolaus
Thiyana, See my comments below. Cheers, Niko -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Maitriya, Thiyana (IE10) Sent: Wednesday, April 09, 2008 5:29 AM To: davinci-linux-open-source@linux.davincidsp.com Subject: DM355 Help needed Hi I am a newbi

RE: Copying to the HDD

2008-04-08 Thread Schoenemann, Nikolaus
Alex, try ...:/# mount -t ext3 /dev/hda1 Cheers, Niko From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alex Tarter Sent: Tuesday, April 08, 2008 11:05 AM To: davinci-linux-open-source@linux.davincidsp.com Subject: Copying to the HDD Sorr

RE: mPlayer

2008-04-02 Thread Schoenemann, Nikolaus
AL or NTSC. Niko From: Ibrahim Kutluay [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 02, 2008 12:03 PM To: Schoenemann, Nikolaus Cc: Caglar Akyuz; davinci-linux-open-source Subject: Re: mPlayer I've checked it now with 'venc example' and I can now

RE: mPlayer

2008-04-02 Thread Schoenemann, Nikolaus
Ibrahim, I just tried it, and it works fine for me. I downloaded http://www8.mplayerhq.hu/MPlayer/releases/win32/MPlayer-1.0rc2-gui.zip and the codecs http://www8.mplayerhq.hu/MPlayer/releases/codecs/windows-essential-20071 007.zip Extract both files and copy the codecs to the \MPlayer-1.

RE: AV Sync?

2008-04-01 Thread Schoenemann, Nikolaus
Hi Andrew AV Sync isn't done at all in the demos. Audio and video streams are handled independently. For displaying the video frames, a function called 'waitForVsynch' does the vertical buffer syncing for the display thread. You'll find that function in display.c. Regarding the frame rate, what f

RE: Who can tell me how can I update my dvevm1.0 to dvevm1.2?

2008-02-29 Thread Schoenemann, Nikolaus
Hello, try www.ti.com/dvevmupdates Cheers, Niko From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of zhaomin Sent: Friday, February 29, 2008 7:20 AM To: Davinci-linux-open-source@linux.davincidsp.com Subject: Who can tell me how can I update my dve

RE: error rmmod cmemk.ko dsplinkk.ko

2008-02-15 Thread Schoenemann, Nikolaus
Why do you wanna remove cmemk.ko? Are you sure you included the module in the kernel first, since the error message means it doesn't exist in the kernel. Regards, Niko From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of xj chen Sent: Friday, Februar

RE: Can we include 2 Combos

2008-02-12 Thread Schoenemann, Nikolaus
A short follow up... In case you need help building up a dsp server, I refer you to the "Codec Engine Server Integrator User's Guide" that can be found in (CE_INSTALL_DIR)/docs. Niko -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Schoen

RE: Can we include 2 Combos

2008-02-12 Thread Schoenemann, Nikolaus
Manjunath, Just include all codecs you wanna use into the dsp server. Have a look at the demo server config file in (DVEVM_INSTALL_DIR)/codec_servers_1_xx/packages/ti/sdo/servers/loopback/ loopback.cfg. It includes H264 decode and encode. Cheers, Niko -Original Message- From: [EMAIL PRO

RE: NEw Decode demo programme is not working...

2008-02-11 Thread Schoenemann, Nikolaus
Manas, Did you run the loadmodules.sh script before starting the demo? It seems that dsplink.ko is missing. Regards, Niko From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of manas lenka Sent: Monday, February 11, 2008 3:16 PM To: davinci-linux-ope

RE: Video display driver

2008-01-31 Thread Schoenemann, Nikolaus
Jitendra, Try 'Memory_getPhysicalAddress(ptr virtualAddress)' defined in /packages/ti/sdo/ce/osal/Memory.h Cheers, Niko -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jitendra Sent: Thursday, January 31, 2008 1:13 PM To: davinci-linux-open-source@linu

RE: Problem booting via NFS

2008-01-25 Thread Schoenemann, Nikolaus
Robert, The switches are ok. Could you please post the exact bootargs you're using. When the boot sequence stops, it's mostly a typing error in the bootargs. Cheers, Niko -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert W. Kuhn Sent: Friday, Janu

RE: USB drive and other issues.

2008-01-10 Thread Schoenemann, Nikolaus
What exactly do you wanna do with the content? Did you make sure you're mounting the right path? Can you maybe send me your bootargs? Regards, Niko From: Preetham Soundararajan [mailto:[EMAIL PROTECTED] Sent: Thursday, January 10, 2008 9:07 AM To: Schoe

RE: USB drive and other issues.

2008-01-09 Thread Schoenemann, Nikolaus
o/devkit/arm/v5t_le/bin:/opt/mv_pro_4.0/montavista/pro/bin Then either boot the new built kernel image via tftp or write it to flash. Hope I could help you. Cheers, Niko -Original Message- From: Preetham Soundararajan [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 09, 2008 5:15 AM To

RE: USB drive and other issues.

2008-01-08 Thread Schoenemann, Nikolaus
Preetham, Did you enable USB device support in the kernel? Might be the solution for the first problem. Regards, Niko -Original Message- From: [EMAIL PROTECTED] com [mailto:[EMAIL PROTECTED] incidsp.com] On Behalf Of Preetham Soundararajan Sent: Tuesday, January 08, 2008 11:14 AM To: da

RE: cmem.ko loading problem...

2008-01-08 Thread Schoenemann, Nikolaus
Serkan, the problem is that you want to allocate data memory in the region of the kernel memory (kernel is from 0-120M and your cmem allocates memory at 117M), which is not allowed. Try to set mem=117M in your bootargs. Let me know if it worked out. Cheers, Niko __