Forum Post: RE: RTSC build error
All,This is not an issue triggered because of the difference in tool versions. ISDK heavily depends on the environment variable IA_SDK_HOME, and all library/header files are linked depending on it. You...
View ArticleForum Post: RE: error #137: struct "ti_sysbios_knl_Mailbox_Struct" has no...
You might have been able to do that...but that's not something that was supported then or going forward! You're code shouldn't be accessing/modifying internal structures.Judah
View ArticleForum Post: RE: RTOS software foot print
Did you look at the *.map file? That gives the total amount of memory used.Judah
View ArticleForum Post: RE: Relocating files when using TI-RTOS
Hello Tom,I just got a mail that suggested your answer as the right one and I suddenly realized that I had this still on my "ToDo list" and therefore I had not answered or flagged your post as the...
View ArticleForum Post: RE: Help to modify vpifmodeconfig function in vpif.c for...
Hello !!I have the some issue i follow the steps and i have no error but when i load the program I get no things in the screen.Could please attch the project that workThink you very muchThink you !!
View ArticleForum Post: RE: heap setting
Yes, you can divide the DDR3 in the platform (Debug Perspective -> Tools -> RTSC Tools -> Platform -> New), so you create sections with different names with different start address and use...
View ArticleForum Post: RE: BeagleBone dmTimerCounter
Sorry it works with this, I try it againDMTimerPreScalerClkDisable(SOC_DMTIMER_2_REGS);DMTimerReset(SOC_DMTIMER_2_REGS); Thanks
View ArticleForum Post: RE: pci_disable_msi Oops Bug
Hi Bill,We are working with factory team to support you. Thank you for your patience.
View ArticleForum Post: RE: HEVC encoder initialization problem
Hi Kuladeepak,I am using:IPC 3.22.0.05SYS/BIOS 6.37.2.27XDCtools 3.25.5.94PDK C6678 1.1.2.6Regards,Andrey Lisnevich
View ArticleForum Post: RE: RTSC build error
Hi Vinesh, You were correct on the project import settings. I only get duplicate macro warnings now, but it builds."C:/ti/ccsv5_5/ccsv5/tools/compiler/arm_5.1.6/include/errno.h", line 57: warning...
View ArticleForum Post: RE: DM6446 ASOC: Problem in register read write
Hi Stalin,Thank you for code modification. Following is the log from last.c file,ALSA device list: #0: DaVinci DM6446...
View ArticleForum Post: RE: No prints from kernel running on DRA608(AM335x) board
Gangadhar,Ok, I see. The one modified board that Chandra has does use UART0. All other custom boards use UART3. I wasn't sure which board you were using. In this case, since your board uses UART0, I'm...
View ArticleForum Post: RE: Can only enable 1 MSI with PCIe
I see in /driver/pci/msi.c there is a comment in default_setup_msi_irqs() that says/* * If an architecture wants to support multiple MSI, it needs to * override arch_setup_msi_irqs() */Which does...
View ArticleForum Post: RE: How to enable SRIO interface in TCI6638K2K Evaluation module/...
Hi!I got this guide:http://processors.wiki.ti.com/index.php/MCSDK_HPC_3.x_MPI_over_RIONET for enabling SRIO interface in keystone II evm board.I followed instructions and tried to enable internal...
View ArticleForum Post: TVSA Sample Application f8wcoord cfg file is common for all projects
Hi Friends,Sample TVSA Sample Application project but whwn I run the project It show can't able to open the f8wcoord cfg file .Because the file are empty in my project and hal driver include,Target...
View ArticleForum Post: RE: How to add support for new am335x core frequency using Sitara...
Miroslav,Thank you. Even though I still am not sure how the kernel knows how to configure the actual clock frequency, this seems to work! Adding my new freq to the opp-modifier list doesn't seem to be...
View ArticleForum Post: RE: using a Broadcom phy with AM335x on Linux
We finally have it resolved. In u-boot we had cleaned up AM335x EVM code using the eeprom as well as the PMIC, as we had neither on our board. Turned out that commenting out the calls to...
View ArticleForum Post: RE: Error Using LoggingSetup for TI-RTOS in CCS 6
Hi Hammad,TI-RTOS 2.0 requires CCS v6, so if you can only use CCS v5, then you should use TI-RTOS 1.x. For one thing, the CCS v5 System Analyzer will not be able to interpret Log data from TI-RTOS...
View ArticleForum Post: RE: IPC_start fails everytime
Hi William --I am encountering the exact same problem. I wanted to also run ping_rpmsg from the ipc demos but that did not work with a similar error, address protocol not supported. However, the...
View ArticleForum Post: RE: Adeneo Embedded releases new Windows Embedded Compact 7 BSP...
Thank you for reporting the error. Here is the correct link:http://www.adeneo-embedded.com/Products/Board-Support-Packages/Texas-Instruments-Sitara Sorry for the inconvenience.
View Article