Forum Post: H264 Encoder Licensing
If I was to use a DaVinci Multimedia chip in my design to encode some video for transport, would I need to pay licensing fees to the MPEGLA?
View ArticleForum Post: RE: Getting A_invalidFree: Invalid free error
Julian,I'm not familiar with the example you are using? From what product did this "original image processing project" come from? It seems like something else is still going on between the working...
View ArticleForum Post: RE: Bad fragmented UDP message transmission
JP,how are you fragmenting the UDP message? Are you doing it or are you expecting the NDK stack to do it for you?It's strange that a message can be sent before a MAC address is known. What APIs are you...
View ArticleForum Post: RE: Something wrong with Interaction between SYS/BIOS and interrupts
Ashish,Thank you again.When I read the API that was not clear.One more item...We have a collection of peripherals on the I2C. I created this generic I2C interface from TI's examples. But, it seems to...
View ArticleForum Post: RE: IPC3.x application tests problems
[quote user="Enrique Contreras1"]Yes, in fact, the name of the parameter used for introducing the DSP firmware name is not correct in the TI wiki, because the correct name is "da8xx_fw_name" and not...
View ArticleForum Post: RE: Freeze on allocNode when creating h264dec through CodecEngine
[quote user="Glenn Wainwright"]mixed with what appears to be a bit of black magic that responds well to delicious leftovers.[/quote]An entree of Codec Engine with a side of trace on a bed of DSPLINK,...
View ArticleForum Post: Initializing uSD card on AM335X ICE board
I'm trying to get the "app" that was provided running from a 4GB uSD card. Right now, it can detect the presence of the card but isn't able to initialize it.In the starterware code, it first resets...
View ArticleForum Post: RE: How to use catalog item variable in image_reg.h ??
Hi, The problem is already solved by modifying the code is as - #if (defined CONFIG_DDR3_128M16)and#elif (defined CONFIG_DDR3_256M8) || (defined CONFIG_DDR3_256M16)
View ArticleForum Post: RE: AM335x display problem using WINCE 7??
hi,The basic catalog selection for AM335x display is as -SYSGEM_QVGASYSGEN_STANDARDSHELLand your LCD Display Driver variable ..And in my case the system was hanged after some seconds. To solve this...
View ArticleForum Post: RE: TCP/IP server (based on NDK) on AM335x
Prad, The application takes the IP address from the cfg file by default. Please check for the entry Ip.address in the cfg file. The function GetAssignedIP() prints the IP address to the...
View ArticleForum Post: RE: StarterWare timer interrupt issue
Hi Austin, I am facing similar situation as explained earlier. DMTimer ISR is working in Starterware workspace. After i imported it to my custom workspace. I am not able to get ISR work. Kindly...
View ArticleForum Post: RE: Enable camera interface
Hello world,im doing the same but my camera is an UVC Camera (046d:0825)cd /sys/class/video4linux/video0cat nameUVC Camera (046d:0825)I follow the instructions but when I open camera preview it still...
View ArticleForum Post: RE: Porting cpsw drive in os_drive to beaglebone , something unclear
Hi,The CPSW driver is developed based on the standard design of NDK drivers. You can find some information on the design here . I'm afraid a detailed doc is not available yet.Regards,Vinesh
View ArticleForum Post: RE: integrated StartWare for am335x with CCS
and more qestion,I have TMDSSK3358 and I must work with am3358 without operation system, use startWare library in propertise my CCS project , what "connection" select for this?
View ArticleForum Post: RE: Mount Flash Devices in AM335x
Hi Praveen,These are the filesystem types supported by booted kernel uImage.sysfs - used to check & change system driver infoprocfs - used to check processor infovfat - windows based filesystem...
View ArticleForum Post: RE: About "Sending DHCP requests ...... timed out!"
I was also getting "Sending DHCP requests ...... timed out!" when using DM6467 Arago 2009.11 kernel. I added ":eth0" to the bootargs as suggested and now the ethernet comes up...
View ArticleForum Post: RE: CAN (Controller Area Network) Uboot driver
Hi Christophe,Now the can0 is well seen in linux !Good to hear this from you,I'm checking your code & schematics, I ll come back to you tomorrow on this,
View ArticleForum Post: RE: AM1808 - ubiformat fails when free ram space is limited
Filosofi ,Yes may be it is fixed in latest kernel, I am not sure. but yes it need some tweeks in old kernel.It may work fine on old kernel also, if you provide enough space for kerne on RAM.-Ravikiran
View ArticleForum Post: RE: TI-RTOS documentation
Hi,see the TI-RTOS 1.21 User's guide. If you download TI-RTOS 1.21 you'll find some improved documentation.
View ArticleForum Post: RE: Setting task affinity on c6657
Hi Javier,Task_getAffinity() and Task_setAffinity() APIs are only supported when BIOS.smpEnabled is set to true i.e. BIOS is running in SMP mode. C6x devices currently do not support SMP mode so...
View Article