Forum Post: AM3356 USB1 UART3 enable.
Hi,I want to use USB1 as UART3 port to get the debug messages.here below the possible way shows in SRM16.2.4 USB GPIO Details:The USB module supports configuration of the DP and DM pins as pass-through...
View ArticleForum Post: AM335x enabling wake up interrupt on GPIO2 in Cortex M3
Hello,Is it possible to wake up the Cortex M3 via GPIO2? The firmware documentation only lists GPIO0_0,1 as wakeup domain peripherals, and the source code seems to only ever consider those specific...
View ArticleForum Post: RE: Am3356 NOR boot image generation
HiAttached the images how we trying to flash. But no success.Once after i give start start flashing i start getting continuous CCC messages on bebug UART0 terminal.Is anything wrong am i doing in uboot...
View ArticleForum Post: RE: am335x - need register that not reset by cpu soft reboot
Hi Biser. Thank you for support.Please say name or address of this registers.
View ArticleForum Post: Problem compiling Graphics_SDK_5 with Linux-3.12
Hi,I have asked the question:http://e2e.ti.com/support/arm/sitara_arm/f/791/p/346209/1211173.aspxI have checkd the da8xx-fb.c,but I didn't find these functions as 'register_vsync_cb' and...
View ArticleForum Post: RE: Am3356 NOR boot image generation
Hi All,One more thing I forget to mention is that,I am in MMC1,MMC0,UART0,USB0 boot configuration. I don't think it really matters until unless board is in one of USB0 boot mode.rgds,chandra
View ArticleForum Post: RE: AM3359 to AM3352
Thanks for the quick response Miroslav!As far as my understanding goes right now, i can integrate the output of the Pin Mux Utility (mux.h and pinmux.h) in the same directories in order to boot my...
View ArticleForum Post: RE: Who knows how to read adc value in case of continuous mode?
Hi Seonghoon,Continuous mode is not supported in the 3.12 kernel. I will correct the documentation.There was limited support for continuous mode in the 3.2 kernel which was the TI Sitara SDK 6.0...
View ArticleForum Post: RE: OpenGL support and the AM335x EVM Display Driver
Hi Mike,You can learn more about the LCD Controller linux support at the following wiki page:http://processors.wiki.ti.com/index.php/Sitara_SDK_Linux_LCDCThe drivers are located in...
View ArticleForum Post: RE: ISR for nmi is not working
Hi Biser, I don't know where to find it in code but, on schematic of Starter Kit I find out that on NMI (AM335x_EXTINT) pin input is coming from two sources, SW5 and AR8031_AL1A IC (ETH1_INTn...
View ArticleForum Post: RE: Booting AM3352 from USB
Brett,AM335x ROM only supports USB client boot, in which case AM335x is a USB device.If you want to boot from a thumb drive, the board must already have the first bootloader (for example MLO) in place...
View ArticleForum Post: RE: AM3356 USB1 UART3 enable.
Hi Biser,If I get an example to modify the change then it is really grateful help.Rgds,chandra
View ArticleForum Post: GPIO settings for AM335x
Hi friends, I am using SDKv7 for Starter Kit. I want to configure GPIOs Pins for various configurations, but I don't know how to do so. Eg: 1) how to set direction of pins, using which...
View ArticleForum Post: RE: Building OpenGL on the AM335x EVM
[quote user="Prabindh Sundareson"]Before going down this path, please note that you are trying to build desktop OpenGL, and it is not supported in this platform.[/quote]I am? That is not my goal. The...
View ArticleForum Post: RE: Broadcom BCM5464 Quad Phy integration
Normally ethtool is used to acces MDIO registers of the PHY which though reguires a MAC interface to access the corresponding PHY. Reading your post that sounds like what you are trying to do. Looking...
View ArticleForum Post: RE: AM3352 USB VBUS
It sounds like the laptop is seeing an over-current condition and shutting power off to the ports.What size capacitor does your board have connect to VBUS? The USB specification says a standard USB...
View ArticleForum Post: RE: AM335x interface audio codec TLV320AIC3100 supplies error...
Hi Patrick,It could mean that the clocks from the codec are not actually finding their way to the McASP; this could be caused by improper pinmuxing. I would recommend double checking your pinmuxing...
View ArticleForum Post: RE: NOR Boot of AM335x
Hi Steve,Even I was also trying for the same.I repeated the steps you given above and all steps are executed successfully but after the reboot board(changed boot config to 01100) is not able to boot...
View ArticleForum Post: How to configure resolv.conf on AM335x EVMSK
I'm booting my AM335x EVMSK via ethernet, and have an NFS root filesystem. Works great. Here is my uEnv.txt to get it set up:serverip=192.168.3.215 bootfile=zImage fdtfile=am335x-evmsk.dtb...
View Article