jffs2 problem

2008-07-28 Thread yu . huanhuan
Hi yoni : Have you solved the problem you post? I encounter a similar one, and I need your advice, Thanks very much! I use: board: DM6446 DVEVM NAND device: Manufacturer ID: 0xec, Chip ID: 0x36 (K9F1208R0B) MV Linux:Linux version 2.6.10_mvl401-davinci_evm gcc version 3.4.3 Best

Error while mounting JFFS2 from NAND as root file system

2008-07-28 Thread yu . huanhuan
Hi Amol S: Have you solved the problem you post? I encounter a similar one, and I need your advice, Thanks very much! I use: board: DM6446 DVEVM NAND device: Manufacturer ID: 0xec, Chip ID: 0x36 (K9F1208R0B) MV Linux:Linux version 2.6.10_mvl401-davinci_evm gcc version 3.4.3 Best

About decode 720P issue on DM355

2008-07-28 Thread yhlshareware
Hi All, How to convert the other format video file into the mpeg-4 format what can be decode on DM355? When I played a mpeg4 file on DM355, I found some green noise existed on the top/bottom/left/right of the video frame. And I decoded this mpeg4 file into YUV format using dvtb on

Fw:About decode 720P issue on DM355

2008-07-28 Thread yhlshareware
-- 转发邮件信息 -- 发件人:yhlshareware [EMAIL PROTECTED] 发送日期:2008-07-28 17:36:49 [EMAIL PROTECTED] 主题: About decode 720P issue on DM355 Hi All, How to convert the other format video file into the mpeg-4 format what can be decode on DM355? When I played a mpeg4 file on

RE: DaVinci EVM Nand Bad eraseblock,Thanks!

2008-07-28 Thread Maupin, Chase
Please check the JFFS2 wiki page. This covers using nandwrite to write the file system image. Primarily I do not use the -j option when using the nandwrite command. http://wiki.davincidsp.com/index.php?title=Put_JFFS2_Image_to_Flash Sincerely, Chase Maupin Software Applications

RE: SD card performance results

2008-07-28 Thread Maupin, Chase
Jitendra, You should be able to find this in the driver data sheet. However, on the DM6446 there are updated patches in patchset 45 that will significantly increase the SD performance. I saw write throughput up to around 7.625MB/sec depending on the SD card being used. Sincerely, Chase

DM6446 memory map problem?

2008-07-28 Thread Mohit
Hi, I am developing a video decoder on DM6446. The decoder internally uses DMA for data transfer from external Mem to L1SRAM and from L1SRAM to Ext Memory. I am using 64KB of L1SRAM, out of which 62 KB is for reserved for L1DHEAP and 2 KB is for use by stack. I am using codec engine 1.02. xDM

Gio Interface on DM355

2008-07-28 Thread Andrea Gasparini
Hi, i'm attempting to create a Gio driver for our purpose, with DM355 and dvsdk_1_30_00_40. While with the oldest kernel i was able to create a working one, now i'm not stil able, because of changes in the kernel interface. in particular: - i don't see /proc/gio/ directory. - i can't use

RE: Gio Interface on DM355

2008-07-28 Thread Paulraj, Sandeep
We no longer have a provision for proc entries in the latest GPIO driver. That is the reason you do not see /proc/gio. In arch/arm/mach-davinci/board-dm355-evm.c, have a look at the setup_ethernet() function. That will give an example as to how you can use the gpio driver. Thanks, Sandeep

where does the _TI_ define come from

2008-07-28 Thread Vladimir Pantelic
e.g. in videnc_copy.c: ... /* * VIDENCCOPY_TI_IALG * This structure defines TI's implementation of the IALG interface * for the VIDENCCOPY_TI module. */ #ifdef _TI_ /* satisfy xDAIS symbol requirement without any overhead */ asm(_VIDENCCOPY_TI_IALG .set

RE: dsplink on Lyrtech SFF SDR board

2008-07-28 Thread Kamoolkar, Mugdha
Philip, Do you have a log without trace enabled? It's easier to see success/failure with that. In RingIO, the behavior is such that acquire failure is ok (it will then go and wait for buffer to be available). So the failure in the API doesn't necessarily mean failure in the test-case. For

RE: where does the _TI_ define come from

2008-07-28 Thread Ring, Chris
I believe this is defined by the TI codegen and is undocumented(!). The next release of xDAIS has updated examples where that preprocessor guard is replaced with: #ifdef __TI_COMPILER_VERSION__ #endif The __TI_COMPILER_VERSION__ preprocessor symbol is also defined by the TI codegen, but it

urgent query about TPS65021 on DM355_EVM

2008-07-28 Thread pavelhan
Hello Everybody! Now I use the DM355_EVM to design a IPNC product.The EVM board use TPS65021 as its power chip,and TPS65021 has a I2C configuration interface whose device address is 0x48. But I need use this address to access other chips,so I need to konw if I can cut off the I2C connection

RE: SD card performance results

2008-07-28 Thread JitendraJain
Hi Chase, Thanks for your response. I am not able to find patch 45. Can you pls share with me or provide me the link? I am using 2 GB SanDisk SD card and 4 GB SDHC card of class 4 and 6. I am getting same performance results in all above cards. Can you share with us different flavors of