Forum Post: RE: unknown semaphore pend
The last thing to occur in the event logger before the bad context error is "LM_pend: sem: 0xc007bfec, count: 0, timeout: -1". I see lots of these entries in the logger, but it seems like the last...
View ArticleForum Post: RE: Error status 0x00000402 when doing decoding with mpeg2 decoder
Paula, Thank you very much for the reply. I have resolve this issue. It is because that my input buffer is too small tofeed enough data to the decoder. But I get another error from decoder...
View ArticleForum Post: RE: DM368 JPEG encoder
Hi,qValue= 97 is max quality we support on DM368. And the output size is dependent on content of the input you are feeding to encoder. We have tried different input of resolution, for some YUVs we got...
View ArticleForum Post: Starterware - Reg. DMA issue for both Bulk Device and Mass...
Hi Everyone,We started working on "usb_dev_bulk" example from "starterware 2_0_1_1 version" and created a composite device by adding Mass storage device driver to access SD card in a board which uses...
View ArticleForum Post: RE: AM335X WinCE 6 BSP Running Successfully!
I am very interesting, please contact with me via gian.chen127@gmail.comThanks a lot.
View ArticleForum Post: RE: DM3730 FIQ handling
Update: I have tested my ASM code as "standalone" code, and it works fine (I just have changed "beq bit_clear" to "bne bit_clear", and added push-pop).So I suppose that there is one reason of incorrect...
View ArticleForum Post: RE: Can't get touch event DM3730 on Linux 2.6.37 and QT
I'd like to, but my Target device has Angstrom Linux with kernel version 2.6.37, which doesn't support qt5
View ArticleForum Post: Building an Android SD card
Hi Guys,I am trying to follow this guide:http://processors.wiki.ti.com/index.php/TI-Android-JB-4.2.2-DevKit-4.1.1_DeveloperGuideI am having the following problems:0) Ubuntu 64 12.0.4.3 is not OK I had...
View ArticleForum Post: RE: DM368 JPEG encoder
Hi,We triedwithYUV422orYUV420entries, but the resultis the same.With ourresolution(4096x2048)andqvalue=97,we stillhavemore than2MB. And the most annoying thing is that the image quality is too...
View ArticleForum Post: RE: am335x wince7 compile errors
Because the c:\wince700\platform\common\src\soc\common_ti_v1\am389x\inc\am389xemacregs.h code page didn't match with your system. You can modify this file and save then revert.
View ArticleForum Post: RE: VIDIOC_DQBUF Hangs after reboot
In UBL, it seems only warm_reset and power_onreset can be used to reset VPSS,but no need for Watchdog?static void POR_RESET(){ if ((PLL1->RSTYPE)&3) { VPSS_SYNC_RESET(); // VPSS sync...
View ArticleForum Post: RE: RTFS sataSample problem with NDK 2.0.0 at OMAPL138
Hi Steve:I test the SATA example with 3 different scenarios. The problem still exists.The A and B scenarios have the same results. They stopped at two different position.Some time they stopped at Other...
View ArticleForum Post: RE: Error status 0x00000402 when doing decoding with mpeg2 decoder
Hi Sunzhao, My understanding is that you need to discard frames which has not all its reference frames. But I will check with the codec team which type of error concealment we support for open...
View ArticleForum Post: fw_printenv Bad CRC problem in dm6446+nand
I plan to use fw_printenv to modify u-boot envirioment variables like ethaddr,ipaddr, etc. u-boot version: 1.3.4, kernel verion: 2.6.18 from lsp2.0after fw_printenv tool was configed and builded, it...
View ArticleForum Post: RE: AM335x MMU Level 2 Page Table
There is a preliminary work-in-progress code, that is available in the c file inserted below, along with a simple test code. Hope this helps. It would also be helpful for us to know, how you plan to...
View ArticleForum Post: RE: DM6437 Exception Crash Debugging
Hi B,Which version of BIOS are you using?[quote user="Bandeg"]I have connected the JTAG and loaded symbols (release mode though so it wasn't compiled with symbols) and I can run this. However the...
View ArticleForum Post: RE: Tiva C: SYSBIOS
Hi Nagata,Have you seen the TI-RTOS? TI-RTOS is an "everything you need to get started", complete product that comes with BIOS, NDK, drivers and examples for the Tiva device you are using.You should...
View ArticleForum Post: RE: C66x H264 HP 4-core decoder questions
Hi Praveen,Still not everything is Ok in 4-cores mode. On Group1 master I get no error after first call, but on Group1 slave I get an error (full logs attached):Goroup1 Master:....[2013-12-23 21:20:05]...
View ArticleForum Post: RE: unknown semaphore pend
Hi Chris,Do you have Hwis or Swis created in your app? If so, what types of operations are you performing in their ISRs?Steve
View ArticleForum Post: RE: question about sysbios 6.33 bug fix
Lin Feng1,I didn't see this post until after I responded to your previous one.I see that the fix for this bug was made by the following code which runs at config time:/* * ======== module$static$init...
View Article