Forum Post: RE: RTOS object view - Dynamically-created objects missing
Hi Vasili,OK, thanks for clarifying, this makes sense.Ā Ā In previously released products ROV was unable to display constructed objects. Ā The good news is that this support has been added, and will be...
View ArticleForum Post: RE: SYS/BIOS - Prebuilt debug library configuration
Hi Vasili,Yes, and thanks for the pointer to LTO.Ā Weāve looked at the early GCC LTO support, but found issues with the renaming of symbols, which broke certain debug tooling (like ROV).Ā We might use...
View ArticleForum Post: Startware Ethernet and USB support
Hi,I am preparing a new project that requires 3 Ethernet ports. I found TI's Sitara could be a good choice, only that I need to add the third Ethernet port over the USB. The function of the project is...
View ArticleForum Post: RE: Lwip demo on AM3359 locks up polling MDIO_USERACCESS
I compared our schematic vs the IA-EVM 1.2A schematic as far as the Ethernet port TLK110 and I cannot see any differences.Ā There are differences in that the rest of the AM3359 pins follow the ICE v1...
View ArticleForum Post: RE: How to install SYS/BIOS on Beaglebone Black
I'm going to post an update on this in hopes that it sparks some input. Ā Can anybody post a sequence of events that must happen to load a sys/bios project on the target? Ā I now have a JTAG debugger set...
View ArticleForum Post: RE: FAXLIB examples: bug report
A little bit confusion for this: sprintf (string, "idle", msgData); what is the extra arguments and what is your suggested change? The syntax for sprintf looks OK:...
View ArticleForum Post: RE: OMAP 3530 - PSP 03.00.01.06 - MUSB and TWL4030 error when...
Matteo,[quote user="Matteo Mattei"]When this type of issue occurs, even reloading the module we are not able to recover the printer and we are forced to issue a powercycle. [/quote]The musb module...
View ArticleForum Post: RE: evmskAM335x_diag CCsv5 linking and compiling errors.
Don Welch,Good to hear that you have the code compiled successfully. I would like to inform you that we are not supporting theĀ evmskdiag source to be ported for any other platforms and is meant only...
View ArticleForum Post: Integrating BIOSPSP Uart driver into omap-l138 command line build
Hi,I have a command line build that uses syslink to load and kick off my DSP build from the ARM side on linux. This is basically a clone of the notify syslink example. I have also built and tested the...
View ArticleForum Post: RE: OMAPL-138: Service PRD_Tick() externally
Great, so I guess the only time it would be affected is if we specify a timeout in theĀ SEM_pend() ?Thanks,Arya B.
View ArticleForum Post: RE: Example Video Codec Build Error
Hi jdt3672,Do the codec packages and server packages you are building all originate from the same version of CE? I see someone got a similar error message in this thread:...
View ArticleForum Post: RE: Integrating G729 & ECU codecs in the OMAPL138 DVSDK
Hi Buga,I am not familiar with ECU and VOLIB, but regarding your first question, the error message is saying that the linker cannot find the two symbols corresponding to the function tables exported by...
View ArticleForum Post: RE: OMAP 3530 - PSP 03.00.01.06 - MUSB and TWL4030 error when...
Matteo,[quote user="Matteo Mattei"]with this patch we are able to recover the ESD issue from the application level using only a check of ENODEV[/quote]Nice job![quote user="Matteo Mattei"]Do you think...
View ArticleForum Post: RE: Any idea how to use html "form" with .cgi function
Hi Ronie,Thanks for your reply. There is an example in the User guide which is really helpful. Thanks,Ben
View ArticleForum Post: RE: am3359 use usb camera
hitry thischeck your /dev/video*may be will get 7-9 video[1-9] .....saying this as videoXfor every Xcat /sys/class/video4linux/videoX/namewhile doing so you wil get your camera name.now inĀ camera hal...
View ArticleForum Post: RE: raw log display incorrect time (o time) for all executions
Which version of BIOS, XDCTools, and CCS are you using?Alan
View ArticleForum Post: RE: Bios differences with InOut_ICE project
Ok, Alan:(Please visit the site to view this file)Thank for your help.JMV
View ArticleForum Post: RE: Compiler is not finding extern definitions for BIOS objects
Hi SashaThanks for your reply. I have just found that the fix is to add the following line to my source file:#include <xdc/cfg/global.h>best regardsDavid
View ArticleForum Post: RE: Dose NotifyDriverCirc_sendEvent() use Notify_sendEventPollCount?
Hi j-breeze,NotifyDriverCirc_sendEvent() does not use Notify_sendEventPollCount. If waitClear flag is TRUE, it will wait in an infinite loop until a slot is available.Best regards,Vincent
View ArticleForum Post: RE: Removing files from a server
Ben,Assuming you are using the fatfs that comes with TI-RTOS, you can find the source for remove() (which calls the corresponding file driver's 'unlink' handler) in ti/sysbios/fatfs/ff.c. The function...
View Article