Forum Post: RE: DM8168 max bitrate is unbound for specific content.
The HRD solves our issue. Bandwidth is/remains now within limitations.There is still a pumping effect visible, but I believe it's inherent to our I frame mechanism.Thanks for helping.
View ArticleForum Post: RE: DSPBIOS source files
The source code for the DIO module is provided in 'bios_5../packages/src/dio'.We do not typically provide source code for BIOS 5.x. I sent you the SIO code since it is pretty high level and often...
View ArticleForum Post: RE: Link errors encountered when I use System_printf
Hi Buga,I see that you are using SysMin. Did you look under Viewable Modules->SysMin->OutputBuffer tab in the ROV to see if there is any output?Best regards,-Vincent
View ArticleForum Post: RE: am33xx in ti-linux-kernel
Hi,I'm working on customizing Arago from SDK 7.0 (Kernel 3.12) for project. We have a board based on BeagleBone White and an FPGA connected to GPMC bus and I had it working with SDK 6.0 using "echo 20...
View ArticleForum Post: RE: SPI / EDMA and memcpy during transfer
Hi Daniel,This is still not very clear to me.(1) You should cache-invalidate the rxBuffer before submitting the EDMA transfer, this is to avoid a race condition where if there is dirty data in...
View ArticleForum Post: 8148 1st uboot loaded...won't start
Hi, I'm making progress. I'm able to flash the 8148 with both the .uart through the serial, and with the CCS and the JTAG. But once loaded, I never see the TI-MIN prompt. This is on our own board, what...
View ArticleForum Post: RE: How to build a simple NDK project for the TMDSEVM6678LE
Will,The C6657 used the old internal CPPI descriptor mechanism, all the other Keystone I and II devices use the new Multicore Navigator setup. As such they are not supported in the XGCONG utility....
View ArticleForum Post: RE: ROV- MEM view exception
Can you make a small test case for this problem? My guess is that there's a bug in the ROV host-side code and not any problems in your app. Ideally, the test case would run on one of TI's standard...
View ArticleForum Post: RE: Syslink debug problem
Hi Alexander,In general, it is difficult to step through code that has been highly optimized with -o3, as the order in which the code is executed may not directly match the source lines, and some code...
View ArticleForum Post: RE: SPI_Transfer with Null Rx buffer fails
Hi Barry,sorry for the late reply (I dropped the ball on this one). Can you send me your CCS project? I'd like to build it and see where the exception is happening.
View ArticleForum Post: RE: BIOS-USB / RTFS can't read file larger than 120-KBytes
Hi Dan,I forwarded this issue within TI and the response I got is that TI is no longer going to be able to support RTFS/Jungo USB stack due to organizational changes. At this point, I think your best...
View ArticleForum Post: RE: Redefining malloc in RTSC application
Thanks a lot Alan! That's exactly what I was looking for.
View ArticleForum Post: RE: Symbol ti_sysbios_knl_Task_Object__create__S undefined
Ok, then I'll try in CCS. I am just not sure if I could specify the memory mappings and define my own symbols in .cfg file, how could I do this? Will it have any influence on the BIOS modules which...
View ArticleForum Post: RE: AM3352 Linux SDK7.0 (kernel 3.12) on custom board: file...
Hi,[quote][ 1.473710] Key type dns_resolver registered[ 1.479053] cpu cpu0: cpu0 regulator not ready, retry[ 1.484460] mmc1: new high speed MMC card at address 0001[ 1.490612] platform...
View ArticleForum Post: RE: 8x8 InterBlockSize on DM8147
Adam,All the settings are proper and codec is also taking the values properly. Is it possible for you to share a stream in which you faced the issue (the one generated using the shared settings) ?
View ArticleForum Post: RE: raw log display incorrect time (o time) for all executions
attached are the configuration files for both the labs.(Please visit the site to view this file)(Please visit the site to view this file)
View ArticleForum Post: RE: Dbus on am335x starter kit
Hi Nate,Do you have your toolchain folder included in your $PATH?Best regards,Miroslav
View ArticleForum Post: RE: GPIO as SPI Chip Select in am335x
Hi Arun,I have control gpio as Chip select through script . Directly run that script from console ; and it worked !!provide description about your NOR Flash you are using ;and log of your boot up !!
View ArticleForum Post: RE: Not Able to connect to Beaglebone Black using USB while...
When your System get started --> connect to "minicom" or "gtkterm" ---> log in to your board -->go for log to file from minicom or gtkterm option to save your log --> reboot your system ;
View ArticleForum Post: RE: SPI / EDMA and memcpy during transfer
Hi Murat,i am with the AM3359 SPI-SLAVE. I cannot initiate the transfer.If the am3359 has input data via SPI/EDMA, then after 10bytes the EDMA Interrupt triggers the EDMA ISR, in which i save the...
View Article