Forum Post: RE: How to write EEPROM?
The Beagle Bone Black schematic shows a Microchip 24LC32A 32Kbit I2C EEPROM. The EEPROM has its Write Protect pulled high which means that the EEPROM is write protected. You need to pull down the WP...
View ArticleForum Post: RE: MessageQ with C6678 - communication problem
Hi,You can find the IPC and MessageQ based example code at MCSDK package.Go through this wiki will give you how to test this demo:...
View ArticleForum Post: RE: I play video(mpg) no sound with mplayer?
mplayer -ao alsa 005.mpg is also error.logs info.[root@am335x-evm ~]#mplayer -ao alsa 005.mpgMPlayer 1.1-4.7.3 (C) 2000-2012 MPlayer TeamPlaying 005.mpg.libavformat version 54.6.100 (internal)MPEG-PS...
View ArticleForum Post: RE: g_cdc USB modules cause kernel (3.12.10) crash on AM3352
Hi bin,I got this results: on the sheel boardroot@localhost:~ > zcat /proc/config.gz | grep CPPICONFIG_USB_TI_CPPI41_DMA=y# CONFIG_TI_CPPI41 is not setsorry , i suppose it should be#...
View ArticleForum Post: RE: How to upgrade U-Boot/UBL from Linux
Hi Bill,I think it is possible though we are using single bootloader.In field, First we have to update/boot the new kernel with partition modification.ORwe have to boot the field device with any other...
View ArticleForum Post: sprintf & snprintf issue
Hello,I'm posting this in both "StarterWare" & "Low Power RF Tools" since I'm not sure where would be the correct location. I'm using simpliciti stack with MSP430F5437A host (yes we use CC1120 as...
View ArticleForum Post: question about 6678 SRIO configuration?
Hi, all: I read the codes about 6678's kernel. In the board-evm6678.c, the "evm6678_serdes_config"defines 4 sRIO modes and the default is mode 0. I change the mode to mode 1 which is 4x. Next, I run...
View ArticleForum Post: RE: One field missing in interlace capture mode.
Hello,Please apply the patches which are attached here:http://e2e.ti.com/support/dsp/davinci_digital_media_processors/f/716/p/186865/672611.aspxi will try to involve an v4l2 expert.Best Regards,Margarita
View ArticleForum Post: RE: ecc errors
- Have you enabled DEBUG support in JFFS2 ? No,- Are you getting any performance issue here ? I haven't noticed anything yet, but th efollowing line mtd->read(0x1fd64 bytes from 0x204029c)...
View ArticleForum Post: RE: EVMK2HX IPC setup/build issues
Hi,You can also go through the wiki for RM and IPC based test project. http://processors.wiki.ti.com/index.php/MCSDK_UG_Chapter_Developing_System_Mgmt#Running_RM_Test_Projects...
View ArticleForum Post: RE: SPI data transfer error, transfer stops after one byte sent
Hi Norman and Titus,I really appreciate the attention you guys have given to this issue.Yes, this got to the point where things just didn't make sense. However, I am happy to say I've found the...
View ArticleForum Post: RE: Memory alignment
Hi, TIersI'm using DM8168 with RDK3.0.I encountered the same problem as mentioned above, and I'm using TI ARM toolchain,how can I solve the problem?Best Regards
View ArticleForum Post: RE: GPIO misfunction with Ruby On Rails
Hi Mirko,Have you tried what happens if the authorisation pin is left unconnected to the external board?Does your ruby on rails application work with the GPIO bank of this particular pin?What if you...
View ArticleForum Post: RE: Problem with TI Opus Encoder on c6678
Hi Neil,We could able to replicate the issue. However, the encoder is generating different bit-stream (even size is also less compared to the one you shared). But, the problem you mentioned (after 14...
View ArticleForum Post: netconsole is missing
Hi,I'm trying to use netconsole in linux.I've compiled the linux clean with CONFIG_NETCONSOLE & CONFIG_NETCONSOLE_DYNAMIC:-dvr-rdk$ cat .config | grep...
View ArticleForum Post: Android 4.2/4.3 support for DM3730
Hi,Could you please let me know whether ti support for Android 4.2/4.3 porting for DM3730 TI Processor? I have seen is rowboat android 4.1.2 source device folder contain ti/omap3evm and In 4.3 it is...
View ArticleForum Post: RE: How to relocate the NDK buffer to DDR while keep the local...
Feng,Yes. The functions that run as daemons are running as BIOS TSKs. So, what I wrote in my previous post, regarding how to place TSK stacks in memory for dynamically created TSKs applies here.Steve
View ArticleForum Post: RE: USB Camera in ICS, problems with image view
As Christian d'Heureuse noted, CameraHardware is hard coding the resolutions in it. That's why we cannot change the picture size. I have made a simple addition to the list of hardcoded supported...
View ArticleForum Post: RE: Warnings building NDK and SYS/BIOS
Hey Steve, Installed the newest 2.24 NDK and still got the warnings. I don't think it is due to the eip_main.c failing just above it. Any suggestions?Thanks, John...
View ArticleForum Post: RE: How can I use usb camera with a more larger resolution than...
We got some progress, listed in here: http://e2e.ti.com/support/embedded/android/f/509/p/209754/1260724.aspx#1260724
View Article