RE: UART2 and Video co-existance

2008-03-28 Thread Preetham Soundararajan
Hello John, I did as you said i.e., changed the number of UARTS to 3 in the /ti-davinci/arch/arm/defconfig file. And I recompiled the kernel. But its still the same issue The output of /proc/tty/driver/serial is serinfo:1.0 driver revision: 0: uart:16550A mmio:0x01C2 irq:40 tx:2175 rx:96

RE: UART2 and Video co-existance

2008-03-28 Thread John Ronald Taneza
Modify .config, or use "make ARCH=... menuconfig" The kernel boot messages should show: Serial: 8250/16550 driver $Revision: 1.90 $ 3 ports, IRQ sharing disabled Registering platform device 'serial8250'. Parent at platform ttyS0 at MMIO 0x1c2 (irq = 40) is a 16550A ttyS2 at MMIO 0x1c20800 (ir

Re: Problem with host tools

2008-03-28 Thread Caglar Akyuz
Robert W. Kuhn wrote: > Am Thu, 27 Mar 2008 18:30:17 +0200 schrieb Caglar Akyuz: > >> Can you post all your qmake.conf file? > > Okay, I attach all information. > >> BTW, have you tried statically building QT4? > > Yes, I did. > > I use the MVista tools on Ubuntu gutsy in a virtual machine (vmware

DM6446 DVEVM_1.200 demo problems

2008-03-28 Thread Wang Ning
Hi, all I am trying to run the demos provided by dvevm_1.200 with the montavista patched kernel, however, the following happens: >./decode -v data/videos/davincieffect_pal.264 Unable to handle kernel paging request at virtual address 59cfae23 register info

Re: Problem with host tools

2008-03-28 Thread Robert W. Kuhn
Am Fri, 28 Mar 2008 10:04:35 +0200 schrieb Caglar Akyuz: > No need to do this. My suggestion is you should try to handle all this > stuff in qmake.conf file. I did this. No success. I did a ldd -v on a working libQtCore.so.4 (compiled on the davinvi board): libz.so.1 => /usr/lib/libz.s

Re: Problem with host tools

2008-03-28 Thread Robert W. Kuhn
Am Fri, 28 Mar 2008 10:58:19 +0100 schrieb Robert W. Kuhn: > I did this. No success. > > I did a ldd -v on a working libQtCore.so.4 (compiled on the davinvi > board): And the libgcc_s.so.1 in the davinci board is different from the one in /opt/montavista/pro/devkit/arm/v5t_le/armv5tl-montavista

Re: Davinci ASoC support (patch)

2008-03-28 Thread lokowich
I've built this ASoC patch into my DaVinci git kernel (thanks for the SENSORS tip), and can use aplay and speaker-test, but no sound.  Figured it may be a mixer/volume control issue, but the alsamixer is unable to open for a failed ioctl on USBDEVFS_IOCTL.  Not sure why there is a USB dependenc

RE: DM355 Ethernet Start failure

2008-03-28 Thread Phil Quiney
The DM355 has been connected for nearly 2 days to the 3Com 'Office Connect' switch and in that time has been rebooted plenty of times (due to me working on a 'small' root filesystem). So far the ethernet has never failed to start, which is a big improvement over what it was doing when connected

RE: DM355 Ethernet Start failure

2008-03-28 Thread Chu, Owen
We have used Netgear hub (DS104) and Netgear switch (FS116) without seeing any issue. We will locate one FS108 to reproduce it. Thanks Owen From: Phil Quiney [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2008 11:26 AM To: BJ Opp; Maupin, Chase; Chu, O

RE: DM355 Ethernet Start failure

2008-03-28 Thread BJ Opp
We're using an HP 4097C and have had problems with both tftpboot and failing to bring up the link during kernel boot. From: Chu, Owen [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2008 9:50 AM To: Phil Quiney; BJ Opp; Maupin, Chase; davinci-linux-open-sour

Problem rebuilding the DVEVM Software for the target

2008-03-28 Thread António Silva
Hi all, I was following the procedure for rebuilding the DVEVM Software described at page 4-14 of the Getting Started guide. At setp 3 i get the following error: Copying kernel modules to target file system: /home/arichard/workdir/filesys/opt/dvsdk Copying cmemk.ko install: cannot stat `home/aric

Re: [PATCH 1/1 v3] I2C: DaVinci: Fix smbus Oops with AIC33 usage

2008-03-28 Thread Troy Kisky
Dirk Behme wrote: > Remove I2C zero length transfer "HACK" and do real zero length > transfers. This fixes Oops at kernel startup while "scanning" for > TLV320AIC23IDx addresses. > > Signed-off-by: Alexander Vasiliev <[EMAIL PROTECTED]> > Signed-off-by: Brad Griffis <[EMAIL PROTECTED]> > Signed-

[PATCH 0/1] ARM: DaVinci: DMA: honor event queue number for DAVINCI_DMA_CHANNEL_ANY

2008-03-28 Thread Eric Nelson
This patch fixes the event queue mapping for DMA requested with the value of DAVINCI_DMA_CHANNEL_ANY (-1) passed in for the device id. Without this patch, the map_dmach_queue() routine in dma.c will use -1 as an array index and write off into a reserved area of the DMA controller. - Eric

[PATCH] ARM: DaVinci: DMA: honor event queue number for DAVINCI_DMA_CHANNEL_ANY

2008-03-28 Thread Eric Nelson (Boundary Devices)
From: Eric Nelson <[EMAIL PROTECTED]> davinci_request_dma() was using -1 as an array index for dmaqnum[]. Signed-off-by: Eric Nelson <[EMAIL PROTECTED]> --- arch/arm/mach-davinci/dma.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-davinci/dma.c b/arch/ar