Forum Post: RE: u-boot freeze when interrupts are activated
Ok, the problem is more complicated that I thought. Basically, u-boot doesn't use interrupts, the #defines were completely removed from configure, must be added by hand:#define CONFIG_USE_IRQ#define...
View ArticleForum Post: RE: am 3359 beaglebone black baremetal assembly programming
I added the code for enabling of modules in the gel file so that i need not do it every time at start of the code.this way i get all modules enabled every debug session. And by modifying the gel file i...
View ArticleForum Post: RE: AM335x and RMII TLK105, link not stable
Chuck,Please take a look at the PHYUSERACCESS(n) registers. These registers provide a mechanism to read/write the PHY registers via MDIO.
View ArticleForum Post: RE: eCAP on BBB AM3359 not capturing, even when forced
Hi Biser,I'm running 3.8.13-00729-g8a94e04 with RCN's patch set, which, I suppose, isn't actually supported. Damn.Can we just pretend I'm using the EZSDK? :) I suspect my problem lies with some...
View ArticleForum Post: RE: AM335x with RMII Ethernet Phy
Prad,I have received verification from the TLK team that the TLK110 clock-out is not intended to be used as the RMII interface clock. An external 50MHz oscillator would be required for RMII operation...
View ArticleForum Post: RE: GPIO context during "suspend" (deepsleep0)
Hi Rajeev,Thanks for reply. I wonder if someone can guide me to how you are "supposed" to do this under linux.Normally you have your pinmux config setup during early boot, but I assume there are places...
View ArticleForum Post: RE: eCAP on BBB AM3359 not capturing, even when forced
Yes, the next SDK will be based on kernel v3.12. Release is scheduled for 1Q14.
View ArticleForum Post: RE: Getting AM3517 to wakeup from GPIO source
Have you tried with the EZSDK: http://software-dl.ti.com/sitara_linux/esd/AM35xSDK/latest/index_FDS.html ?
View ArticleForum Post: RE: AM3517 gpio wakeup enable
Hi Marc,Make sure that GPIO_28 is on GPIO_1 group, as this is the only GPIO group that is enabled for the wakeup purpose.At the end I solved my issue enabling IRQ on the driver of the TSC2004...
View ArticleForum Post: RE: AM335x EtherCAT sync0 time
Hi Frank,ACS Motion Control have a SPiiPlus MMI application studio which is a development tool and used RTOS32 as real-time system which bound with the Acontis EtherCAT master stack.I think the...
View ArticleForum Post: RE: ethernet loopback problem
Have you seen this wiki page: http://processors.wiki.ti.com/index.php/AM335x_Starter_Kit_Diagnostics. You can use it as a reference.
View ArticleForum Post: RE: TMDSICE3359 some general Questions
Hi rogerio,thank you for the reply.With Ethernet Software, do you mean the TCP/IP Stack?
View ArticleForum Post: RE: ICE v2 + lwip + enetlwip sample not working ?
Romain,Glad that you got it working.This example was ported from the starterware example, for which lwIPInit returns 0 if a link is not detected. As a result the IP address assigning fails and the...
View ArticleForum Post: RE: AM335x low GPIO hysteresis
What is the pinmux for these GPIOs? Do you have internal pullup/pulldowns enabled?
View ArticleForum Post: RE: MaxTouch mxt224e i2c touchscreen on AM335x-evm
You are probably right, you can use obp-utils tool to investigate your device; get the list of all objects in your device and then customize the mxt224e.cfg file according to output. Actually, i helped...
View ArticleForum Post: RE: Zoom™ AM3517 eXperimenter Kit install VNC
No, I haven't, I use the root filesystem /home/sitara/ti-sdk-am335x-evm-06.00.00.00/targetNFS, maybe it is already installed.lsmod returns 0 modules, so I think it is not installed.My custom Qt...
View ArticleForum Post: RE: AM335x NAND Flash Tool or nandlib does not support BCH 16-bit...
Hello Pekon GuptaI have tried to apply the patches to /home/sitara/ti-sdk-am335x-evm-06.00.00.00/board-support/linux-3.2.0-psp04.06.00.11/ but it is not possible, I suppose the patches are for newer...
View ArticleForum Post: AM335X Sitara starter kit X11 port
Hi, I am attempting to use the new sitara AM335X starter kit SDK for development/cross compilation of an X11 based application. From what I have seen of the SDK, it does not include the X11 sources...
View Article