Forum Post: RE: MessageQ - A_idTooLarge: id cannot be larger than numEntries
Hi,My function open_queue is only local function as You said it's wrapper for MessageQ_open. I use it only for achieve more clarify code. I checked queues ID for each core.-queue ID for CORE0 (checked...
View ArticleForum Post: RE: Unable to set correct SPI clock rate using DSP/BIOS in c6747
Thanks Norman,My question has been answered and problem solved.Cheers.
View ArticleForum Post: RE: Sitara (AM335x) Linux SDK 7.0- mount: invalid argument
Hi Gangadhar,Ah, got it. Sorry for the wrong information.Thanks for your update.
View ArticleForum Post: RE: NDK Port 2 support
John, The NDK stack and the CPSW driver is tested over two ports. The default driver configures the CPSW in switch mode (use single mac address). But we don't support Dual mac mode as if now...
View ArticleForum Post: RE: configuring UART ISR using DSPBIOS 5.41 on 5535 ezdsp
[quote user="Steven Connell"]Thanks for attaching that. I see that you've made a HWI instance and assigned it to HWI6 with ISR function "uart_isr".[/quote]Yes.[quote user="Steven Connell"]Are you...
View ArticleForum Post: RE: AM3703 - Activate ECC On the Flash Spare Area
We are seeing the same effect with am AM3352 and a Micron MT29F4G16ABBDAHC Flash. Did you get any resolution on this?
View ArticleForum Post: RE: Sound on DM3730
Hi Ali,Sorry for the delayed responses.From your kernel logs, the sound card should detect.Have you tried linux OS on this board or only Linux ?I will check for android and let me update.
View ArticleForum Post: RE: suspend - power management
Hi Ran,Actually, what is your requirement ?So that, I can suggest you to proceed with good method.
View ArticleForum Post: RE: detecting interrupt on GPIO in kernel module
I have finally managed to get it to work!@Stalin- you were right! it was that the pin was always being pulled low. Such a silly thing! I used another pin and voila!For some reason the pin i was using...
View ArticleForum Post: RE: "mmc1: mmc_rescan_try_freq: trying to init card at 400000 Hz"...
I have same problem with custom kernel compilig for TINY 6410 ARM. Linux can't see second SD Card. Can someone help me to locate these parameteres in the kernel source files ?Originaly this SD Card...
View ArticleForum Post: RE: Warning about deprecated API when building SYS/BIOS .cfg file
David,the warning refers to any usage of DSP/BIOS packages and modules. You are using 'ti.bios.tconf' and its modules TSK, and MEM. To avoid the warning and to be able to use newer releases of...
View ArticleForum Post: RE: Stack corruption on return from BIOS_start
Hi GaryS,Would you mind taking a couple more screen shots for me?I'm interested in seeing screen shots of:The Task Module ROV Detailed view (it shows a little more info than the Basic view shown in...
View ArticleForum Post: RE: I use the ipnc rdk 3.5 and how can i get rgb input in dsp
you can easily access image data in VaLink_algProcessFrames(), which is inside vaLink_alg.c.The data are in yuv420sp format, if you need RGB, you have to do the conversion yourself.
View ArticleForum Post: RE: Linux: Cannot view/modify pinmux settings via debugfs
Too bad that would have been very useful for us. Thanks for the info - Anthony
View ArticleForum Post: RE: Linux causing CCS/JTAG to disconnect
It sounds like the debug subsystem clock is getting disabled. Doing a quick diff between 3.8 and 3.12, I saw in arch/arm/mach-omap2/cclock33xx_data.c:5801 @@ -431,15 +435,11 @@ 5802 * - Driver code...
View ArticleForum Post: RE: PWM output with BeagleBone Black / set duty cycle
What routines have to be copied to what Beaglebone Black code? to beaglebone.h? Please help me with this! Thank you!
View ArticleForum Post: RE: Ethernet FCS errors on ACK packets
Dave,No problem.I agree that it's most likely a driver issue.Where else do you see the FCS errors? (what other types of packets, besides ACKs?)Because if you notice, those ACKs all have length 64. I'm...
View ArticleForum Post: RE: Can bind() 2 or more IP Address to respectively different...
Hi NAO EMOTO,Which version of the NDK are you using? BIOS version?Which hardware platform?There have been customers who have successfully done this, however it seems there is a limitation with binding...
View ArticleForum Post: RE: Semaphore post not waking up task
Hi Rahul,Which hardware platform are you using?What is the priority of your task?When the problem occurs, can you halt the processor and open the ROV tool?What do you see in the Task module view?It may...
View ArticleForum Post: RE: LLIAddStaticEntry usage
Hi Raj,You don't need to enter kernel mode (llEnter) before calling LLIAddStaticEntry().There is an example of this in the NDK Telnet code. The command looks like this:>lli[lli Command]Called to...
View Article