Davinci DM365 resize

2010-01-15 Thread xidianhsq007
Hi, everyone: I'm using the DM365 to decode stream from NET, and I want to do a resizer for the display stream, when I can see a source handle in dvsdk/dmai/packegs/ti/sdo/dmai/linux/dm365/Resize.c, but to do this resize it should be using an handle named RESIZER_DEVICE, which been defined as #d

RE: Question on initrd RAM0 and NAND Flash

2010-01-15 Thread Liu, Yan
You may use setenv bootcmd 'nand read 0x8200 0x215c000 0x30; nboot 8070 0 206; bootm' Regards, Yan From: davinci-linux-open-source-boun...@linux.davincidsp.com [mailto:davinci-linux-open-source-boun...@linux.davincidsp.com] On Behalf Of Naresh Ka

Question on initrd RAM0 and NAND Flash

2010-01-15 Thread Naresh Kansara
Hello All, I have a question using initrd(ramdisk.gz) on Davinci. Custom board. I have copied the kernel at location 0x206 in NAND. Also I have copied ramdisk.gz file in DDR at location 0x8200. My bootarg settings are as follows bootargs=mem=120M console=ttyS0,115200n8 root=/dev/ram0

[PATCH - v4 1/4] V4L - vpfe_capture-remove clock and platform code

2010-01-15 Thread Karicheri, Muralidharan
Mauro, I know you are busy, but this patch is sitting too long for merge and require your service. Could you at least respond to my email with your plan so that I can work on the next patch set for your merge. Thanks and regards, Murali Karicheri Software Design Engineer Texas Instruments Inc. G

dm6437 SPI Problem

2010-01-15 Thread 刘登诚
Hi,Marta: I have looked through the subject you proposed in davinci-linux-open-source. As said in your message,you are working with dm355 and dm6435, communicating both with SPI. I am working the same thing as you're working ,but i got some difficulties about how to com

EDMA issue on DM355

2010-01-15 Thread Liu Hua
I'm using DM355 to a wireless video project. To connect the wireless module, I use a FPGA connected between them served as a connector. The DM355 use EMIF interface fo connect to FPGA. For receive side, when enough data comes, the FPGA will give a pulse through to DM355. And then DM355 use EDMA

Read-Only root-partition

2010-01-15 Thread Stefan Dörr
Hi! I tried to protect the /-partition to prevent any changes if the system switched off without a correct shutdown. For this, I implemented the following before I save anything: system("mount -o remount,rw,sync /"); right after the file was created and the settings should be saved, I use syst