Forum Post: RE: TI AM335x u-boot version 2011 09
PS. I recommend cloning the entire u-boot repository from here:http://arago-project.org/git/projects/?p=u-boot-am33x.git;a=summaryYou'll be able to see commit history much easier that way, e.g. you...
View ArticleForum Post: RE: AM335x EVM setup
1. @Prateek Goel: (too late - i know, but - may be - some one else need this answer): the last word in the addition string is "MI_01", not "MT_01".That mean we need add following line in...
View ArticleForum Post: RE: xdma_event_intr for interrupt input
OK Biser, thanks a lot.Regards,Takeshi Matsuzaki
View ArticleForum Post: RE: AM335x NAND prefetch engine: speed breakdown due to data...
I can't help you with that. Our design was actually designed to run on custom hardware (based on the BeagleBone, but with 16-bit NAND).During early development, I did try using the GPEVM (which is...
View ArticleForum Post: RE: AM335x set up
Hi Miroslav, I downloaded the sdk bin file and installed the sdk in my host pcI ran the make file which is at the root of the sdk to build the entire sdknext I ran the create-sdcard.sh script in bin...
View ArticleForum Post: RE: am335x sdk 7.0 watchdog support
How do you use it? Check this link: http://stackoverflow.com/questions/23126900/am335x-watchdog-does-not-work
View ArticleForum Post: RE: AM335X EVM Schematic
Damon,I was able to import this file so re-saving as Allegro 16.2 dsn format solved the Altium import issue i was having.Thanks,James
View ArticleForum Post: RE: AM335x evm touch screen not working
Please note that Qt 5.X is currently not supported on the TI EZSDK.
View ArticleForum Post: RE: AM335x interface audio codec TLV320AIC3100 supplies error...
Hi Patrick,Once i hard code the value snd_soc_write(codec,0x24,0xbd); // page 1 reg 36 snd_soc_write(codec,0x1F,0xC4); // page 1 reg 31 snd_soc_write(codec,0x23,0x88); // page 1 reg 35I am getting...
View ArticleForum Post: RE: uboot: tftpboot over usb using RNDIS
Gangadhar,Have you found the below guide for information on booting from USB:http://processors.wiki.ti.com/index.php/Linux_Core_U-Boot_User%27s_Guide#Using_the_network_.28Wired_or_USB_Client.29There is...
View ArticleForum Post: RE: [AM335x] USB host mode, DRVVBUS issue
It sure looks like OC...especially since there is significant droop on SYS_5V and you mention that the TPS starts falling first.What OS is this example running?What is the capacitance of USB1_VBUS?If...
View ArticleForum Post: RE: Reg.AM3359 and TPS65910AA1RSL
Hi Biser,Please find below Schematic pages of where VRTC_LDO is getting connected. plesae let me know if you need anything more.Regards,Ibram
View ArticleForum Post: RE: editing the booting images in AM335x
Hey Miroslav,Sorry for asking such simple annoying questions. Could you please one last time assist me with this issue.I have read the linux user guide you mentioned above.My SDK is located in...
View ArticleForum Post: RE: am3352 SPL issue
Hi Bernhard,From my experience working around SPL boot up I recall that it uses DRAM.Static variables go to addresses above 0x8000 0000.The SPL code one could easily load and step through using XDS100...
View ArticleForum Post: RE: How to boot Sitara AM335x starter kit from Network?
You could try this as a starting point:http://processors.wiki.ti.com/index.php/AM335x_U-Boot_User's_GuideYou may download the TI SDK, build the U-boot for your platform, find the resulting u-boot.img...
View ArticleForum Post: can the power consumption of AM3703 base system stay below 10mA ?
Hi, TI guyswe are going to design a product based on AM3703, and will have 320*240 LCD display, USB WiFi, and more important is that there is a NTC temperature sensor on the board. so we need to keep...
View ArticleForum Post: RE: TI AM335x u-boot version 2011 09
Thanks Brad! That was exactly what I was looking for.
View ArticleForum Post: am335x wakeup sources.
So I'm doing some work on the M3 code in the AM3352 chip.using the code at git://arago-project.org/git/projects/am33x-cm3.git. Some observation is that the SPRUH73J manual has the memory listed at...
View ArticleForum Post: Parallel DMA transfers triggered by one request
Hi,It's possible to trigger two parallel DMA transfers with one DMA request (from DMTimer, for instance) in AM335x microprocessors? I see that there are more PaRAMs than disponible channels.Thanks!
View ArticleForum Post: RE: AM335x pvrsrvkm out of memory
One more piece of information, I read here: http://e2e.ti.com/support/arm/sitara_arm/f/791/p/250582/1075807.aspx#1075807On the verified answer that we should make sure we run "Step 2 : soc demo script...
View Article