Forum Post: RE: DM8148 VIN0 Configuration
The captureOutPrm outqueId should be 1 for vip1 4d1 output. You have set it to 0. Also xga output is 422i but encoder requires 420 sp. You need nsf to convert to 420sp
View ArticleForum Post: RE: rdk4.1 hd capture usecase
Yes you have to configure TVP7002 from A8 side. Refer this post:RE:Capture Issue: "Overflow detected on VIP0"
View ArticleForum Post: RE: enc image flicker
You can check this post http://e2e.ti.com/support/dsp/davinci_digital_media_processors/f/717/p/307578/1071547.aspx#1071547You can also limit qpMax value to small number like 10 and check.Print the...
View ArticleForum Post: dm365 dvsdk4.0.2 get raw data
Hi all,I use DM3658+mt9p031 on dvsdk4.0.2, I need get raw data of mt9p031,I refer to the user guide of vpfe(sprufg8c.pdf) on page 119.5.6.1.2.2 Raw Input, Raw Output Mode (IPIPE.SRC_FMT = 1)In this...
View ArticleForum Post: RE: ezsdk_5_02 : Capture encode demo is not working
Hey thanks,the example runs but does not complete.After the dei display connected line it says: unrecoverable error OMX ERROR UNDEFINED.What is it that u believe is wrong?
View ArticleForum Post: RE: No audio over HDMI with faster clock settings
1.Check if you are using autoCTS or SWCTS by putting a printk inhdmi_acr_mode function in Linux_lsp\sound\soc\davinci\davinci-hdmi.c 2. Check HDMI i2s_mclk is 128 * Fsampling in both 1 GHZ and 1.2 Ghz...
View ArticleForum Post: RE: Designing a PCB
I suppose the real problem is my need for non-volatile memory and lack of knowledge of how to implement it in a PCB. My university orders PCBs from another company, so how do I get my code onto the...
View ArticleForum Post: DSPLINK PROC module
Hi,My doubt is related to the PROC module of DSPLINK.PROC_setup id used to initiate the DSPLINK.It requires the DSP and GPP configuration parameters as arguments.But if NULL is passed,it accepts the...
View ArticleForum Post: RE: DM8148 gstreamer pipelines SIGSEGV
Hi Anonymous Developer,I tested your application and I found that v4l2sink is much more stable than the current omx_videosink, so I recommend moving your display to v4l2sink. To test it, I made some...
View ArticleForum Post: RE: BIOS SPI using GPIO as CS
Seems you aren't getting much attention from Texas Instruments in this forum. Maybe try posting in the other forum "Embedded Software->TI-RTOS".Assuming the GPIO instance and CS flags are setup, eg:...
View ArticleForum Post: RE: DSPLINK PROC module
Jose,The default configuration object is defined in the CFG_<platform>.c file. For OMAP-L138, I expect it to use:dsplink/config/all/CFG_OMAPL138GEM_SHMEM.cThe object in that file is called...
View ArticleForum Post: RE: problem of create SWI
Hi, Titus S.Thanks for answering my question. I'm using L137 and CCS 5( Version: 5.5.0.00077 ).I got the Header files, library and others without main.c from Resource Explorer( You can see where...
View ArticleForum Post: Example Code For Onboard Switches TMS320C5535 eZDSP Kit
Hello,I have the TMS320C5535 eZDSP kit and I was able to "port" it to make it compatible with the example projects found in the C5000 teaching ROM. I am currently able to compile and execute the guitar...
View ArticleForum Post: RE: UART0 configuration issue - TMS320C6748 DSP
further...If I reverse the sequence of UART initialization ( UART1 followed by UART0) then UART0 works and UART1 dosent.
View ArticleForum Post: RE: Problem with Boot from flash - EVMC6748
Hi Gaby,You can connect to the device without loading any code on it. Under Mneu File go to New -> Target file configuration. Select the emulator and the device in the fields and save the target...
View ArticleForum Post: RE: Usage of secure boot C6657
Hi Jan,Secure boot is not supported via the e2e forums. Please get in touch with your local TI contact for more details. Regards,Rahul
View ArticleForum Post: Problem with UART on DM6437 EVM
I'm using the DM6437 and trying to connect to my computer through the UART RS-232 interface. I have connected the P8 port with a straight-through db9 cable to a serial to USB adapter(link).I am...
View ArticleForum Post: RE: K2HEVM ran out of box demo
Hi Rajasekaran,Thanks a lot for your reply.I tried to set bootargs to static IP as below. But the DMA error still occurred. Did you have another suggestions?...
View ArticleForum Post: Why dm8168 syslink example run error?
uboot arg:setenv bootargs console=ttyO2,115200n8 rootwait rw mem=169M earlyprintk notifyk.vpssm3_sva=0xBF900000 vram=50M ti816xfb.vram=0:16M,1:16M,2:6M root=/dev/nfs nfsroot=${serverip}:/root/targetfs...
View Article