Forum Post: RE: offline rootfs customization using the opkg
Hi Lyf,The only way is that you need to look into every files and delete it if you don't want or not required files in filesystem.
View ArticleForum Post: RE: MT9D112
Hi Martin,You can get the MT9D112 camera driver from the below link.http://lxr.free-electrons.com/source/drivers/staging/dream/camera/mt9d112.c?v=2.6.32Also you have to modify the board file for i2c...
View ArticleForum Post: RE: Qt 4.8.6 with SGX
Hi.I still have the same issue. Is there any update on this?I have seen in one of the threads that enabling -openvgin Qt configuration solved someone's similar...
View ArticleForum Post: RE: Extend RTOS-IPC example results in error
Hi Tom, I already increased the BIOS heapsize from 0x5FC0 to 0x6FC0 and to 0x8FC0;Unfortunatelytheerrorremains the same.
View ArticleForum Post: RE: System Analyser tutorial 1 does not build
Yeah, I noticed that line is in the Hello World example, but not the tutorial1. So I've been usingvar BIOS = xdc.useModule('ti.sysbios.BIOS');Good to know. Thanks.Roy
View ArticleForum Post: RE: enetLwip_sysbios and profibus_slave hang if they run as a...
Hello,Issue looks similar to SDOCM0010803(http://processors.wiki.ti.com/index.php?title=AM335x_SYSBIOS_Industrial_SDK_01.01.00.05_Release_Notes#Fixed_In_This_Release). Can you update to SDK...
View ArticleForum Post: RE: OMAPL138, eth. communication hang after: davinci_mdio...
I am happy to hear that this solved your problem. With regard to ubifs, I can't help you here, I have not experience with ubifs. Try to ask this question in a new thread here in this forum. Or maybe...
View ArticleForum Post: RE: GateMutexPri not properly locking out task
Alan,The application has been running for 4 days now and I haven't seen a failure. I wonder if the System_printfs are preventing the failure. Any ideas on this?Is there a less intrusive way to do more...
View ArticleForum Post: RE: AM3359 McASP EDMA SYS/BIOS problem (HWI vs. AINTC)
Thanks for the pointer, Frank! You were right on the cache issue. Specifically, I needed to invalidate the cache contents of the receive buffers. Thanks again!
View ArticleForum Post: RE: linux defconfig file
Hi Ran,As I said earlier, you should not edit the .config file manually.If you want some "defconfig" with "OMAP MUX" support then create ".config" with that support and rename to...
View ArticleForum Post: Why P frame can contain Intra-mode Macroblocks ?
As I understand, I frame means that all MBs in the I frame are encoded by intra-mode.P frame means that all MBsin the P frame are encoded by inter-mode. Is it wright? Today,I see that P frame contain...
View ArticleForum Post: RE: DM368 IPNC - Crashes when changing bitrate in dual-stream
Hey Bob,Can you post the H264 encoder parameters and dynamic parameters? I'm not sure if the IPNC supports it, but I've seen something similar with multiple slice mode encoding enabled, where the...
View ArticleForum Post: RE: Arago build failure on da850-omapl138-evm
My last attached file still shows my problem and I am still not able to build. Please take a look again, I have changed the .bb file as requested but am still failing and I really need to get this...
View ArticleForum Post: RE: mac address gone after kexec
I could be mistaken, but unfortunately at this point it does not look like there is a mechanism to override the MAC address with the kernel command line.Please correct me if I'm wrong.U-boot does not...
View ArticleForum Post: RE: I2C_transfer - repeated start?
It should be a repeated start, though it shouldn't matter to your I2C peripheral. From an RTOS task perspective it is atomic.
View ArticleForum Post: RE: IPv6 Stateless Address Autoconfiguration
TI-RTOS doesn't have such an example but let me check if we have one somewhere else.
View ArticleForum Post: RE: legacy C6747 project update
Hello Karl,[quote user="Karl Wechsler"]Is there a reason you want to update your components?[/quote]I'd like to compile the project with CCSv6 under Linux and BIOSPSP is unavailable for this OS....
View ArticleForum Post: RE: AM335x debugger - LDR loads wrong value
Hi Vasili,The behavior you are seeing is indeed strange. Can you open "Tools"->"ARM Advanced Features" window and check if the MMU and/or any of the caches are enabled ? If the cache is enabled, it...
View ArticleForum Post: RE: SYSBIOS SDK for building application on BeagleBoard-xM
Is there a way to use SYS/BIOS with DM3730?My full question here (last post): http://e2e.ti.com/support/embedded/tirtos/f/355/p/178239/1318532.aspxRegards.
View ArticleForum Post: RE: The Task is pending in "driverLib" issue.
Hi Jeffrey, Sorry for just getting to this now. Regarding why the behavior changes with the SPI clock, I'm not really sure. I think you have give the MSP430 guys a shout. Regardless, I don't expect...
View Article