Forum Post: RE: AM335x Starter Kit Capacitive Touch Screen
Hi all,I am trying to integrate capacitive touch panel with ft5306 on am335x custom board using android. but i am not getting any events on touching the screen.The wake pin is connected to reset pin on...
View ArticleForum Post: RE: boot problem on am335
Hi,The correct link to download the TI SDK is this: http://software-dl.ti.com/sitara_linux/esd/AM335xSDK/latest/index_FDS.htmlPlease provide a log of the error during the SDK installation, as an...
View ArticleForum Post: RE: am335x LCD Timing + HDMI TDA19988 sdk6
Your timings reported by the fbset utility seem correct, except for the pixel clock period (15625ps).I'd suggest you check what happens inside the da8xxfb_pixel_clk_period() function inside the...
View ArticleForum Post: RE: AM335x - RTC signals connexion for RTC subsystem only
Biser,Thank you for your support !Have a good day,BRBK
View ArticleForum Post: RE: About eMMC H/W boot partitions
On AM335X there is support only for raw mode booting from eMMC/eSD embedded memories. Section 26.1.7.5.5 describes booting in raw mode.
View ArticleForum Post: RE: AM335x - Pins connexion when never use
Hi Ben, See this wiki page: http://processors.wiki.ti.com/index.php/AM335x_Schematic_Checklist#If_ADC_is_not_used...
View ArticleForum Post: RE: Large page nand with BCH16 in u-boot
I too have been encountering many issues using BCH16 and UBI. I am using a 2GB MLC Nand from Micron. I have BCH16 working great in U-Boot and i simply write a ubi image pre-formatted so i don't use...
View ArticleForum Post: RE: am335x boot nand timings
The calculation in the kernel is here: /arch/arm/mach-omap2/gpmc.cfunction set_gpmc_timing_reg is called to set the register and the time from the config structure is passed in. This function then...
View ArticleForum Post: RE: Beaglebone Weather Cape Debian C/C++ Programming
Sorry about formatting; nothing I do seems to get the lines right: From http://www.beagleboard.org/Community/Forums?place=msg%2Fbeagleboard%2FrWZ6szQkAwc%2FQd64tslES3wJ...
View ArticleForum Post: RE: Interfacing AM3715 with LMK04808
I was planning on using one of the SPI ports with the following connections.MCSPIx_SIMO to DATAuWIREMCSPIx_CLK to CLKuWIREMCSPIx_CSy to LEuWIRE
View ArticleForum Post: RE: AM335x ADC Errata (Advisory 1.0.32)
Yes this is possible. However, the resistance of the internal analog switches will limit the current to a level that will not damage AM335x. That is why you only need to add external resistors which...
View ArticleForum Post: RE: MDIO not able to poll PHY
Biser,Here is our capture of the preamble happening. Screenshot is labeled like the previous one.Thanks,Ben
View ArticleForum Post: object limitation
hello we try to use sitara for 32 analog inputs of 32 bit each by using the PDO and to add 32 bit objects for analog setting by using the COE We have a problem to use more then 14 moudles (according...
View ArticleForum Post: RE: Ethernet freezes after a while - AM3352 Custom Board
Nice work Fernando, and thanks for sharing your solution on the forum so that others may learn from it!
View ArticleForum Post: RE: custom am3354 board usb enable, ti81xx driver doesn't work
Thanks Bin Liu, but I found the problem: I had an incorrect call to usb_musb_init() in my board-am335xevm.c file and so it never initialized usb in linux. Now both USB ports are working fine.Thank you...
View ArticleForum Post: RE: AM335x SDHC DDR
DDR support was never planned on AM335x. So this is not considered a bug.The MMC module used in AM335x was designed to support this mode of operation, but there has never been any plans to support...
View ArticleForum Post: RE: AM335x Ethernet ALE filtering
DK-san,Thank you for replying me.Yes, I understand the "Ingress Filtering Process" is followed by "VLAN Unaware Lookup Process".I believe the received multicast packet which don't have an address in...
View ArticleForum Post: RE: am335x LCD Timing + HDMI TDA19988 sdk6
Hi Ram,Please find the _get_clksel_by_parent() function inside <linux_dir>/arch/arm/mach-omap2/clkt_clksel.c. It returns the correct clksel structure for a given clk & parent. It is a private...
View ArticleForum Post: RE: Am335x USB DMA mode
The factory team looked at this and their recommendation is that you post this question in the Starterware forum (link given above).
View ArticleForum Post: RE: Adding new spi 3 wire slave driver in linux 3.2.0
Hi Murugan,Please read this discussion in order to understand when the probe function is called: http://comments.gmane.org/gmane.linux.kernel.kernelnewbies/37050Basically, after you initialize the...
View Article