Re: Automatic Process spawning before login in dm355 with ramdisk

2008-10-07 Thread Viral Sachde
2008/10/2 Deepak Shankar-TLS,Chennai. [EMAIL PROTECTED] Hi, I've created a ramdisk for the applications that I created in the NFS mounts. As long as I have a terminal, I can login and execute the program. However, I'm trying to start the processes automatically from something like a

Re: Building a New Linux Kernel

2008-10-07 Thread Hidding
hi all Today, I following the sprue66d.pdf again. (New VM OS: Red Hat EL4) I install the mvl_4_0_1_demo_sys_setuplinux.bin, mvl_4_0_1_demo_target_setuplinux.bin and mvl_4_0_1_demo_lsp_setuplinux_01_20_00_014.bin. And I got the... /opt/mv_pro_4.0.1/montavista/pro/devkit/lsp/ti-davinci and

Re: EVM 6467 board doesnot bootup

2008-10-07 Thread Nitin Mahajan
HI! - Original Message From: Phil Quiney [EMAIL PROTECTED] To: Viral Sachde [EMAIL PROTECTED]; Ramesh [EMAIL PROTECTED] Cc: davinci-linux-open-source@linux.davincidsp.com Sent: Monday, September 29, 2008 13:26:22 Subject: RE: EVM 6467 board doesnot bootup Hi, Your u-boot parameters

RE: Automatic Process spawning before login in dm355 with ramdisk

2008-10-07 Thread Phil Quiney
Hi, The answer to this depends on what form your application system takes. Does the application require user input/output, does the final system have a console, is there a GUI etc. The simple method (where you need console I/O and do not need the board to do anything else but run the

about mvl_4_0_1_demo_target_setuplinux.bin ?

2008-10-07 Thread amingaming
Hi all, how to disable fbcon.c cursor! Regards, Aming _ 新版手机MSN,满足你多彩需求!参加抢鲜体验活动,领取特色奖品! http://mobile.msn.com.cn/___ Davinci-linux-open-source mailing list

RE: RE: Audio demo (AIC33)

2008-10-07 Thread Phil Quiney
Please keep the list in the loop Can you run with the NFS root filesystem as a test... /dev/dsp is not a 'folder' it is a device file. On the davinci it is a symlink pointing to the actual device file /dev/sound/dsp and gets created by udev when the board starts. Can you check that the

Re: EVM 6467 board doesnot bootup

2008-10-07 Thread Nitin Mahajan
HI! - Original Message From: Phil Quiney [EMAIL PROTECTED] To: Nitin Mahajan [EMAIL PROTECTED]; Viral Sachde [EMAIL PROTECTED] Cc: davinci-linux-open-source@linux.davincidsp.com Sent: Tuesday, October 7, 2008 13:37:53 Subject: RE: EVM 6467 board doesnot bootup Hi, You need

Audio demo (AIC33)

2008-10-07 Thread ashish pareek
  Hi All, My application requires to use TLV320AIC33 stereo audio codec IC to store audio samples every quarter of sec to nand .I am new to such application .Could any one help me with some demo /reference code . I will appreciate such help.

RE: Building a New Linux Kernel

2008-10-07 Thread Phil Quiney
Hi, The file mvl_4_0_1_demo_lsp_setuplinux_01_20_00_014.bin contains a single file containing the kernel source, namely DaVinciLSP-01_20_00_014.tar.gz. If you extract this file into an empty directory you will find the kernel in ./montavista/pro/devkit/lsp/ti-davinci So I vote for

Re: Building a New Linux Kernel

2008-10-07 Thread Viral Sachde
On Tue, Oct 7, 2008 at 2:09 PM, Phil Quiney [EMAIL PROTECTED]wrote: Hi, The file mvl_4_0_1_demo_lsp_setuplinux_01_20_00_014.bin contains a single file containing the kernel source, namely DaVinciLSP-01_20_00_014.tar.gz. If you extract this file into an empty directory you will find the

Re: Davinci DMS355 - Video Encoder of LCD type

2008-10-07 Thread Vim Venture
This is for the DM6446, not the 355, but I found that I had to modify ti-davinci/drivers/media/video/Kconfig and ti-davinci/include/media/ davinci/ vid_encoder_types.h as well. Cheers, -Vim On Oct 6, 2008, at 6:33 AM, Brad Bitterman wrote: You right with your approach. Add a new encoder.c

dm355 nand flash problem

2008-10-07 Thread António Silva
Hi all, The default flash that came with the evmdm355 has been discontinued and the replacement advised from Micron is MT29F16G08DAA. The flash is very similar, I perform all tests and passes and in fact with CCS I can load UBL and u-boot perfectly. Nonetheless UBL doesn't have provision for

RE: dm355 nand flash problem

2008-10-07 Thread Gorwood, Steve
The RBL on silicon revision 1.1 of the DM355 supports NAND flash devices with pagesizes of 512 + 16 bytes and 2048 + 64 bytes. It does not support 4096+128 bytes. Regards, Steven Gorwood From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of António

question

2008-10-07 Thread Ed Sutter
Hi... I'm brand new to the list and essentially brand new to DaVinci/OMAP. I'm trying to investigate different embedded options for image processing applications. I've played around with Blackfin a bit, now wanna look at the TI stuff. Can anyone point me to a website/document/whatever that

Re: question

2008-10-07 Thread Diego Dompe
Hi Ed, Nice to hear from you again. I still appreciate all your help with umon ;) I would say the main difference is the ARM core. OMAP3 uses a Cortex- A8 super-scalar processor at ~500Mhz and this reflects a bit on the underlaying peripheral architecture and devices, provides floating

Re: EVM 6467 board doesnot bootup

2008-10-07 Thread Ramesh Rajagopal
Hi Nitin, I have done the following setenv, setenv nfshost 10.65.103.160 setenv rootpath /home/Ramesh/workdir6467/filesys setenv bootargs console=ttyS0,115200n8 noinitrd rw ip=dhcp root=/dev/nfs nfsroot=$(nfshost):$(rootpath), nolock mem=120M setenv=bootcmd 'nboot 8070 0