Forum Post: RE: ICE v2 Full EtherCAT Application issue
Chris,that bit is a special feature in Ethercat to identify a development platform or system. It's vendor ID is changed so it can't be used in real applications - a requirement of Beckhoff/ETG if we...
View ArticleForum Post: RE: AM335X ZCZ Base Board + Linux SDK
Which UART port are you using for the serial console?Which make target did you use to build U-Boot? I can verify that the pre-built U-Boot image file works absolutely correct with the AM335x GP EVM...
View ArticleForum Post: RE: [Q] Latest LINUX EZSDK image(AM335X) does not have uEnv.txt
Just to confirm that using uENV.txt works for booting kernel from TFTP and with NFS file system.Here is my uENV.txt file for the Boneblack:bootargs=console=ttyO0,115200n8 noinitrd rw root=/dev/nfs...
View ArticleForum Post: RE: Beaglebone Black Driver Installation Problem
This is my Device Manager as of now. Did you download the drivers BONE_D64 from beagleboard.org? I am having a bad day? Adds to stress.-kel
View ArticleForum Post: RE: About AM335x DM Timer
Paul,thank you very much for these helpful hints.Regards,Andrea
View ArticleForum Post: RE: AM3352 for after-market automotive
Hi Richard,BGA packages have been used in automotive applications for a long time now. I suggest you consult your PCB assembly factory - normally the BGA package is strengthened by glueing it at the...
View ArticleForum Post: RE: AM335x bandgap register usage
No public information means that these registers are not intended to be used by end users.
View ArticleForum Post: RE: AM3358 stops when trying to enable clock for eQEP
Hi Hans,Check whether you have the PWMSS clock enabled before you write to CLKCONFIG.
View ArticleForum Post: RE: PMIC TPS65910A3A1RSL
For PMIC connections to AM335X check this document: http://www.ti.com/lit/ug/swcu093c/swcu093c.pdf
View ArticleForum Post: RE: AM335x+TPS65910 I2C Timing
BiserThank you for your reply and sorry that my understanding was not enough.I will run I2C in standard mode only.Best Regards,Takeshi Matsuzaki
View ArticleForum Post: RE: AM335x Starter Kit - Watchdog
Ok, thanks Biser for your link... I had already read that document... but now reading it with more attention I discovered my error..."/dev/watchdog" must be kept open for firing the watchdog... "echo 0...
View ArticleForum Post: RE: Can I use am335x ndk cpsw driver in my custom board?
Dear,I add statements as follow in function "cpsw3g_Update_Phystatus()" of file " cpsw_impl.c": if (gmacObject->PhySpeed == 2) { macControl |= CPSW_SL_MACCONTROL_GIG; }and my custom...
View ArticleForum Post: RE: spi clock in am335x
Hi,I am trying to configure these below registers manually during the boot time using command but it gets reset when we reset the board, can you suggest me on how to configure these registers. Where...
View ArticleForum Post: RE: AM3359 EMIF initialization
I already did. The sequence of the initialization is similar to the bootloader of StarterWare.No luck with that.
View ArticleForum Post: RE: USB0 and USB1 u-boot to allow booting from USB flash drive...
[quote user="Steve Kipisz"]I'm guessing this is because CONFIG_SPL_USBETH_SUPPORT is not set. Look in boards.cfg and you'll see a build target, am335x_evm_usbspl, that includes this define. So try...
View ArticleForum Post: RE: Gstreamer plugin issue in TMDSSK3358 EVM
hi miroslav, Sorry for delay in responding... As you said i installed the dependencies of gst-plugin-rsvg seperately and installed the plugin. But when i run ltrace gst-launch the output is as...
View ArticleForum Post: RE: How can I connect RMII2 pins to MAC of AM3359 in...
Hi,Biser,Thank you for your help,now the RMII2 works fine.
View ArticleForum Post: RE: TPS65217B battery powered
Check also this document: http://www.ti.com/lit/ug/slvu551h/slvu551h.pdf
View ArticleForum Post: RE: AM335X GPMC connections
You don't control the switch during ROM code execution. You tie it for example to GPIO3_19 - this GPIO is low duing reset and remains low after reset is released (you can choose any free GPIO that's in...
View Article