Forum Post: RE: Thread scheduling problems on Omap L138
Ah - my apologies, didn't spot that you were on the ARM core.
View ArticleForum Post: RE: HELP! Native GDB remote debug got SIGILL
Finally a good news here.I have found a discussion on Internet (Thanks to Google) that some people encountered a very similar problem,...
View ArticleForum Post: RE: WiFi module doesnt works in SDK 7 for EVM starter kit
Hi Titus,When I try to up the interface using "ifconfig wlan0" then it is shown as interface not available. I think the wlan module is not detected.But in case of SDK 6 it is calibrated and started...
View ArticleForum Post: RE: Unable to add WL12xx driver as part of linux kernel compilation
Hi Lyf,You need to select "*" for all dependent drivers too then only you able to select the WL12xx driver as inbuilt.You can check all the dependent options by clicking "h" option ie...
View ArticleForum Post: RE: beagleboard black question
Hi Randy,Thank you very much for pointing out the requirement of " the SD card MBR to be marked active and bootable".I had this problem of my 4GB memory card not being detected in BBB.I used following...
View ArticleForum Post: RE: No Lib folder in the SDK 7 of TI
It might have moved to some other location in rootfs.Could you search any file in SDK7 which is present in SDK6(lib)Ex:If "test.so" file present in lib of SDK6 and search the same "test.so" file in...
View ArticleForum Post: RE: Build problems following UIA upgrade to 2.x
Hi Vasili,It looks like the bug, SDSCM00050080, to support dynamic Task/Swi/Hwi names in System Analyzer, was recently fixed. So it should make it to the 6.1 release of CCS. I do not have CCS6.1 yet...
View ArticleForum Post: RE: DM368 IPNC - Crashes when changing bitrate in dual-stream
If it helps, here is a boot log with CE_DEBUG=2 showing the encoder stopping due to CMEM errors, this was booting up with a "bad" bitrate set for stream 2.I am unclear how to check that the available...
View ArticleForum Post: RE: lwIP Ethernet examples definition constant values
Patrick,I am checking my notes from my visit and I am escalating this...sorry for taking so long...
View ArticleForum Post: RE: Delay after MDIOInit() in StarterWare CPSW
Patrick,Sorry for the delay, I am escalating this...
View ArticleForum Post: RE: Receive buffer descriptor allocation in the transmit...
One more beeing escalated...
View ArticleForum Post: RE: Log_info form Float number format
Hi Vasili,Sorry I missed this one! I'm not sure when/if this will be available in CCS, but I'm still waiting to hear back on this. In the meantime, maybe you could post this question to the CCS...
View ArticleForum Post: RE: Extend RTOS-IPC example results in error
Can you increase BIOS.heapSize? It looks like you just ran out of memory when demo.c is trying to create the MessageQ heap.
View ArticleForum Post: RE: Problem with custom memory in a platform library
Arnaud,the most frequent cause of the problem you are seeing is that the platform build fails, and then you are left with a version of the platform that you successfully built earlier. If that's the...
View ArticleForum Post: RE: TI-RTOS setup segfaults on Ubuntu 14.04
You can also run the installer in "text" mode from a shell/terminal window to work around the GUI mode segfault:linux% ./tirtos_tivac_setuplinux_2_01_00_03.bin --mode textNOTE: that is two (2) - in...
View ArticleForum Post: RE: GRACE not initializing USCI_B0 (I2C) & shows 2 TX Interrupts,...
This is a bug that has been fixed and will be available in the upcoming Grace 3.0.2 release.Regards,Joe
View ArticleForum Post: RE: Calling the bootloader I2C update handler from TI-RTOS...
Juergen,Sorry - I read this originally and thought you had solved the problem when you said"I’ve changed the initialization of the I2C peripheral to get it running. "Does this mean your problem solved,...
View Article