Forum Post: RE: AM335x clock jitter
Thanks Paul,so the minimum value of N for the PER_PLL is 9 for a 2.5MHz refclk. With M=484 we end up with the same frequencies of 192 and 960MHz, and a DCO at 1920MHz. The DCO is the same as before, so...
View ArticleForum Post: RE: How to output the serial console messages on LCD in boot...
Hey, have you got this working? Can you give some tips?
View ArticleForum Post: RE: How to toggle the User LEDs in Sitara AM335x starter kit
Hi,I try to use your file but when I compile I have:Description Resource Path Location Type#1965 cannot open source file "unistd.h" main.c /ESSAI1 line 8 C/C++ ProblemBest regards
View ArticleForum Post: RE: How to add a splash logo in u-boot on AM335x evm
Hello Leonardo, Thank you for reply. Can you please share your evm.c file, so from that I can get some idea.Regards,Kishor
View ArticleForum Post: RE: Reading GPIO input influences DMTimer?
Hi Biser,may be I missed something but don't I have to read the DATAIN-register once the interrupt happened just to find out which input has changed to what value? In this case I'm still in the same...
View ArticleForum Post: RE: AM335x GPMC WAIT Pin Monitoring Control
Hi Biser,Thank you for your reply.I'm sorry. I should have known and found the error.Here is the topic about the error: http://e2e.ti.com/support/arm/sitara_arm/f/791/t/319514.aspxI will let you know...
View ArticleForum Post: RE: How to debug smart reflex hardware issues?
In addition, it seams as I was mistaken about the 'B' part being much better - I realized that I tested those with an earlier kernel (05.07 I think), which did not accept anything but ES1.0 for SR...
View ArticleForum Post: RE: How to make bootable SD/MMC via Windows
Thank a lot for the reply. I plan to put RTOS on the SK. Mentor Graphics has a ready start kit, they require me to set up u-boot before i can proceed. So i guess it would be linux development. But i am...
View ArticleForum Post: RE: The PHY address of Ethernet PHY for boot from EMAC1 AM335x
Yes, I forgot to mention that.
View ArticleForum Post: RE: How to disconnect the AM335x USB as the device mode from the...
Hi Daisuke, I have asked the factory team to look into this.
View ArticleForum Post: RE: Power management in AM3505
Hi Jemish, Check this link: http://processors.wiki.ti.com/index.php/AM35x-OMAP35x-PSP_04.02.00.07_Feature_Performance_Guide#Power_Management
View ArticleForum Post: RE: OLED display interface with AM3505 SoC
The RFBI signals follow the MIPI DBI specification. See Table 12-2 in the AM35X Technical Reference Manual. Note that the sync signals are expected to come from the display (Am35X input signals).
View ArticleForum Post: RE: AM335x screen rotation 180 degrees, Xorg
Hi,This isn't a processor specific question. A quick search online shows that you can achieve your goal by modifying the xorg.conf file:[quote]Use this option in the "Monitor" section...
View ArticleForum Post: Loading U-Boot via TFTP/USB
Hello,I was wondering about booting U-Boot on a brand new AM335x board without any bootloader loaded in flash or anything. We're talking blank from scratch board (assume we're just saying it has the...
View ArticleForum Post: RE: Question about remote frame receive of DCAN on am335x
Erich,You're correct. The best way to handle remote frames is to configure a single receive message object per unique ID.-Tyler
View ArticleForum Post: RE: AM335x EVM daughter board push buttons
[quote user="Mike Worster"]1) the keypad buttons (SW1-6) are in use by the matrix_kbd for row and col. If I kill the matrix:/etc/init.d/matrix-gui-2.0 stop the GPIO's are not released. Is there...
View ArticleForum Post: RE: AM335x screen rotation 180 degrees, Xorg
HI,1.Use this option in the "Monitor" section of/etc/X11/xorg.conf: Option "Rotate" "right"In any case this could not be solution to my problem as "Rotate" "right" rotates screen for 90 degrees, not...
View ArticleForum Post: RE: Loading U-Boot via TFTP/USB
Absolutely! The process might be a little different depending on the host you want to boot from.For Linux, you need to set up DHCP and TFTP properly. Our SDK Setup script helps with this quite a bit....
View ArticleForum Post: RE: AM335x QT WIFI connection utility sources
ok, I've done it, add library 'librt.so.1' in 'wpa_gui.pro', in my case it looks this like:LIBS +=...
View Article