Forum Post: RE: Question about AM335x GEL File
Hi Biser,Thank you the reply.Yes, I'm using v1.2 Gel because our TMDXEVM3358 have DDR2.I posted the question because I thought that either EVM(onboard DDR3) got released or not.DDR3 version TMDXEVM3358...
View ArticleForum Post: RE: SDK 1.1.0.3
Bindu,you need to adapt GPIO usage in the code to your hardware. Some may be needed (Status LEDs) others not (CPSW mux switching). Therefore we supply the sources for all IA-SDK code related to this....
View ArticleForum Post: RE: issue about mmc0
We only support the Linux included in our SDK, which is version 3.2.Please ask your question in the BeagleBone community forums.Best regards,Miroslav
View ArticleForum Post: RE: Question about larger RAM on Beaglebone platform
You are looking for a 8Gbit (1GB) DDR3 with only one set of control lines.You can find such products from the company Intelligent Memory.Watch out, they have two variations! One also uses two sets of...
View ArticleForum Post: RE: use adc with am335x
Hi Cobus,Using the Beaglebone black and SDK 6.0 (PSP 04.06.00.11)able to see the ADC entries entry in the sys:- I just followed the ADC drivers docs from the wiki...
View ArticleForum Post: RE: Interface LCD module using SPI in Linux
Hi Shinu, I hope your requirement is about initialize the display, for that you can do it in u-boot board file usingbit-banging method, by using gpio pins.Best regards,Rajeev
View ArticleForum Post: RE: am335x - adding new panel with SVGA resolution
Hi,There is no limitation about SVGA resolution on the hardware side, so you shouldn't have a problem adding it to the panel_type enum and then adding the logic to support it in the da8xx-fb driver.For...
View ArticleForum Post: RE: Am335x Flash image builder
Hi Biser,Its working fine :).Ya there was some problem in GPMC_WAIT0 connection.Thanks
View ArticleForum Post: RE: DATA0_REG_PHY_FIFO_WE_SLAVE_RATIO_0
Hi Kumac, This register sets the Data Macro 0 DQS Gate Slave Ratio (AM335X TRM Rev. J Table 7-256 and section 7.3.6.10). As mentioned in...
View ArticleForum Post: RE: am335x evm mount UBIFS filesystem failed.
That is the space fixup parameter. This parameter tells the ubi subsystem to cleanup the mtd device after the first mount. This solves some problems seen in the past with corrupted images. Don't remove...
View ArticleForum Post: RE: connecting beaglebone to CC85XM RF audio board
The BBB is supported by the community at http://www.beagleboard.org/Community/Forums. Please ask your questions there. BBB schematics can be found at:...
View ArticleForum Post: RE: GPTIMER1 u-boot
U-Boot does not use interrupts; it works in a polled mode. U-Boot uses TIMER2 in a polled mode to read time. Look at arch/arm/cpu/armv7/omap-common/timer.c.Steve K.
View ArticleForum Post: Fail to crosscompile a LKM module for sitara
I successfully compiled this module on another installation two months ago, and now I can no longer do it. What could I be doing wrong?So, starting with a new installation, I do (on a Ubuntu...
View ArticleForum Post: AM1806 UART1 ISR not triggered
Hello,I am using AM1806 and all UARTs, but at the moment I am looking into UART1.What I see is that at times I can get into a situation where the ISR is not running anymore and we fail to send data...
View ArticleForum Post: RE: AM3352 RMII ethernet: no data sent or received
One last update on this:There was an issue with our PHY where both of the PHYs were responding to packets set to PHY address 0. This is apparently known as "broadcast mode" and on these PHYs you have...
View ArticleForum Post: Problems getting SPI1 to work on AM3359
HiI believe that I've looked through all relevant posts already as well as read relevant chapters of the TRM, but I'm stuck.I'm using the IDK base board as a starting point to start some software...
View ArticleForum Post: RE: Require assistance building Qt4.7 from scratch for AM335x
While reviewing the http://processors.wiki.ti.com/index.php/Building_Qt fourm again, I found in the comments another user (Taku) having the same build issue... I don't see a way to tag this user to see...
View ArticleForum Post: U-Boot Pause
On Occasion, U-Boot will pause for a few minutes, then boot up as normal on our prototypes.Here is where it pauses:"U-Boot SPL 2011.09-svn15 (Nov 28 2012 - 12:57:02)Texas Instruments Revision detection...
View ArticleForum Post: RE: AM335x and RMII TLK105, link not stable
Woo Hoo!I found the problem! I had a RGMII instead of a RMII in the following code:void setup_enet (void){/* Fillup global mac id */ am33xx_cpsw_macidfillup("0:1e", "0:00");...
View Article