Forum Post: RE: How to mount USB storage auto on beagleboard-xm
Hi Pankaj, If i want to use two USB sticks (pendrives) or may increase no.of USB sticks dynamically ,Then how can we give Lable name in dev_mont command in vold.fstab for all USB sticks...
View ArticleForum Post: AM335x RTC clock initialization
Hello,we use RTC peripheral of the AM3352 processor./* Performing the clock configuration for RTC. */ moduleClkConfig(); /* Disabling write protection for RTC registers */ HWREG(SOC_RTC_0_REGS +...
View ArticleForum Post: RE: DCAN normal mode
Based on the code you have posted this is moved to the Starterware forum. When posting please state the processor, board and software that are used.
View ArticleForum Post: RE: BeagleBone Black can't use TIMER5 pin as GPIO2_5
Hi Terje,Thanks for your update.Sorry we are not sure about other gpio libraries.
View ArticleForum Post: RE: Am3352 bootup
Hi sudha, Starter ware supports different boot modes like NAND, MMCSD and SPI etc. U can refer to the section Boot loader (Contains Source code ) in Starter ware installation Folder.U...
View ArticleForum Post: MJPEG Encoder support on OMAP5
Hi,In OMAP543x TRM we could see the MJPEG Encoder Hardware Acceleration support, But we could not see any software support for the MJPEG Encoder in Ducati firmwareAnyone please elaborate in regard of...
View ArticleForum Post: RE: media.ctl configration ok,but yavta exit with error "Unable...
I use AM3730 with buildroot with kernel 3.2.8 ,fllow this link: https://github.com/MaxGalemin/buildroot
View ArticleForum Post: RE: Where to downnload AM335x Create initramfs Filesystem tar file?
Hi RonB,Thank you very much.RgdsShine
View ArticleForum Post: RE: netconsole is missing
Hi Ran,I'm able to enable and got working 'netconsole' without any issues.1) Enable "netconsole" support as module2) "insert netconsole driver with remote IP3) Open the remote port in host PC through...
View ArticleForum Post: RE: One field missing in interlace capture mode.
Dear Brijesh,Regarding saLoopBackFbdev application,Querying and Setting dv_preset is failing,We have done the debug that, it shows the query_std api of subdevice ( adv7180) not got executed.Our...
View ArticleForum Post: RE: Problems using ECPY with multiple transfers queued up
Murat, a thousand thank yous to you!Your first point was the one at issue. I had something like this in my EDMA "get resources"...
View ArticleForum Post: RE: Mailbox pend weirdness
I fixed this by regenerating the project from scratch and migrating my old code into it, NOW things work as documented.No idea what got corrupted or how, and I don't have time to chase it down, but it...
View ArticleForum Post: RE: SYS/BIOS: Can't get multiple tasks to run
Ok, ater regenerating the project anew and migrating my code over, things are properly operating - 3 tasks, 2 timers, 2 mailboxes and some semaphores all running as documented and designed.No idea what...
View ArticleForum Post: RE: Memory issues using NDK2
It turned out while shutdown() frees some of the memory (the actual Rx/Tx buffers, i guess), an additional call of fdClose() is necessary to free all of the memory allocated by accept().Best regards...
View ArticleForum Post: H.264 encoder with barrier implementation on uncacheable memory
Hi,I implemented barrier that works on uncached memory:void uncachedOrderedBarrier(volatile int_fast8_t* barrierValue, int_fast8_t userIndex, int_fast8_t isLastUser){ _nassert((int) barrierValue % 8...
View ArticleForum Post: RE: Android 4.4 KitKat for Sitara Am335x
J.Hofmann,All future Android revisions will come from 3P. Stay tuned, once we have more details, we will let the community knows.
View ArticleForum Post: Google Cast SDK
I'm working on a design based on the AM335x Starter Kit using the Android TI_Android_JB_4_2_2_DevKit. We would like to use the Google Cast SDK so that we can connect to the chromecast device.Is it...
View ArticleForum Post: RE: MSP430 DriverLib - EUSCI Baud Rate Converter?
Looks like it's back online to me.Regards,Zack
View Article