RE: Problem on creating YAFFS file system for NAND

2008-08-06 Thread Алтыбаев С .
Hi Phil, Thanks very much, you helped me to keep time. Regards, Sabyrbek From: Phil Quiney [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2008 7:22 PM To: Алтыбаев С. Subject: RE: Problem on creating YAFFS file system for NAND Attached Phil

USB Keyboard attachment to Davinci DVEVM 6467 board

2008-08-06 Thread Venkatachala Upadhya
Hello all, I am using DM6467 EVM baord with MontaVista Linux 4.0.1, Linux kernel 2.6.10 I want to use USB key board, type-in the command and I want that to be echoed in serial port console. Later the same command should be executed by the DM6467 board. To do this, I have enabled USB HID and the

Re: Problem while rebooting from Nand

2008-08-06 Thread Tom Briggs
I recently went through a similar situation as this, NAND would work then it wouldn't... After carefully working out where things should go (looking at the default MTD maps) and getting some advice on this list, I can offer the following: Linux MTD partitions will (by default) organize your

Problem Rebuilding the DVSDK Software for the Target

2008-08-06 Thread Panchy Rivas
Thanks for your help Rob, I edited the Rules.make file in the cmem_2_00_01 directory as follows: # Where to copy the resulting executables and data to

RE: Problem Rebuilding the DVSDK Software for the Target

2008-08-06 Thread Griffis, Brad
Did you modify the makefile itself? This line is messed up: make -C /opt/mv_pro_4.0.1/montavista/pro/devkit/lsp/ti-davinci_evm-arm_v5t_le/linux-2.6.10_mvl401 M=`pwd` ARCH=arm CROSS_COMPILE=/opt/mv_pr/bin/arm_v5t_le- \/pro/devkit/arm/v5t_le EXTRA_CFLAGS=-DUSE_UDEV=1 -DMAX_POOLS=128

Problem Rebuilding the DVSDK Software for the Target

2008-08-06 Thread Panchy Rivas
Thanks I was able to rebuild the DVSDK but could not run the demos. Here is what I got at the terminal: Welcome to MontaVista(R) Linux(R) Professional Edition 4.0.1 (0600980). [EMAIL PROTECTED]:~# ls [EMAIL PROTECTED]:~# cd /opt/dvsdk/dm6446/ [EMAIL PROTECTED]:/opt/dvsdk/dm6446# ls

receiving an error when I run the interface demo on the DM6446

2008-08-06 Thread Panchy Rivas
I am receiving an error when I run the interface demo on the DM6446. Here is the error message: [EMAIL PROTECTED]:/opt/dvsdk/dm6446# ./interface Demo interface started at level 0. Interface Error: Failed to get the requested screen size: 720x480 at 16 bpp Thanks Panchy Rivas

RE: receiving an error when I run the interface demo on the DM6446

2008-08-06 Thread Maupin, Chase
Panchy, What are your kernel bootargs? The Getting Started Guide lists parameters that need to be passed to the FB driver. Did you use those parameters? Sincerely, Chase Maupin Software Applications Catalog DSP Products e-mail: [EMAIL PROTECTED]mailto:[EMAIL PROTECTED] phone: (281) 274-3285

receiving an error when I run the interface demo on the DM6446

2008-08-06 Thread Panchy Rivas
Where in the Getting Started Guide Here is my printenv DaVinci EVM # printenv bootdelay=3 baudrate=115200 bootfile=uImage bootargs_hdd=console=ttyS0,115200n8 noinitrd ip=dhcp root=/dev/hda1 mem=120M static_ip=192.168.1.41:192.168.1.40:192.168.1.1:255.255.255.0:::off

RE: receiving an error when I run the interface demo on the DM6446

2008-08-06 Thread Maupin, Chase
You can find them in section A.4.1. Basically you need to make sure you have the following added to your bootargs video=davincifb:vid0=720x576x16,2500K:vid1=720x576x16,2500K:osd0=720x576x16,2025K davinci_enc_mngr.ch0_output=COMPOSITE davinci_enc_mngr.ch0_mode=$(videostd) Sincerely, Chase

receiving an error when I run the interface demo on the DM6446

2008-08-06 Thread Panchy Rivas
Thank you very much. Changing the bootargs fixed it. Thanks Panchy Rivas ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Re: RE: Questions about codec engine

2008-08-06 Thread huahua5
any one have used the CCS to simulate the cortex-a8 kernel of OMAP3530? and any one have the document of NENO programing or examples? any comment will be appreciated. huahua5 2008-08-07 发件人: Ring, Chris 发送时间: 2008-07-31 21:07:10 收件人: minhong; davinci-linux-open-source 抄送: 主题: RE:

Re :Davinci PCI module

2008-08-06 Thread johny fernando
. -- next part -- An HTML attachment was scrubbed... URL: http://linux.omap.com/pipermail/davinci-linux-open-source/attachments/20080806/7f95f5a9/attachment-0001.htm -- Message: 2 Date: Wed, 6 Aug 2008 10:11:44 +0800 From: [EMAIL PROTECTED

RE: USB Keyboard attachment to Davinci DVEVM 6467 board

2008-08-06 Thread Subbrathnam, Swaminathan
Venkatachala, The USB Keyboard wors fine with a Xwindows environment. I think you need to run some external scripts to associate the same to the console window. That functionality is fairly generic but something I am not aware (how to do the same). Probably you can consult with Linux admin