Forum Post: RE: AM335x EVM replace the TI splash screen
I found some additional information the in LCD driver page: http://processors.wiki.ti.com/index.php/AM335x_LCD_Controller_Driver's_GuideLooks like my mode is 800x480-62:root@am335x-evm:/home# fbsetmode...
View ArticleForum Post: RE: TI Sitara Starter Kit USB Camera
@Lofna,What is your OS? I got this working on Android JB version.
View ArticleForum Post: RE: AM335x Touchscreen controller
Hi SudhaJ,There are a few user space tools from the tslib library that can do what you need:ts_printts_print_rawThese are included in the TI provided Arago root file system.The sources for the tslib...
View ArticleForum Post: RE: Link opening issue
Try this link: http://software-dl.ti.com/sitara_linux/esd/AM335xSDK/latest/index_FDS.html
View ArticleForum Post: RE: am335x RMII Issue
It seems your PHY is not being recognized by the system. Do you have the MDIO interface connected and configured properly?
View ArticleForum Post: RE: am335x elm usage
Hi Cheng, Yes, this is described in section 7.4.4.3 of the AM335X TRM Rev. J. See Table 7-281: Wait until process is complete for syndrome polynomial 0, 1, 2, and 3: Wait until the ELM_IRQ interrupt is...
View ArticleForum Post: RE: AM3358 CLKOUT2 - is it safe to use?
Hi Biser,Many thanks for the feedback. We will see if we can use the suggested PLL in our application.Regards,Chris
View ArticleForum Post: RE: AM335x : Can QML utilize SGX accelerator?
Devin, I have asked the factory team to take a look at your question. Hopefully you will have an answer soon.Best regards,Miroslav
View ArticleForum Post: RE: CIR mode in AM335x
Hi Chandra, The formula is: Dividing value = (FCLK/16)/Tfreq If T=200us then Tfreq = 1/ 2* 200us = 2500Hz. Then 48 000 000 /16 / 2500 = 1200 or DLL = 0xB0 and DLH = 0x04. As you can see the frequency...
View ArticleForum Post: RE: amsdk 06.00.00.00 buld fails at php. How to update the php...
HI Victor.Yes, the file contains all source code.bitbake use conf/local.conf for configuration of your local build environment;the download directory : #DL_DIR ?= Location ... Andreas
View ArticleForum Post: RE: AM335x EVM-SK Device Tree Overlay
Hi Steve,Linux kernel 3.12 and device trees are not yet supported here. For the moment we only support the kernel that comes with the officially distributed TI AM335x SDK (version 3.2).For support on...
View ArticleForum Post: RE: AM335x EVM replace the TI splash screen
Miroslav, Thanks so much! Exactly what I was looking for!Looking at the code, I would think if I want to get rid of the progress bar altogether I could eliminate the:psplash_draw_progress()code and...
View ArticleForum Post: RE: Using Emac CPPI RAM for Buffer Descriptors
Yes, that requirement is implemented. All 16 HDP registers are initialized to 0.
View ArticleForum Post: RE: Interface 8-10 Camera Which processor I should use
What is this camera? What physical interface does it have? What is the image format that the camera outputs? Do you have a model part number or datasheet?Please provide details if you want an adequate...
View ArticleForum Post: RE: kernel configure 2 Ethernet ports in am335x
Biser. we found a pin conflit in ind_auto_mtrl_evm_dev_cfg struct. Now we can transmit packages, but don't receive.- PHY send the signals to am335x- PinMux Utility connected GPMC_CSN3 to rmii2_crs_dv...
View ArticleForum Post: RE: Concerned AM3715 will not have the needed Power
[quote user="Biser Gatchev-XID"]You will need something much faster to fulfill these requirements. The Sitara processors cannot interface this ADC directly[/quote]So I should look at something in a...
View ArticleForum Post: am3357 - DDR with MT46H32M16LFBF
Are using the am3357 partAre using memory part: Micron; MT46H32M16LFBF-6Can write every other 16-bit word in the SDRAM address spaceNot sure if we have a configuration or addressing issue
View ArticleForum Post: RE: OMAP2 SPI: DMA Transfer loses "last" byte...
DAVI,I finally got a chance to duplicate your issue. I do see one extra transfer anytime the DMA is used whereas the PIO does not request an extra byte. I am starting to debug now. I don't have much...
View ArticleForum Post: Steps to be done to use PRU?
Since there is still the strange and reproducible bug open where reading DATAIN of GPIO stalls the CPU and slows down a running DMTimer-interrupt and where we do not get any response although we're...
View Article