Forum Post: RE: UBIFS: ubiformat issues
Sreenivas,Can't unmount the RFS, because the application for upgrading the image has to work. This is a production system.Best RegardsJK
View ArticleForum Post: RE: Accessing GPIO 5_11 in AM1808
Hi Norman Wong,Thanks for the reply, i have also tried echo out > directionbut no use,The problem is i just placed the value of 5_11 in mux config but dint register it with...
View ArticleForum Post: RE: BIOS-USB / RTFS can't read file larger than 120-KBytes
Hi Dan,I will try out usbhostmsc.pjt project and get back to you.Best,Ashish
View ArticleForum Post: RE: Help with Developing a SYS/BIOS application for CPU2 of the...
Hi Daniel,Can you share your project ? We can try it out on our end and try to figure out if some invalid registers are being written.Best,Ashish
View ArticleForum Post: RE: How to distinguish below three kinds of heap ?
Hi Ferdinand,The BIOS module creates a default heap (system heap) for use by SYS/BIOS. "BIOS.heapSize" is a BIOS module config param that allows you to control the size of this default heap. You should...
View ArticleForum Post: RE: SysBios: Stack overflow error
Hi Newbee,ROV is part of CCS and you dont need to separately install it. Here's a screenshot of how to launch ROV:Check the Tools menu again for ROV.Once you have ROV open, you can halt the C28 and...
View ArticleForum Post: RE: CSL Configured DMA on SYS/BIOS
Suraj,Can you share the code ? I would like to take a look just to make sure BIOS APIs are not conflicting with other APIs.Also are you using SYS/BIOS or DSP/BIOS ? I do not recongize DSP/BIOS 6.5 as a...
View ArticleForum Post: RE: AM335x SK and WEC2013: Persistent storage and KITL problem
Well, after putting any necessary driver in the boot hive and adjusting their flags to 0x1000, the system boots and opens the calibration tool ... but without any strings (normally, it would print a...
View ArticleForum Post: About DM6467T's TSK_sleep
My Linux Kernel is 2.6.32, downloaded from TI's website, it is abnormal when I call TSK_sleep in DSP Side.At Beginning, It is blocked in DSP Side, not return.Then, I found the timer's configuration in...
View ArticleForum Post: RE: Beaglebone black + jb 4.2.2 + musb babble interrupt
Dear Suzanne,This thread is not about serial communication, but thishttp://e2e.ti.com/support/arm/sitara_arm/f/791/p/223353/1070752.aspx#1070752is about it. It only differs that we are using BBBs UART...
View ArticleForum Post: RE: Connect Camera to USB host type A port (USB1)
sir i am using OMAPL138 LCDK the above used case is identical to my project the answer of the above question for my case is1. i dont want any data to be transferred to PC 2.a USB port should be...
View ArticleForum Post: RE: AM335x StarterWare: bug in MDIOInit
Hi,Thank you for the feedback. Same will be incorporated in next release.Ramesh D
View ArticleForum Post: RE: AAC Encode at 8kHz on 'C6748 DSP not supported?
Hi Tony,For the source packages of C64x+ AAC LC Audio Encoder and Decoder (ELF format), please contact TI.
View ArticleForum Post: RE: H.264 encoder produces too small bitrate
Lajos,In order to avoid skip frames, please change the parameters skipDistributionWindowLength and numSkipInDistributionWindow as follows.rateControlParams.skipDistributionWindowLength =...
View ArticleForum Post: RE: NAND Flash with AM335x
Hi Titusrathinaraj , I have followed the 1st step Boot From SD Card ; written Each Block As Mention ; apart from that tried to Load Back up also;SPL ,SPL backup.1 SPL backup.2,SPL...
View ArticleForum Post: AM335x Starterware: bug in edma.c?
In drivers/edma.c, function EDMA3ClearErrorBits(), line 1428:else if(2 == evtQNum) { HWREG(baseAdd + EDMA3CC_CCERRCLR) &= (EDMA3CC_CCERRCLR_QTHRXCD2 | EDMA3CC_CCERRCLR_TCCERR); } else if(3 ==...
View ArticleForum Post: How to understand the terms of skip frame in h264 encoder?
Hi,all:As to skip frame in h264 encoder.I heard that but I didn't understand.When I say skip frame I mean force skip frame.So.1.Why we need force skip frame ? When or at what time we need force skip...
View ArticleForum Post: RE: C66x H264 HP 4-core decoder questions
Hi Andrey,It seems you are using 1080p resolution with a lower level (3.0). H264 standard supports only upto 1620 macroblocks for the level 3.0. Decoded picture buffer limits and all might have set...
View ArticleForum Post: RE: Boot into login console on LCD
with the inittab booting to runlevel 1, only the penguin appears again.i'll check with the update to consoles argument.
View ArticleForum Post: OMAP 3530 - PSP 03.00.01.06 - MUSB and TWL4030 error when...
Hello,I have a USB printer connected to my board using MUSB and TWL4030.When I power up the unit and load the USB modules, the printer is correctly enumerated and works:insmod nop-usb-xceiv.ko sleep 2...
View Article