Forum Post: RE: Boot android on beaglebone black from SD card
Hi Mahendra, I had same problem.Is your HDMI output to TV working with TI Android 4.2.2 image? I was using micro-HDMI(male)-HDMI(female) converter from Adafruit. It was showing up on the screen but...
View ArticleForum Post: RE: How to add support for new am335x core frequency using Sitara...
Matt,It sounds like it might be working. In idle mode I only observe a difference of about 0.2mA every 50MHz. I think this is because MPU PLL is being bypassed. When I disable idle mode, the...
View ArticleForum Post: RE: Pacing of Tx-completion interrupt for SRIO DIO transfers
Hi Luke,I'm not a SYS/BIOS expert, but since you are using SWIs to post the transfers, other higher priority SWIs or HWIs could delay the competition of the SWI associated with your SRIO transfers. I...
View ArticleForum Post: RE: Command to eject cd from cdrom
Hi Patrick,1. How many CD slots are there? If it is morethan one, we may have to specify something like below>eject -c 1 /dev/cdrom ( Where 1 refers to the first slot.2. Try the eject command with...
View ArticleForum Post: RE: OpenCV on TMS320DM6446
Hello !!Could you please sent me the openCV libriaires for lcdk c6748. the some precompiled in the face detect demo. openCV 1.1.My mail is : anouini@gmail.comThink you !!
View ArticleForum Post: RE: Whether TI provide H264 MP/HP Encoder software?
Hello,Check here:http://processors.wiki.ti.com/index.php/DM6467_/_DM6467T_Codec_Availability_Schedulehttp://software-dl.ti.com/dsps/dsps_public_sw/codecs/DM6467/index_FDS.htmlBest Regards,Margarita
View ArticleForum Post: RE: Does TI provide optimized de-interlace module on DM6467?
Hello,It would be better for this question to be posted in the DM64x forum:http://e2e.ti.com/support/dsp/davinci_digital_media_processors/f/99.aspxBest Regards,Margarita
View ArticleForum Post: RE: GPIO Interrupt Problem when Debuging with BeagleboneBlack
You need to build the MMCSD-variant of bootloader-project and place the resulting "MLO" file on a FAT32 formatted Micro-SD-card with BOT-flag set. Next you need to build you app, apply the TI-headers...
View ArticleForum Post: RE: 3.8 Kernel
Bill,It works for me. That's OK.We have an alternate methods like below:1.Git clone linux$ git clone git://git.ti.com/keystone-linux/linux.git$ cd linux-keystone2. After git cloning the linux,#cd...
View ArticleForum Post: RE: Wi-Fi: BlueGiga WF111 SDIO Driver for AM335x Problem
Another thing, I boot the board from the NAND, therefore I can configure omap_hsmmc as a module.I noticed that the clock signal is only sent the moment I load the driver. The initialization check every...
View ArticleForum Post: RE: HEVC encoder initialization problem
Thanks Kuladeepak,It looks like a bug because as you see from source content type is progressive:encoder->params.videnc2Params.inputContentType = IVIDEO_PROGRESSIVE; // 0: PROGRESSIVE,...
View ArticleForum Post: RE: How to create a new or modify customized driver package in...
Piyush,The sources are the files in: C:\ti\pdk_C6678_1_1_2_6\packages\ti\transport\ndkWe use XDC to build the sources and it generates the stuff under...
View ArticleForum Post: RE: Create a xdc.bld.iTarget extension
If you follow the steps from the linked guide, you'll end up with two new packages. The first one contains the actual target's XDC file. The second one contains the libraries required by your target,...
View ArticleForum Post: RE: Beaglebone Black pre-built MLO launches app but...
Update-I have a bootloader taken from the Industrial Communication Engine (obsolete) that is very close to the BeagleBoneWhite. I modified this code to load my FPGA on startup and then load and run my...
View ArticleForum Post: RE: DSP/BIOS linkied in internal RAM
Dalibor,#1. It looks like it might be possible for you to specify those input sections from the bios.s28FP library and create your own output section. See SPRU513E.pdf and found in section 7.5.4.5:...
View ArticleForum Post: RE: am3359 mcasp speed
What version of SYSBIOS are you using?How big are your buffers that you are transferring? And What do you mean when you say "there is a lot of errors"?Judah
View ArticleForum Post: RE: TVSA Sample Application f8wcoord cfg file is common for all...
Sorry, where did you get the project from in the first place?The name of your project does not ring a bell. What device are you on? What BIOS are you using?Judah
View ArticleForum Post: RE: Trying to Create Clock at Runtine
Hi Judah,It was the bios heap size setting. Looks like some more readinfg for me.Stuart.
View ArticleForum Post: RE: RAM configuration of OMAP-L138 for ARM and DSP...
Are you using any particular SDK (if so, which one, including version?)?Sometimes the answer to these questions, especially how to reserve memory for IPC, depends on what framework you're using (DSP...
View Article