Forum Post: RE: How can I copy/pass data from buffer to hard drive?
Hello,[quote user="Inigo Oyarbide"]It is important to read de memory and then pass the frames (data) to hard disk.[/quote]You want to save the data in the file, Am I understanding you write?If yes, you...
View ArticleForum Post: RE: DM8168 Supported Display Resolution and FPS
There is a app note part of DVR RDK release with detailed instructions on supporting custom resolutions.Pls refer that.There is no patch. You have to make changes in the code as documented in the app...
View ArticleForum Post: RE: DM385 compressed audio
Hello,We have only G711 audio codec on DM385 till now for IPNC RDK, this will run on cortex A8For AAC or MP3, you might need to buy from some 3rd party solutions, please contact local TI sales for more...
View ArticleForum Post: RE: FD registers' values
Ariel,Can you check if the part has Face Detect enabled in it, for the Face detect part this needs to have 'F' in its part numberRegards,Raghu
View ArticleForum Post: RE: systemlink not found error during booting
Hello,Are you rebuild the kernel?Could you check the syslink.ko is presented in the /lib/modules/2.6.37/kernel/drivers/dsp?insmod /lib/modules/2.6.37/kernel/drivers/dsp/syslink.koBRMargarita
View ArticleForum Post: RE: How to Run X-app on TI-DM814x once the X-Server is Setup
Hi Pratap,We had applied pinmux patch to kernal to play the audio then we had recompiled the kernal and built the new U-boot image.Now ones the board boots up I have following modules loaded. we have...
View ArticleForum Post: RE: Cannot Boot DM8168
Hi Inigo,Yes, it might be corrupted. Can you try run the mksdboot.sh script over your SD card one more time. Please also attach full log of the console output when you try to boot your device.BRPavel
View ArticleForum Post: RE: Lucas Kanade optic flow
hai senthil,I have some problems with VLIB Lucas Kanade ..Can you please send me the demo code?my mail id is akhilmnarayanan@gmail.comthanks
View ArticleForum Post: RE: OMAP L137/TMS320c6747
Hi,You can find the test code for C6747 and OMAPL137 from the below link,http://support.spectrumdigital.com/boards/evmomapl137/revg/This package have the sample application for...
View ArticleForum Post: Error while running a simple program in DDR3 in DM8148
I am using a custom board with DM8148. I want to execute a simple 'hello world' program via JTAG(XDS 100V2) on the DDR3.I am using the default GEL file in...
View ArticleForum Post: RE: the time stamps of decoded frames
> Does the stream have B-frames ?Yes.> If you are seeing correct display on screen (i.e video is moving smoothly) but seeing incorrect timestampYes.> it means issue is with setting the...
View ArticleForum Post: RE: Migrating from OMAP3530 to DM3730
Hi Charles,The capacitor connected to cap_vdd_bb_mpu_iva is decoupling capacitor for processor domains. The capacitor must be placed as close as possible to the ball. The capacitor at the output is...
View ArticleForum Post: RE: SPI slave using EDMA3 (C6748 platform)
I've seen the same behaviour with the StarterWare examples. I had to move the disable from the ISR to the mainline. The SPI receiver will stop receiving when the master stops sending. The DMA should...
View ArticleForum Post: RE: Access data from webpage? - MCSDK Image processing demo
Hello Me to dealing with same example project. My task is need to send the "hello.txt " from index.html then i need to open the hello.txt at core side then i need to edit the .txt file then...
View ArticleForum Post: RE: Send and receive the simple data to the core via Ethernet
Hello Now i'm working with OpenMP image processing example. My task is need to send the "hello.txt " from index.html then i need to open the hello.txt at core side then i need to edit the .txt...
View ArticleForum Post: RE: Serial flash utility - OMAP L137
Hi vani,Yes. In windows, while re-directing the output to a file, it gives a handle error.But I don't think, this particular requirement was considered while developing the serial flasher utility.You...
View ArticleForum Post: RE: DM8148 RDK video shaking
Hi,I am using:- Tri stream full features usecase with full HD resolution for main capture. - the ARM load is no problem. - I have checked VLC information and didn't see frame loss issues during...
View ArticleForum Post: EDMA3_LLD memory requirement
Hi,I use DSPBIOS 5.42.01.09 and developed driver for ADS8332 (SPI interface). I used EDMA3_LLD from pspdriver 1.30 and compiler version is 7.4.2.My code works good. I can use EDMA without problem. But...
View ArticleForum Post: RE: Regarding next EZSDK 5.03 and Gstreamer lib
Hello,It would be nice to read, what is supported in omx-gstreamer for dm8148.I do not see in your code nothing about the pads.Please refer to http://gstreamer.freedesktop.org/, there is a...
View Article