Forum Post: RE: Error while using MMC2 for wlan in Am335x evm based board
Hello,I'm having the same problem in my custom board. In my case, I use BlueGiga's WF111 card and when I load the omap_hsmmc driver to detect it the same messages are being displayed on my console.Have...
View ArticleForum Post: AM335x: eMMC Flashing
Hi,there is a process of eMMC flashing described herehttp://processors.wiki.ti.com/index.php/Sitara_Linux_AM335x_Flash_Programming_Linux_Development#eMMC_Programming_ProcessA debrick script is...
View ArticleForum Post: RE: Network problem in EK-TM4C1294XL
[quote user="linzhuang jia"]Then, your issue should be able to be solved! I think no other arcane setting are required. Have a try!I am thankful to you all, Steven, Roberto, and others who gave me a...
View ArticleForum Post: DSP task stuck on SEM_pend
This is on a customers device, is it possible that, by writing into the DSP memory I could post the semaphore to see if that fixes it? What would I write into the SEM object?I need to do something soon...
View ArticleForum Post: Graphics driver, how to integrate
Hi, After mitigating ENET issue, I need use a graphic driver, after inserting SSD driver from QS-Wheather I code does'nt wrork. I am still new on this product and I plan finish read manuals on next...
View ArticleForum Post: RE: knl.Clock and knl.Swi call context priorities
Hi Jose, The priority is part of the Clock module, not the clock params. See the difference below:// This code will cause an error. // The priority is not featured in Clock Params. var Clock =...
View ArticleForum Post: RE: Can we achieve build system image and application image...
Hi Bin,Thanks for the explanation. Unfortunately, we do not support that type of development model. The nature of SYS/BIOS is to develop your application using the RTOS APIs and once complete, you...
View ArticleForum Post: RE: Splitting DDR3 issues (C6678 EVM)
HI Gunnar,Are you developing on your own custom board or on the EVM? It seems like you are trying to allocate 256MB for each section created & if I am not mistaken, the EVM only features a total...
View ArticleForum Post: AM3352 GPMC_AD8~15 use problem (low/high changed)
Hi all, I want to use the GPMC_AD8~15 as output to driver LED on my own board. when power on the board, found an intresting phenomenon, the LED can blink automatically. And when i connect the board...
View ArticleForum Post: DM368 Mcbsp Channel Swapping and QUEPRI Register Value Auto Set
hi all,We are working on DM368 now and using it to encode video and audio. Now we have a big problem of McBSP runtime channel swapping as http://processors.wiki.ti.com/index.php/McBSP_Channel_Swapping,...
View ArticleForum Post: RE: Splitting DDR3 issues (C6678 EVM)
I am using the EVM, and you are right. I misunderstood the memory map in the technical reference. It works now that I have split up in a total range of 512 MB. Thanks for the help!
View ArticleForum Post: Error when running opencv app on BB-xM
Hi all,I'm doing face recognition by webcam project on BB-xM. My code runs on computer is so well, but when I compile and run on BB-xM, it just runs for a while then has error:[ 3610.829467]...
View ArticleForum Post: RE: resetVecs no longer moves correctly with tirtos_tivac_2_00_01_23
Hi Barry,For TI-RTOS 2.0 the platforms have been moved out of XDCTools and into SYS/BIOS. As part of this change, the resetVecs should now be modified through SYS/BIOS; particularly, the device...
View ArticleForum Post: RE: Cache warning
Hi David,I don't know the answer off the top of my head; but let me look into it and I will get back to you.Thanks,-- Emmanuel
View ArticleForum Post: RE: Code Composer v5.5 - Exception Handling Questions
Hi Michael,I don't know the reason for that warning off the top of my head, but let me see if I can find the root cause. In the meantime, would it be possible for you to post the project config file...
View ArticleForum Post: RE: DSP task stuck on SEM_pend
Hi Chris,I do not completely understand your question, can you provide some background/context to what is happening? What device is the customer developing on? Additionally, what products is the...
View ArticleForum Post: RE: Graphics driver, how can be integrated?
Hi Roberto,[quote user="Roberto Romano"] Found, Kentec driver use a set of I/O that is declared on driver but don't provide setting of direction and mode, this on TIVAWare is done in...
View ArticleForum Post: RE: DM3730 GStreamer example Loopback Video error
Hi, I am new to driver development, I am using DM3730 processor, ov2643 camera sensor and arago toolchain i am using, i want to capture image and video using gstreamer please suggest me its available...
View ArticleForum Post: "VIDIOC_STREAMON: Broken pipe" DM3730 processor,ov2643 camera sensor
Hi,I am using DM3730 processor, ov2643 2M pixel camera. when I run the application"VIDIOC_STREAMON: Broken pipe" occurred. After kernel log I attached the C video capture application and I attached the...
View ArticleForum Post: RE: resetVecs no longer moves correctly with tirtos_tivac_2_00_01_23
ThanksThat fixed the issueIs there any document that explains these changes?Also I take it the m3Hwi.resetVectorAddress must be set to an absolute value and not to a segment name like was previously done
View Article