Forum Post: RE: Android pre build image boot issue Beaglebone Black
I'm not a professional, so it's just my guess: Your beaglebone acts normal. After power up, first two led should be lighted up and then they should go off. It takes a long time to boot Android first...
View ArticleForum Post: RE: usb multi gadget kernel crush
Sorry, but please try the following patch instead, which I remembered should be the correct fix. The previous one was just my early hack. The following patch was taken from the mainline kernel.diff...
View ArticleForum Post: Lo latency h264 encoding
HiI need to build a low latency h264 encoding / decoding application. We are targetting sub-frame latency on a 720p30 stream. Our prefered device would be a DM385. From this link...
View ArticleForum Post: RE: Link between ESI file and code
I understood that I have to switch to the Full EtherCAT example.There I found the object dictionary where all objects are defined.Is it right that I have to add a new object and also I must assign a...
View ArticleForum Post: RE: To use Beaglebone Black to handle USB protocol of customer...
That is great. Thanks for the update.
View ArticleForum Post: RE: VoLIB VPE SFC: Use same buffer for input and output
Chris,For sfcDecimationBy2(), it is okay to do that because one output sample is generated for every two input samples. For sfcInterpolationBy2(), doing that will overwrite the input buffer because two...
View ArticleForum Post: IPC Warnings For Notify Mbx
I am getting the following warnings for IPC product (used in TI8147)"C:/ti/ipc_1_25_03_15/packages/ti/sdo/ipc/family/ti81xx/NotifyDriverMbx.c", line 155: warning: concatenation with "DSP_TO_HOST)" in...
View ArticleForum Post: RE: Porting the SGX Graphic to the ipnc
In my project I am providing primarily Linux support, and eventually the hardware manufacturer discovered that uboot was explicitly disabling the SGX component. Once that was fixed, the SGX became...
View ArticleForum Post: RE: real time/live broadcast problem
problem is not about os i think it is about the device
View ArticleForum Post: RE: BIOS, Semaphore
Hi Jayendra,Have you tried stepping into Fftc_isalCreateSem() & Fftc_osalDeleteSem() wrappers ? Can you confirm they internally call Semaphore_create() & Semaphore_delete() ?Please share the...
View ArticleForum Post: RE: Frequency mismatch error
Hi Balwant,I reviewed the gel file you shared but could not find any Timer Clock enable code. I am guessing either your app is enabling the timers or if you are using a bootloader, it is doing...
View ArticleForum Post: RE: Initializing USB to recognize a USB Stick
FatSD USB CopyThe USBMSCHFatFs driver is integrated into SYS/BIOS' FatFS module. The only driver APIs are the _open, _close, and _waitForConnect APIs.
View ArticleForum Post: RE: DSP/BIOS stack & heap vs. Build Settings stack & heap
Hi Todd,The bios.MEM.STACKSIZE param in the .tcf file determines the System stack size. My understanding is that changing the stack size under linker settings has no effect on system stack size. So, if...
View ArticleForum Post: RE: NDK memory problem
Hi Bin,Though the stack back trace mentions line 129, I am thinking the abort call on line 126 is getting called. You can put a breakpoint at SDSPI_open() and step through to determine whether the open...
View ArticleForum Post: RE: task defined with lower priority get higher priority in ROV
Hi Julian,This does seem very odd. The only API that I am aware of that automatically raises the priority of a task is GateMutexPri but that is not being used here and even if it were being used, it...
View ArticleForum Post: RE: DVSDK 4: troubls with c6accel sample -- Segmentation fault
Hi "Myosotis",May I ask you for help on this issue as I met same problem?I don't get what do you change to make it works. From you post, it seems to me, you changed the loadmodules_omapl138_c6accel.sh...
View ArticleForum Post: RE: What's the exactly type of "xdc bits_32"
xdc_Bits32 is exactly 32 bits for targets that support it. It's typedef'ed to the standard type uint32_t. Same for xdc_Bits64.All RTSC types are documented here:...
View ArticleForum Post: RE: Determining HWI/SWI/kernel stack usage on the runtime
For determining task stack usage you can use TSK_stat() runtime API.
View ArticleForum Post: RE: Does TI provide web server framework based on TI-RTOS?
http://processors.wiki.ti.com/index.php/TI-RTOS_HTTP_Example It is in the zipfile along with the required html and source files.
View ArticleForum Post: i have one question about CCS v5 licence
hi. i'm Jun hyuni installed CCS v5 on my PC and removed for doing something.after 2 month, now i try to get a licence file from web site again.i can't receive and written this comment on web site You...
View Article