Re: u-boot-594 on nand can not work

2007-01-25 Thread Carlos Ojea
1. Does anyone have sources for the first bootloader in NAND (the max 14 kB loader)? We only have a .bin file. I am also interested in that TI's max 14kb first bootloader (UBL) 2. Does anyone know the proper U-boot configuration for NAND flash booting? Undefine CFG_ENV_IS_IN_FLASH at

RE: How to decode the video files that are in CIF or QCIF format?

2007-01-25 Thread Anderberg, Niclas
Akhil, The decode demo plays other resolutions than D1 and centers the image on the D1 screen. At least if you are using the demos from DVEVM 1.10. If you are not, I would suggest you upgrade. If your video clip is in a format supported by the codec in question (H.264 BP, MPEG4 SP or MPEG2 MP)

Downloading code to DSP...

2007-01-25 Thread musa demircioğlu
Hi all. I'm very new to DSP. I can't find any programmer for davinci DSPs'. So how can I download my code to DSP? I'll be glad if you can help me. PS: I don't wanna use EVM or DSK. Cause EVMs are expensive and DSP's are onboard like DSKs. The main problem is I made my own circuit ( I'm not sure

Ramdisk issue

2007-01-25 Thread Yogesh Kumar M
Hi, Is anybody successful in using TELNET command using TI provided Ramdisk image. if so please let me know since i am facing an issue stating permission denied.. for all the commands like insmod tftp. i have checked the permissions of all the file but then to this problem

Scratchbox

2007-01-25 Thread Andrew Armstrong
Hi Guys, Does anyone out there have a scratchbox setup for cross compiling on the EVM? I think scratchbox might be a great time-saver, however I am not sure that the standard cross compiling tools it comes with are compatible with the EVM? (well, my hello world causes an illegal instruction on

RE: Linking/mapping data to IRAM or L1SDRAM on the DSP

2007-01-25 Thread Wan, Vincent
Hi Andy, See comments below... From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andy Ngo Sent: Wednesday, January 24, 2007 3:31 PM To: davinci-linux-open-source Subject: Linking/mapping data to IRAM or L1SDRAM on the DSP Hi all,

RE: cache alignment error!!!

2007-01-25 Thread Wan, Vincent
Hi Varsha, How are you allocating the input and output buffers that are passed to your video encoder's process call? Make sure you are using contiguous buffers allocated by CMEM by calling Memory_contigAlloc() - suggest you look at how that's done in the original encode demo. The memory managed