Re: Alignment trap problem

2008-06-06 Thread Vladimir Pantelic
[EMAIL PROTECTED] wrote: hi .. I am trying to run an application on davinci .. i have successfully cross compiled the source .. and while running on on board .. its giving alignment trap: bus error and application will abort.. I have tried the same source for x86 machine and it worked f

Is it possible to complete 720p 30fps H.264 encode on a single DM6446?

2008-06-06 Thread pavelhan
Hi all! As you konw, the DM6446 is deciated to the SD encode/decode application. Now I want to konw is it possible to complete 720p 30fps H.264/MPEG4 encode on a single DM6446?I can't find more information on the DM6446 datasheet. Thank you very much! 2008-06-06 pavelhan ___

RE: Alignment trap problem

2008-06-06 Thread Kalpesh Rathod
Running your program with gdb can help you to find out where exactly the un-aligned memory access happens. Make sure program is compiled with debugging information. (gcc -g option) To run program with gdb on target, [EMAIL PROTECTED] ~]#gdb exe_name Then (gdb) run The program will start exec

Re: Alignment trap problem

2008-06-06 Thread munez . bn
hi thank you for the reply this is what im getting Alignment trap: application(1198) PC=0x4074fcf0 Instr=0xe49c2004 Address=0x000e96d6 FSR 0x013 so how can i look in to this? > [EMAIL PROTECTED] wrote: >> hi .. >> >> I am trying to run an application on davinci .. i have >> successful

Install a SMB client on DM355

2008-06-06 Thread madhu bidarahalli
Hi all, I am trying to install SMB client on DM355 EVM. I could find the package samba-client-3.0.10-2.0.3.0600975.arm_v5t_le.mvl in $(INSTALL_DIR)/montavista/pro/devkit/arm/v5t_le/packages/pro/ Someone tell me how to use this and install this on DM355. Thanks, madhu __

RE: Install a SMB client on DM355

2008-06-06 Thread Phil Quiney
Hi, The following worked for me mkdir x cd x mkdir dbpath rootfsdir rpm --dbpath `pwd`/dbpath --initdb rpm --dbpath `pwd`/dbpath --ignorearch --prefix `pwd`/rootfsdir --nodeps -i /opt/dm355/mv_pro_4.0.1/montavista/pro/devkit/arm/v5t_le/packages/pro/samba-client-3.0.10-2.0.3.0600975.a

RE: Alignment trap problem

2008-06-06 Thread munez . bn
gdb output .. it kils gdb itself so cant run backtrace oom-killer: gfp_mask=0x1d2 DMA per-cpu: cpu 0 hot: low 14, high 42, batch 7 cpu 0 cold: low 0, high 14, batch 7 Normal per-cpu: empty HighMem per-cpu: empty Free pages:1376kB (0kB HighMem) Active:24216 inactive:455 dirty:0 writeback

RE: Alignment trap problem

