Forum Post: RE: What usb camera works fine in Android?
We got some progress, listed in here:Ā http://e2e.ti.com/support/embedded/android/f/509/p/209754/1260724.aspx#1260724
View ArticleForum Post: Sharing DSP L1 SRAM between algorithms on DM8168
Hi, I have an L1 SRAM buffer that is allocated statically for the DSP and accessible to the 2 different codecs that I have built into the same codec server. Is it possible to share that buffer between...
View ArticleForum Post: RE: [Question] DHCP client IP time out period depends on switch
Ronie,I took a look at your Wireshark capture, thanks for sending that.I only see DHCP requests for a host with a "Hitachi" MAC address.Ā This host gets the IP 192.168.200.188.Ā What is this host?Ā Is...
View ArticleForum Post: RE: Beaglebone Black DMA support in uboot
I can tell when the transfer is complete by looking at the TC bit in the SD_STAT register of the MMC interface.With EDMA and transfer mode set to 8 bits on the eMMC, I am now getting 26.7MB/s during...
View ArticleForum Post: Why there is no HWI generated in this ezDSP5535 USB
Hi,I create a simple ezDSP5535 DSP/BIOS project, but there is no HWI interrupt generated.Here is the code. I expect the keys (SW1, SW2) can trigger a gpio interrupt, which post a SWI. Then SWI has a...
View ArticleForum Post: Creating Nand Flash Image
(Please visit the site to view this file)I am currently running a keystone II EVM but we are going to be getting custom hardware in fairly soon and I wanted to be sure that I would be able to bring the...
View ArticleForum Post: RE: DM3730 IVA2 (DSP) Clock - Determining and Setting Frequency
This is how I did it. The DSP has registers TSCL and TSCH telling you the count of the clock cycles of the DSP.What I did was:uint32_t startTime, endTime, cyclesPerSecond;TSCL = 0; // enable counter...
View ArticleForum Post: RE: pci_disable_msi Oops Bug
Bill,In the drivers/pci/host/pcie-keystone.c file where you added debug code in the past, can you help by collecting more debug info by printing some variables or pointers, we maninly wanted to compare...
View ArticleForum Post: configuring sysbios for omap l138
I am trying to migrate a dsp/bios project to the latest sys/bios 6.4. All the documentation seems to show how to use ccs to configure the os. Our project does not use ccs and when I tried to use ccs it...
View ArticleForum Post: RE: SYS/BIOS crashes when CPU speed is set to 200Mhz on F28377D
Hi Ashish,This does fix the crash issue. I replaced the boot.xs file with the one you provided and tested it. When I was managing the PLL, I was NOT setting the flash wait states, that explains why it...
View ArticleForum Post: RE: Building ti rtos using gcc
Hi Graham,What version of TI-RTOS are you using ? Since the documentation you shared is from TI-RTOS 2.00.xx, I am assuming you are on 2.00.xx+. In 2.00.xx, there is a separate TI-RTOS product for...
View ArticleForum Post: RE: DSPLINK simple questions.
Misha,Re: #1 - what is return code for timeoutI looked through the code and the best I can tell, is that DSP_ETIMEOUT will be returned when calling CHNL_Reclaim() with a finite timeout value. You can...
View ArticleForum Post: RE: Getting Started with IAR & MSP430 TI-RTOS
That's just IAR IDE saying that xs failed, not a message from xs. Anyway, have you tried setting XDCTOOLS_JAVA_HOME?
View ArticleForum Post: RE: extremely slow disk write when mounted with sync option
Hi,Do you have "fsck" checking before filesystem mount in your system to check filesystem integrity ?
View ArticleForum Post: RE: Creating Nand Flash Image
Hi Bill,Your UBIFS flashing steps and understanding on KS2 boot & rootfs partitions seems to correct.1) Try to pass "init=/bin/init or init=/sbin/init" in bootarg2) Boot the board through NFS and...
View ArticleForum Post: Alternative for ISR on PRU ICSS
Hi All,In an earlier post http://e2e.ti.com/support/embedded/starterware/f/790/p/356459/1250498.aspx#1250498 i came to know that there could not be an ISR on PRU ICSS. I want to try an alternative...
View ArticleForum Post: RE: How to set h.264 extend parameters using DMAI
Hi Prashanth,Thanks for information.Regards,Dasari
View ArticleForum Post: Why these definitions cannot be found after used in BIOS project?
Hi,After I run GPIO example (which blinks LED) on L138 LCDK, C674x side) with L138 StarterWare, I want to run it in BIOS project.In the SYS/BIOS project, I add all the include path to compiler opotioin...
View ArticleForum Post: RE: Building ti rtos using gcc
Ashish,Again thanks for taking the time to reply to my post.I believe I have worked out how to do the buildĀ for Beaglebone.ThanksGraham
View ArticleForum Post: RE: netconsole is missing
Hi Titus,When compiles inside kernel, I see nothing in host.When compiled as module I'm doing:target> modprobe netconsole netconsole="@/,@10.0.0.1/"and then start netcat from ubuntu:-dvr-rdk$ nc -l...
View Article