Forum Post: RE: am335x resume
Hi Kazunobu.[quote user="Kazunobu Shin"]I'm attaching Linux patches for AM335x + LPDDR system. Can you please replace your modifications for LPDDR with these patches and see if it helps to resolve the...
View ArticleForum Post: RE: Am335x Starter Kit software installation seem to do nothing
Found the answer - the installation program assumes a 32-bit system. Found a page describing the various supported hosts (http://processors.wiki.ti.com/index.php/Linux_Host_Support) and the Ubuntu...
View ArticleForum Post: RE: "sudo" and "apt-get" do not exist in Angstrom in Beaglebone &...
If you find yourself forgetting about opkg in Angstrom Linux, you can create a symbolic link to opkg named apt-get. This way you can run apt-get but actually be running opkg. The sub commands opkg...
View ArticleForum Post: AM3352 RTC
Hi,I have few queries regarding the RTC feature of AM3352 -In AM3352 datasheet it is given that the RTC maximum current for CAP_VDD_RTC and VDDS_RTC is 2mA and 5mA respectively. What are the typical...
View ArticleForum Post: AM3352 MMC card detect
Hi,On our board we are planning to use µSD card as a booting option as well as for storage. In many of the connectors (8 pins) the card detect is multiplexed with D3 (data) line. As the ROM code...
View ArticleForum Post: RE: AM335x CEFUSE
Thank you for your reply.I'd like to know about CM_CEFUSE Registers.(CM_EFUSE registers are CM_CEFUSE_CLKSTCTRL@0x44E00A00 and CM_CEFUSE_CEFUSE_CLKCTRL@0x44E00A20.)My customrer is creating a power...
View ArticleForum Post: RE: UIO and PRUSS support with ti-sdk-am335x-evm-06.00.00.00
One more note: in about a week we will be releasing the new SDK and it will have support for the PRU as well as CCS will support it.
View ArticleForum Post: RE: 8-bit access on 16-bit GPMC device
Hi BradWe using shell in WEC7 with commands In8 and Out8. It is simple access to physical memory without programming. Afterwritingthe first messageI looked source code of shell and I havethoughtthat...
View ArticleForum Post: RE: Am335x LPDDR2 vendors
Hi there,Is it likely that LPDDR2/3 will be supported by future variants of the AM335x processor?
View ArticleForum Post: RE: AM335X LCD Interface StarterKit Schematic
Hi Richard,For correct AM335X LCD color assignments please check AM335X Errata Rev. F, Usage Note 3.1.1.
View ArticleForum Post: RE: AM335x SPI glitch problem
If changing to a bigger resistor value make the problem worse, it is not ringing. It is crosstalk.Look at your layout: is there anything in the neighbourhood of the clock line which might do the...
View ArticleForum Post: RE: AM3352 RTC
Hi Biser,Thanks for the information. Based on this we will go ahead with the external RTC chip solution.Regards,Nikhil
View ArticleForum Post: RE: Migrating between Hercules and Sitara
I haven't heard of a migration document from Hercules so far. There are migrating guides from other processors on the AM335X wiki: http://processors.wiki.ti.com/index.php/Sitara_AM335x_Portal
View ArticleForum Post: RE: How to add a splash logo in u-boot on AM335x evm
The function Lcd_Init() is typed correctly? I can't find the function.Firstly, I can't find the file 'evm.c' in the directory 'uboot/board/ti/am335x/' , and the version of my uboot is...
View ArticleForum Post: RE: Steps to load uboot and uImage using JTAG on AM3517evm
Hi Ashok,You can use Code Composer Studio with the XDS200. Here is a XDS200 quick start guide: http://emulators.spectrumdigital.com/files/XDS200_QSG.pdfYou can ask for support on the XDS200 in the Code...
View ArticleForum Post: RE: AM3352 MMC card detect
Biser, thanks for confirming it. Then we will use the driver changes as suggested.Thanks & Regards,Nikhil
View ArticleForum Post: RE: Maximum NOR flash size that can be connected to AM3352 processor
Hi Biser,I'm using AM3892 to interface FPGA. I configured GPMC into 16-bit non multiplexed synchronous single read/write mode(NOR like interface to FPGA) and i also set LIMITEDADDRESS to zero. When i...
View ArticleForum Post: RE: TMDSSK3358_ADC_LCD
What I can think of is tracking all the patches that integrate the TI ADC driver between PSP versions 04.06.00.08 and 04.06.00.09 and applying them to your tree.The arago linux git repo can be found...
View ArticleForum Post: RE: AM335x PLL Configuration Order
There is no specific order. It will depend on what peripherals are used and from which clock source they are clocked. I suggest your customer use the AM335X Clock Tree Tool:...
View ArticleForum Post: RE: Linux SPI kernal driver available?
Lee,Referring to the driver file Miroslav mentioned, as well as the MCSPI_CHxCONF registers mentioned in the datasheet (see table 24-18), you should be able to use the FORCE bit to toggle the CS line...
View Article