Forum Post: RE: Task is Blocked - Will Not Unblock
Hi Rick,Sorry for the delayed response. Sounds like a lot is happening in Task1 ("... a few thousand lines of code..."); are you using semaphores to block Task 1 within this code? Can you post the...
View ArticleForum Post: looking for preempt-rt patch for 2.6.37
Hi all,I'm looking for preempt-rt patch. My kernel is linux-2.6.37-psp04.04.00.01 on netra. I don't find real-time patch for my kernel in official site:...
View ArticleForum Post: RE: Getting Sys/Bios Clock Period
Hi Emmanuel,I am using the old version which is 6_34. I'll go get the latest one.Thank you very much for your help and quick respond!
View ArticleForum Post: GadgetFS problem on BeagleBone
Hello,I'm trying to use GadgetFS system with BeableBone white and am having some problems. I'd appreciate any pointers or help.I'm using ti-sdk-am335x-evm-06.00.00.00 with custom built 3.2 kernel. I...
View ArticleForum Post: RE: How to configure SN75LVDS83B transmitter in Linux?
What exactly do you want to know?
View ArticleForum Post: Custom module build flow
Hello everyone,(target C6678, CCS 5.5, BIOS 1.25, XDCTools 3.25)I now use custom modules (for example : a specific Timestamp implementation)but I build them directly with the command line xdc all....
View ArticleForum Post: RE: looking for preempt-rt patch for 2.6.37
you may find related information from here.
View ArticleForum Post: RE: DM6437 Exception Crash Debugging
Okay. Below are some logs from the "Execution Graph Details." According to http://www.ti.com/lit/ug/spru732j/spru732j.pdf says that Internal exception: IERR=0x1 is a fetch packet exception?? Any...
View ArticleForum Post: RE: Enabling CIR driver for UART2 for DM81xx
Hi Girish,Next task is to genrate a proper configuration file for the remote control.This could be done be the irrecord binary the comman that need to be executed for creating the configuration file...
View ArticleForum Post: RE: Newbie Questions
Hello Mark,1) I think the "reference" here would be the AM335x TRM. It can be downloaded from here: http://www.ti.com/lit/pdf/spruh73.2) Everything is in StarterWare.3) There is going to be quite a...
View ArticleForum Post: RE: AM335x avoid disabling GPIO banks 1-3 in suspend
Hi Clifton,The state of all IO pads is replaced with the reset state of signal selected by pin mux mode in DeepSleep. To retain the same pin state with active state in DeepSleep, please follow below...
View ArticleForum Post: RE: Semaphore: line 207: assertion failure: A_badContext: bad...
Glenn,Even though you are creating the Timer (or Clock) from your task, the callback function that is invoked by Timer (or Clock) will not be running as a Task - this is what is causing the assertion....
View ArticleForum Post: get TWD_OWN_EVENT_BSS_LOSE from WL1271 time to time
Hi All,I have encountered a stability issue with TI TiWi-BLE module on our customized board.The board is designed based on Mistral EVM RevG.OS is WinCE6.0 with WL1271 device driver from Adeneo.The WiFi...
View ArticleForum Post: RE: IPSec support for NDK
K. Lakshmanan,The NDK does not support IPSec. Mark must have updated the NDK sources himself to add this feature to the stack. The NDK ships with full source code that is buildable so you can try...
View ArticleForum Post: RE: Does NDK 2.23 support both IPv4 and IPv6 simultaneously?
Hi Viet,The NDK provides dual-mode IPv6/IPv4, so when using IPv6; the IPv4 stack is running as well. IPv6 does however require some additional initialization (featured in our Tcp/UdpEchoIpv6...
View ArticleForum Post: RE: Bash: line wrap problem
So, I found a way to ease the problem: editing the file /etc/inputrc to addset horizontal-scroll-mode onI'm now able to at least see the whole line being typed.That is still not a solution, but it...
View ArticleForum Post: RE: Queue Question
I can't do that.I re wrote the code to use dynamically created Q entries and it works now.
View ArticleForum Post: RE: adb with Windows
I tried that under windows and the box below came up blank. I plugged it into my Linux machine and ran lsusb and got the following:Bus 001 Device 011: ID 18d1:9018 Google Inc. my .inf file...
View ArticleForum Post: RE: unknown semaphore pend
This error has something to do with the way I was creating Q entries.See thread http://e2e.ti.com/support/embedded/tirtos/f/355/p/312851/1088228.aspx#1088228 for details.The way this was working is...
View ArticleForum Post: RE: updating firmware from ROM lib issue. Running TI RTOS
It can successfully running ROM_UpdateEthernet() without RTOS. it programs chips using LM Flash Programmer. with RTOS and NDK, I call FirmwareUpdate() function within a task. The LM flash Programmer...
View Article