Forum Post: Dose the Android 4.0.3 support OTA ?
Hi,Dose the Android 4.0.3 support OTA (Over-the-air)?We’re trying to build otapackage and recoveryimage from Android 4.0.3 environment for AM3715 but fail. The recovery.img unable to generate due to...
View ArticleForum Post: RE: What is the interrupt source of HWI in this C674x project ?
It looks like there are many settings on .cfg file and I cannot find instructions on Timer settings. I have read C674x Timer manual, but I don't know how to set in .cfg file.Could anybody show me how...
View ArticleForum Post: RE: Problem opening Virtual COM Port on Windows 7/PuTTY
hey sudhir ^^^just wanted to thank you for updating this. I had this exact problem, and you solved it perfect. Thanx again-SincerelyRandom person behind a google search
View ArticleForum Post: RE: DM365 USB ERROR "VBUS error workaround "
Hi ,When you are getting this print in kernel ?I get the print during the kernel booting.Are you getting this print continuously from kernel starts to boot ?Only once.What SDK and version are you using...
View ArticleForum Post: RE: Target and platform is missing in RTSC configuration settings
Hi Sasha ,I suspected the newer version of RTSC/XDCtools in CCS v5.5 .So, i uninstalled all the XDCtools version as root . Also i uninstalled all the MCSDK packages and other updated packages one...
View ArticleForum Post: RE: How to write EEPROM?
OK, that's what I'm currently doing:void writeEEPROM(unsigned int addr,unsigned int length,const unsigned char *data) { I2CPinMuxSetup(0); SetupI2C(); I2CAINTCConfigure();...
View ArticleForum Post: RE: One field missing in interlace capture mode.
Dear BrijeshPlease find the Register dump before and during capture Application as below .Before initiate the capture:48105220: 01 01 00 03 00 e4 00 00 00 e4 00 00 00 e4 00 0048105230: 00 e4 00 00...
View ArticleForum Post: RE: Linux EZSDK problems ad-nauseam
Hi Margarita,We will probably be using the Sitara AM3354 for production, but we are currently prototyping with the AM3358 on the BeagleBone-Black (rev C, with the 4-gig flash).mark
View ArticleForum Post: RE: g_cdc USB modules cause kernel (3.12.10) crash on AM3352
Hi Bin LiuProblem solved :) removing the DMA support of CPPI41 works. I've forgot to install the modules properly.I repeat. it makes problem only in host mode. In device mode it works fine even with...
View ArticleForum Post: RE: Same code / different time
Dear Ashish,thank you very much for your suggestions! Using Task_disable has no effect in my case, but using Hwi_disable makes min=max so I will disable interrupts.
View ArticleForum Post: How to have a delay in idle function?
Hi,On SYS BIOS manual, it says:Do not make blocking calls, such as Semaphore_pend() or Task_sleep(), from withinan Idle function. Doing so causes the application to terminate.How to have a delay, for...
View ArticleForum Post: RE: How to enable java GUI in ARM based Linux system.
Hi Titusrathinaraj Stalin, Yesterday we got it output.We installed MySQL application also.I am so happy.Right now i can able to run JAVA application in my board without any problems. Actually the...
View ArticleForum Post: RE: g_cdc USB modules cause kernel (3.12.10) crash on AM3352
Marco,Thanks for the update.If the throughput with DMA disabled does not meet your requirement, here is the list of important patches I collected from mainline kernel releases for SDK 7.0...
View ArticleForum Post: TI-RTOS app vectors off into HWi49.. forever..
I have a nice TO-RTOS app running on an MSP430F6638. It starts two tasks, one which is an event logger, one which handles the UI. Both of these tasks Mailbox_pend(), waiting for command packets.When...
View ArticleForum Post: RE: Unable to set L2 cache on C6657
Hi Sasha,Thank you for sending your project. I tried it out and it did not work. I then turned off my hardware and waited a while and then tried it again. I was able to get to main() 2 times. Then...
View ArticleForum Post: RE: extremely slow disk write when mounted with sync option
This is a brand new SSD I just formatted minutes ago. I did a force FSCK, it made no difference.
View ArticleForum Post: RE: C66x H.264HP encoder - Noise clips generate big GOP size
The input is 8-bit uyvy generated by setting each byte asvoid SetToNoise(char* buf, int size){ for(int i = 0; i < size; ++i) { buf[i] = rand() & 0xff; }}The uyvy format is then converted...
View ArticleForum Post: RE: pci_disable_msi Oops Bug
See if the attached code change fix your issue.(Please visit the site to view this file)
View ArticleForum Post: RE: How do you flush the DSP's cache?
Hi Ralph,That's a good question. Ordinarily Codec Engine performs a cache-writeback of any data output buffer that the algorithm issued CPU writes to. This is performed bythe remote processor's VISA...
View ArticleForum Post: RE: Difficulty with TI-RTOS Lab 5 for OMAPL138 LCDK
Chris,Thanks for the attachments. I was able to import your project into my CCSv6.0, build (zero errors) and run (it blinks). I am using the C6748 LCDK. I am at a loss of what to suggest here. First,...
View Article