Forum Post: RE: _xdc_runtime_System_printf__E unresolved symbols remain in...
Hi Ashish,Basically my DSP code is based on the codec engine example videnc1_copy in <codec engine>/examples/ti/xdais/dm/examples/Attached please find the files requested.Gabi(Please visit the...
View ArticleForum Post: CSL Configured DMA on SYS/BIOS
Hello, I have configured EDMA using CSL and i have created my ISR function using EdmaEventHook(). It is working fine with normal CCS project but same code when i converted to SYS/BIOS project ISR is...
View ArticleForum Post: NDK performance on TMDSEVMC6678LE
I adjusted the NDK example client project to remove all the example network interfaces and to provide my own TCP sockets interface on a TMDSEVMC6678LE. In order to benchmark the NDK performance the...
View ArticleForum Post: bitbake overrides
Hi there, I'm trying to get valgrind to build on the tci6638 using bitbake and yocto. I get the following error.ERROR: valgrind was skipped: incompatible with host arm-oe-linux-gnueabi (not in...
View ArticleForum Post: RE: AM335x BeagleBoneBlack patch posted on release page
Question regarding the gel file:There comes a file AM335X_beagleboneblack.gel with the new patch.Can it be added to an existing target configuration file? I did not manage to do that.Or is there...
View ArticleForum Post: RE: Boot into login console on LCD
still didn't manage to get boot messages on LCD.- kernel config has CONFIG_FRAMEBUFFER_CONSOLE and CONFIG_FRAMEBUFFER_DETECT_PRIMARY- tried uEnv.txt with different console arguments - tty, tty0,...
View ArticleForum Post: RE: Stellarisware USB Speed (How to increase?)
I've moved this thread to the TI-RTOS forum. I spoke with someone in the TI-RTOS group and they indicated that this example application was one developed by them. They will better be able to answer...
View ArticleForum Post: RE: Configuration of CONTROL_PADCONF_X
I am using the OMAP3530 and the linux source is Linaro from Yocto Project. I downloaded this image from here:http://gumstix.org/download-prebuilt-images.htmlSpecifically you go to Yocto Project, and...
View ArticleForum Post: RE: Why my heapMem cannot place on DDR3 on 6678?
Hi,The heap is in DDR3, however the start address of the Heap is stored in your Data Memory, in this case is L2SRAM. If you change the Data Memory to MSMCSRAM in your platform, you would see the...
View ArticleForum Post: RE: ti.sysbios.heaps.HeapMem: line 307: out of memory
Hi Ferninand,1 - ti.sysbios.heaps.HeapMem: line 307Tells the line in the file BIOS_INSTALL_DIR/packages/ti/sysbios/heaps/HeapMem.c, you can check exactly what's happening. Basically you're running out...
View ArticleForum Post: RE: MUSB OTG support on DA-830
Hi,I've already tried to build the kernel enabling USB gadget drivers as you have indicated before. But the MUSB keeps no operating when I try to connect, for example, a pen drive. Could be necessary...
View ArticleForum Post: RE: DM36x JPEG YUV Range
Hi Chris,Thanks for the reply! I think you are correct in that the YUV data for both will be the same. The difference is that the H.264 encoder has a parameter in the VUI buffer (pixelRange) to...
View ArticleForum Post: RE: AAC Encode at 8kHz on 'C6748 DSP not supported?
Hi Deepthi,Just to let you and others know, that the C64x+ AAC LC Encoder (Version 1.20.005) I downloaded from:http://software-dl.ti.com/dsps/dsps_public_sw/codecs/C64XPlus_Audio/index_FDS.htmlWorks on...
View ArticleForum Post: RE: AM335xEVM + capacitive touchscreen Sitronix st1232 +...
I have found a solution here: http://lists.atmark-techno.com/pipermail/armadillo/2013-July/009068.htmldiff --git a/drivers/input/touchscreen/st1232.c b/drivers/input/touchscreen/st1232.c index...
View ArticleForum Post: RE: BIOS-USB / RTFS can't read file larger than 120-KBytes
One correction to my last post.The slow USB1 port will write/read a file size up to 0x1FAFFF (2,076,671Bytes) however it will hang on a file size above 0x1FBFFF (2,080,767 Bytes).I am wandering if one...
View ArticleForum Post: RE: medical class A
TI-RTOS does not meet any certification standards and we generally can't provide collateral like design documentation and extensive test suites to assist certification efforts. See the announcement...
View ArticleForum Post: RE: MMC/SD card removed unexpectedly
Hi,Looking for experts comment on this?--Regards,Krunal
View ArticleForum Post: RE: NAND Flash with AM335x
Hi,[quote]nand write.i 0x82000000 0x0 0x20000[/quote]mmc rescannand erase 0x0 0x20000fatload mmc 0 0x82000000 MLOnandecc hw 2nand write 0x82000000 0x0 0x20000PFA.(Please visit the site to view this file)
View ArticleForum Post: RE: UBIFS: ubiformat issues
Hi,Are you able to use ubiformat by being in the same partition, is it going fine?For me, it din't work well.I have to do the updation from only user space, so i created another partion for updating...
View ArticleForum Post: RE: Beaglebone black + jb 4.2.2 + musb babble interrupt
Hi,I am porting an Android app to the BBB and have run into some USB Serial issues. I compiled the kernel based on Richard Nelson's instructions and built the Android image based on Andrew Henderson's...
View Article