2008-06-06 Thread Kalpesh Rathod
If code is compiled with debugging information, gdb gives source level information. File name and line number when crash occurs. You can use -g option while compiling. There are other options as well. Please see gcc man page for that. Regards, Kalpesh -Original Message- From: [EMAIL PROT

RE: Alignment trap problem

2008-06-06 Thread munez . bn
i know that .. its an application source code .. and its huge .. and debugging is enabled.. but gdb doesnt crash .. its giving following output oom-killer: gfp_mask=0x1d2 DMA per-cpu: cpu 0 hot: low 14, high 42, batch 7 cpu 0 cold: low 0, high 14, batch 7 Normal per-cpu: empty HighMem per-cpu: e

Re: Is it possible to complete 720p 30fps H.264 encode on a single DM6446?

2008-06-06 Thread steven.zhang
It seems that TI codec only supports up to SVGA resolution encode/decode. What you need to do is resize 720P to D1, encode/decode, then resize D1 to display resolution. On Fri, 2008-06-06 at 16:26 +0800, pavelhan wrote: > Hi all! > As you konw, the DM6446 is deciated to the SD encode/decode > appli

Re: Alignment trap problem

2008-06-06 Thread Lisa Parratt
[EMAIL PROTECTED] wrote: Out of Memory: Killed process 983 (rpc.statd). I think the last line is the most informative. Maybe add some (more) swap? -- Lisa ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com ht

Re: Alignment trap problem

2008-06-06 Thread Matthias Welwarsky
Lisa Parratt wrote: [EMAIL PROTECTED] wrote: Out of Memory: Killed process 983 (rpc.statd). I think the last line is the most informative. Maybe add some (more) swap? Actually, I think the program died due to memory exhaustion before ever running into the alignment trap. Running both gdb

problem with memory map in dsplink_1_50

2008-06-06 Thread SergA
Hi. Early I worked with dsplink_1_40, my app work fine. Now I try pass to dsplink_1_50. And now I get the following error: Error: DSP-side memory map does not match configuration. Compare DSP-side TCF/MAP file with /dsplink/config/all/CFG_.c There is a pice of my DSP servers TCF f

Re: Is it possible to complete 720p 30fps H.264 encode on a single DM6446?

2008-06-06 Thread Jerry Johns
> What you need to do is resize 720P to D1, encode/decode, then resize D1 Erm, I think that sorta defeats the purpose of 720P encoding wouldn't it? The descaling at the first stage would result in a net loss of information which cannot be recovered; However, if you just want a effective SD res

RE: problem with memory map in dsplink_1_50

2008-06-06 Thread Ring, Chris
Looks like you're a Codec Engine user. If you need to update to Link 1.50, you should ensure you use a Codec Engine release that's compatible with it. [ Unfortunately, Link 1.40 and 1.50 are not binary compatible, so you can't just swap it in underneath Codec Engine - CE will get confused. ] Thi

Re: Alignment trap problem

2008-06-06 Thread Bernard Blackham
[EMAIL PROTECTED] wrote: this is what im getting Alignment trap: application(1198) PC=0x4074fcf0 Instr=0xe49c2004 Address=0x000e96d6 FSR 0x013 so how can i look in to this? Start gdb on the process but don't run it. Just type "l *0x4074fcf0" and it should point you at the offending code (ass

RE: D-Link DWL-G122 problems in Davinci

2008-06-06 Thread David Oliveira
Hi Swami, I'm using montavista linux kernel 2.6.10 Running "uname -a" i get: Linux 192.168.0.78 2.6.10_mvl401-davinci_evm #21 Thu May 29 18:17:30 CEST 2008 armv5tejl unknown Thanks, David From: Subbrathnam, Swaminathan [mailto:[EMAIL PROTECTED] Sent: den 6 juni 2008 04:16 To: David Olivei

Strange bug with my DM355

2008-06-06 Thread tabbaa najim
Hi evryone, I am usung dm355 kit with 15 Avril software and I am tring to record jpeg frames in continuous (one frame per file) on my sd/mmc card. But, when I record for about 3 to 4 hours (5 frame / seconds), my system crash and I am not able to localize the problem (each time I have a crash m

DVEVM 6446 GStreamer Sample

2008-06-06 Thread Chulwoong Jeon
Hi all, I compiled the gstreamer projects based on spraaq9.pdf. It looks like the compilation was correct and working when I play back MP3 or wma files. But, when I tried any avi file whose video format was MP4 and audio format was MP3, the app just hanged. Would you tell me where I can d

RE: D-Link DWL-G122 problems in Davinci

2008-06-06 Thread Subbrathnam, Swaminathan
David, Have you applied the latest USB patches from the DaVinci update site. If not pl. do so. swami From: David Oliveira [EMAIL PROTECTED] Sent: Friday, June 06, 2008 11:55 PM To: Subbrathnam, Swaminathan; davinci-linux-open-source@linux.davincidsp.com Subject: