RE: Uboot

2006-10-25 Thread Maughan, Thomas
Recommend posting your u-boot variables - capture printenv output and provide in post plus some indications on your setup (example: EVM connected to router which is connected to PC running DHCP server). Regards, Thom -Original Message- From: Steve Spano [mailto:[EMAIL PROTECTED] Sent:

Uboot

2006-10-25 Thread Steve Spano
Hi Folks, I have uboot 1.1.3 running on a custom Davinci. It doesn't appear to want to ping a host nor can we do a tftp transfer. These functions do work from the linux kernel though. I have seen other info about uboot not getting past inbound ARP packets. This seems to be what is happening to

RE: Minimal Configuration

2006-10-25 Thread Maughan, Thomas
Andrew, Have you looked at buildroot.uclibc.org? It's a collection of makefiles and support scripts that enable building up a filesystem - likely a more efficient solution to get to a minimal system than pruning down a huge filesystem. Thom -Original Message- From: [EMAIL PROTECTED] [m

Could someone tell me why u-boot doesn't support big block nand?

2006-10-25 Thread 周宏家 Besta
Hello all   I am a new hand about u-boot coding!! Could someone tell me why u-boot open source doesn’t support Big block nand flash(page size = 2kB)?? And how to do if I want to boot from a big block nand??   Best regards Max Chou ___

RE: DSP Stack Memory Map

2006-10-25 Thread Maughan, Thomas
FYI: The link Jon mentioned below is the same as what you get when accessing www.ti.com/dvevmupdates and requires EVM board serial number for access. Thom -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hunter, Jon Sent: Wednesday, October 25, 2006 2:3

RE: DSP Stack Memory Map

2006-10-25 Thread Hunter, Jon
> > So what exactly do I have to purchase to get to the stage > > where I can recompile the codec server to occupy a smaller memory > > footprint? Does the DVSDK come with the codec server sources? > > > Hi Jerry, > > Here is what you need: > > 1). DSP tool chain (available via purcha

Video Clock Control

2006-10-25 Thread Anthony P. Lannutti
Can anyone provide the bit definitions for the DCLKCTL register in the Video Encoder (VENC). It seems the documentation of this register is missing from the Video Processing Back End  (sprue37.pdf). I know it has at least these sections: DCKPW, DCKEC, DCKOH, DCKIH, DOFST, DCKME. But, I have

v4l2 driver capturing issue

2006-10-25 Thread Alan Li
Hi, while trying DVEVM (1.10v) video demo encoding, i foudn that when you set the resultion to anything less than D1 (720x480) such as CIF, the demo first sets the capturing format to be D1 and then uses the V4L2 cropping mode to crop the captured D1 frame into CIF frame from the center(see enc

msoft-float and mhard-float.

2006-10-25 Thread Xin Wang
Hi All, For my developing device, i need set: "EXTRA_CFLAGS += -mhard-float -DCONFIG_FORCE_HARD_FLOAT=y " in my Makefile. But it conflict with Montavista arm_v5t_le-gcc, got msg: "arm_v5t_le-gcc: -msoft-float and -mhard_float may not be used together". Can i choice the "-mhard-float" for arm_v5t

Re: Did anyone sucess boot for davici git vertion?

2006-10-25 Thread Kevin Hilman
SangJae H. wrote: > nest step. linux-2.6-davinci-git( 2.6.18). > > someone say, u-boot-1.1.3-0.5.4 version is good for linux-2.6-davinci-git. > > But i'm not sucess.. You have an out-of-date u-boot on your board. Until you have an updated u-boot, please use my machine-number patch. See the t

RE: How to generate c code from a image?

2006-10-25 Thread Ring, Chris
http://gentoo-wiki.com/HOWTO_Linux_Logo_Hack Chris > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > ] On Behalf Of Carlos Ojea > Sent: Wednesday, October 25, 2006 12:58 AM > To: Xin Wang > Cc: [EMAIL PROTECTED]; Davinci-linux-open-source@linux.davincidsp.com

Did anyone sucess boot for davici git vertion?

2006-10-25 Thread SangJae H.
Dear...   I am upgrade software from 1.0.0 to 1.1.0  on Ti web site.   For nand booting, modifyed davinci.h..for nand support ( on u-boot-upgrade.tar )   Well. linux kernel 2.6.10-mvl version(pakaged 1.1.0) is booting sucess..   nest step.  linux-2.6-davinci-git( 2.6.18).  

RE: DSP Stack Memory Map

2006-10-25 Thread Hunter, Jon
> So what exactly do I have to purchase to get to the > stage where I can recompile the codec server to occupy a > smaller memory footprint? Does the DVSDK come with the codec > server sources? Hi Jerry, Here is what you need: 1). DSP tool chain (available via purchasing DVSDK ($6995

How to generate c code from a image?

2006-10-25 Thread Carlos Ojea
Hello I want to change the logo that appears when loading montavista linux. To make that, I should modify drivers/video/logo/logo_linux_clut224.c and compile the kernel, but I don't know how to generate logo_linux_clut224.c from an image Anybody knows? Thanks, Carlos