Forum Post: What use is of Semaphore_Struct ?
Hi,When I learn Semaphore, I find there are a lot of functions using handle while only one uses "Semaphore_Struct". On this forum I find only one link about...
View ArticleForum Post: RE: questions about “boot Linux kernel on EVM6678L”
Hi, Jerry,Just want to add that the document says flashing through XDS100 takes 45-60 minutes, but takes more than 3 hours for you. Do you see the following lines when programming the NAND? It should...
View ArticleForum Post: RE: Undefined symbols in ethernetip_stack.lib
We have gotten the rebuilt NDK into our project, but it has not helped with the debugging. Let me ask a very basic question about the needed pieces for the NDK.We currently have not selected the NDK's...
View ArticleForum Post: RE: HWI in UIA execution Graph
That looks ok. You could try setting a breakpoint in your ISR, stepping through the ISR code until you're back in the Hwi dispatcher. Then see what happens when you step over this line of code in the...
View ArticleForum Post: RE: Linux EZSDK problems ad-nauseam
Hi Jelliott,Thanks for the reply. It is much appreciated.I have good news and bad news. The bad news is, after replacing Ubuntu 11.10 with a clean install of 12.04 LTS, we still had some of the issues...
View ArticleForum Post: AM335X NAND(8bit) ECC Error
Hi all, I've been trying to modify bootloader in Starterware_02_00_01_01, and i find a bug when i read the flash,my test code is attached bellow. The bugs lay in the function "NANDPageRead", when...
View ArticleForum Post: BeagleBone Black Android 4.2.2 HDMI Problem
Hello,I tried porting Android 4.2.2 image provided by TI on BeagleBone Black. I used Serialdebug on BBB and able to communicate using Serial console. I was able to start VNC server on android and saw...
View ArticleForum Post: Disable the Console messages in U-boot
Hi all,We have a AM3356 based custom board running with ti-sdk-am335x-evm-07.00.00.00. We need to disable all the console messages except few messages in U-boot (/u-boot-2013.10-ti2013.12.01 )....
View ArticleForum Post: RE: H.264 encoder with barrier implementation on uncacheable memory
Hi Andrey,Based on output you shared, looks like input YUV data corrupted. Only Core 1, 2,3 slices are corrupted and core 1 slice looks fine. master (Core 0) shares input data pointers to slave cores...
View ArticleForum Post: RE: SYS/BIOS system tick timer accuracy
Hi Prad,[quote user="Prad1"]1>What is the accuracy of this system tick?[/quote]I would recommend asking this question on the devices forum i.e. Sitara processors forum for AM335x.[quote...
View ArticleForum Post: RE: Power Consumption of SYSBIOS
Hi g.f,One way of reducing power consumption would be to power down the DSP whenever the idle task runs. This would typically involve programming certain power registers and then invoking the idle...
View ArticleForum Post: RE: Linux EZSDK problems ad-nauseam
Hi Josh,Thanks for the pointers.I have been using the Sitara SDG, but after looking at the Sitara forum, I realize there is a better place. I now have the SDK running, but now I'm having problems with...
View ArticleForum Post: RE: Am3352 bootup
Hi Rama Krishna,Regarding EVMProfilegetup() my doubt is cleared. Thank You.But to initialize the the ports, what i should do?For example, if i need to initialize the lcd ports, do i need to follow the...
View ArticleForum Post: RE: Disable the Console messages in U-boot
I guess you would have to re-compile U-boot to disable these messages. May be there is a compile-switch to turn them off...but I'd recommend to ask the U-boot guys, they should know.
View ArticleForum Post: Windows CE Loading problem on OMAP
Hi,We are using Windows CE 6.0 based BSP for TI OMAP based SOM board which we have procured from a vendor in TIWAN.The BSP has been given by the Tiwanese company, but there is no support for BSP. The...
View ArticleForum Post: RE: Build fail with custom 66AK2H06 platform
Hi Robert,What do you mean by setting PLATFORM to the corresponding name in products.mak? I tried changing the platform.mak file so it says:PLATFORM ?= tci66c8 However the build still fails after...
View ArticleForum Post: Using u-boot to load sybios on ARM and DSP
hello there,i've developed a project on an OMAPL138 som-M1 module with SYSBIOS running on ARM and DSP core. since now i used a XDS510 emulator to develop. now i want to flash my projects.for different...
View ArticleForum Post: RE: EtherCAT in Run mode (Synchronous)
Hi ,We are using ecat_appl example provided in SDK 1.1.0.3 on ICE Boardecat_appl (Full feature with SSC).1)Do we need to change any macro setting in Firmware, to Run in Synchronous mode?2) Is the above...
View Article