Forum Post: RE: Method for text file to force xdc rebuild
I build with python scripts which manually build all the repositories and binaries using the xdc command. I'll give Pkg.makeEpilogue or Pkg.makePrologue a try.
View ArticleForum Post: RE: How to deal with this situation for convert yuv444 to...
[quote user="Paula Carrillo"]It says that image width/height in Pels, must be multiple of 16.. .[/quote]Hi,Paula:I see that test example and know that however it is multiple of 16 or not multiple of 16...
View ArticleForum Post: RE: Something wrong with Interaction between SYS/BIOS and interrupts
Aaron,You can move MMU init code into a C file. There are SYS/BIOS C APIs that can be called from your C code to configure the MMU table.Here's some example C code:#include...
View ArticleForum Post: RE: SYS/BIOS project templates disappeared when installed...
HiI could solve the problem - in a strange way.I was trying for C66xx device. It didn't come. Then I just tried for C64x+ and it showed the SYS BIOS template. Then I tried for C66x again and the...
View ArticleForum Post: RE: NAND BCH8 HW TI8148 unccorectable (-74) errors
Markus,I'm on a DM814x project, and am using NAND geometry just like yours I think. I have not grabbed the latest Arago patches that support sub-page accees, for fear that the bugs aren't flushed out...
View ArticleForum Post: RE: TI-RTOS for Hercules
what about port the current OS to work with the Hercules?
View ArticleForum Post: RE: Beaglebone vs beagleboard ?which one is better
@KanchanI can partially speak to beaglebone black (BBB)I have got a BBB working with the 4DCAPE-43T LCD display. BBB has an Angstrom linux OS stock. I also have successfully got the BBB+4DCAPE working...
View ArticleForum Post: RE: Beagle Bone Black Touch Screen Interface
@Vishnu,I recently got TI-Android JB working on a BBB + 4DCAPE-43T combination. The 4DCAPE-43T is from 4Dsystems.HTH
View ArticleForum Post: Uploading code without emulator
Is it possible to upload a code on LCDK C6748 without a emulator please?
View ArticleForum Post: RE: How Can I use phonegap with AM335x Sitara kit
I just attempted it using PhoneGap Build 3.1.0 and Android JB 4.2.2. The apk produced by Phonegap Build installed over ADB successfully. When run, some of the basic functionality survived (links, basic...
View ArticleForum Post: RE: slave SPI (SSI0) using DMA generates an DMA error
Hi Tom!I checked SPI_Transaction data structure. Mymistakewashere:exchTransaction.txBuf = (Ptr)exchange_tx.di_state.dig_in_out[0];exchTransaction.rxBuf =...
View ArticleForum Post: dm816x omx capture_encoder howto running 480p?
Hi AllWe are using 8168 custom-board for capture, encode, stream and display using EZSDK 5.05.02 and OpenMax libraries.(without tvp7002, we use fpga)The customboard encoding and decoding is working...
View ArticleForum Post: RE: TCP/IP server (based on NDK) on AM335x
Hi Vinesh,Thank you for the quick suggestion,I will try the Ethernet/IP example commenting out EIP specific calls and come back to you with the result.Regards.Prad
View ArticleForum Post: CAN (Controller Area Network) Uboot driver
Helloi have a custom AM3352 board with U-boot+linux that have to support a CAN interface as described in http://processors.wiki.ti.com/index.php/AM335X_DCAN_Driver_GuideWhen i want to bring up the...
View ArticleForum Post: RE: Sitara SDK 05.05, patched kernel with RT patch, doesn't...
Well, providing a realtime environment was a requirement from a project partner, so they got it. I didn't have done any further tests whether or not there were improvements.
View ArticleForum Post: RE: AM1808 - ubiformat fails when free ram space is limited
Did you find answer to this question? Can you update here?
View ArticleForum Post: RE: OpenCL runtime support
Thomas,The OpenCL product for the 66ak2h platform will be included in a package of technologies from TI called mcsdk-hpc, which should be available in April. Regards,Alan
View ArticleForum Post: RE: How to deal with this situation for convert yuv444 to...
Seteve, yes, you need even dimensions for yuv420.thank you,Paula
View ArticleForum Post: RE: Missing UART Interrupt SYSBIOS on AM1806
I have resolved this issue. In an effort to help others I will list my findings.The interrupts on the AM1806 appear to be edge triggered not level triggered. If a second interrupt from the UART occurs...
View ArticleForum Post: RE: Zero-Latency Interrupt on a 28335
Justin,you might want to see this wiki page. Let me know if that helps.
View Article