Forum Post: RE: DM368 video get paused and go on
Hi Sai, We solve this by rewriting a new RTSP server to replace the wis-stream. The cause of this issue is the DSP cache runs outof limit. Hope this helps you.
View ArticleForum Post: RE: Can't Change TM4C129X System Clock
Hi Brayden, It can be found at Tivaware 2.1 and later versions at the doc folder.- kel
View ArticleForum Post: RE: TI-RTOS app vectors off into HWi49.. forever..
Sorry about the delay in responding, things got a bit hectic here..Apparently something was wrong with my app.cfg, once I rebuilt the project from scratch this (among other things) stopped happening....
View ArticleForum Post: RE: LWIP receive interrupt process questions in RTOS on AM335x...
Actually the processing of the Buffer descriptors can also be offloaded to a task. I think we had done some experiment long back, and had some initial setup running. But this never got through. You can...
View ArticleForum Post: RE: Android App on AM335x serial communications with external device
Moving to Android forum.Best regards,Miroslav
View ArticleForum Post: RE: EVMK2H: Newer Linux Kernel?
Hi Peter,You may not get keystone platform support from kernel.org/vanilla.Try to get latest kernel version from the following TI git (3.10.10) with fixes if any.https://git.ti.com/keystone-linux
View ArticleForum Post: 4x H.264 decoder correctly works only on 0,1,2,3 cores but...
Hi,4x H.264 HP decoder works for me only on 0-3 cores. It hangs while initialization or cores go out of sync when running on other core combinations.You can reproduce this by using demo from...
View ArticleForum Post: RE: Sharing DSP L1 SRAM between algorithms on DM8168
Hi Randy,I based my decision to use L1 as SRAM instead of L2 on the fact that L1 is much faster than L2 so I can do processing of L1 SRAM while using DMA to transfer data into/out of a different part...
View ArticleForum Post: H.264 decoder fails to run with HEVC encoder
Hi,In my transcoder I can't run multicore H.264 decoder (2 or 4 cores mode) with HEVC encoder simultaneously.All works good when:1) H.264 decoder runs in single-core mode with HEVCor2) H.264 decoder's...
View ArticleForum Post: RE: DHCP Client not working on CPSW NDK build
Vinesh, I have been trying to rebuild the sys_bios_driver library after modifying the cpsw_ethdriver.c file.I imported the project but have been unable to get it to build. It comes up with a...
View ArticleForum Post: RE: CC3000 TCP client connect() problem
The output looks like a exception in the application. Is there a test application that you can send me to reproduce the exception? Also, is that the full output message?I would also be interested in...
View ArticleForum Post: RE: log_example prject for C674x, L138 LCDK board cannot run
Robert,I was not able to reproduce the problem. I tried building your example for both COFF and ELF models, and I was successful in reaching main without having to remove idle function from the code.My...
View ArticleForum Post: RE: log_example prject for C674x, L138 LCDK board cannot run
Thanks. Previously it (The error) was caused by a check mark under Target/C674x/Reset the target on a program load or restart.But I do find that only ELF support UIA.
View ArticleForum Post: Can I use the Raw Ethernet Sockets API before the system is bound...
Can I use the Raw Ethernet Sockets API before the stack is bound to an IP address? I want to send ARP queries for Link Local Addressing.Tim S.
View ArticleForum Post: RE: DHCP Client not working on CPSW NDK build
John,The NDK driver provided with Industrial SDK let's you configure the number of ports and the phy number. As you can see in the example, it supports a 2 port configuration(ICEv2) and a 1 port...
View ArticleForum Post: RE: Problem with TI Opus Encoder on c6678
Hi Neil,We verified the fix, please find attached the updated library, along with an updated header file.Please note that this library is the full-duplex library, which links for both Encoder and...
View ArticleForum Post: RE: How to upgrade U-Boot/UBL from Linux
Hey Titus, One more reminder about this, I'm trying to simply upgrade the u-boot that you guys shipped us that was only layer to be proven to have multiple problems - the first being that the software...
View ArticleForum Post: RE: MLO (u-boot 1st stage) failure
Hi Praphakar,"The job of the MLO is to configure the DDR timings copy the u-boot from SD/NAND to DDR and then jump to U-boot location on DDR so you need to get DDR timings right"Is this happens before...
View ArticleForum Post: RE: How to upgrade U-Boot/UBL from Linux
Hi Titus, So I went back over your previous posts and you mentioned that you were able to get this to work by first loading a new Linux with a different partition map, then rebooting, then rewriting...
View ArticleForum Post: RE: kernel boot failure
Hi,We've replaced board, and problem been resolved....The failed board will be checked, maybe it is related to RTC/clock issue on board.Thanks,Ran
View Article