Forum Post: RE: AM3352 pin mux
IO Sets define valid combinations of pin multiplexing options for a set of synchronous signals that have specific timing requirements relative to each other or a clock. In the case of MMC2, the card...
View ArticleForum Post: RE: Writing to NAND from u-boot on AM335x EVM
The file system used to create the boot partition is FAT based:mount -t vfat "/dev/""$DEVICEDRIVENAME""1" bootThus the fatload command seems to work here:U-Boot# fatload mmc 0 0x81000000 MLO reading...
View ArticleForum Post: Writing NAND from u-boot fails for NAND.SPL
I've been trying to follow the instructions here: http://processors.wiki.ti.com/index.php/Linux_Core_U-Boot_User's_Guide#Writing_to_NAND_from_U-BootTo write to NAND from u-boot on my AM335x EVM. I ran...
View ArticleForum Post: RE: AM3352 DDR3 VTT termination
Temperature change will have minimum effect on signal integrity since the AM335x DDR IO buffers are temperature compensated. The PCB design can have significant effects on signal integrity, so you...
View ArticleForum Post: AM3703 hang with OMAPPSP04.02.00.07
Hi,We are experiencing system hang with AM3703 based custom board. It hangs randomly from 10 minutes to 5 days with or without running anything including iperf, memtester.There are no messages on...
View ArticleForum Post: RE: BeagleboneBlack AM335x HW Cryptography Accelerator
please contact me (ralmeida@ti.com) using your corporate email
View ArticleForum Post: How to change HDMI resolution output on BeagleBoneBlack after...
Hi,I am doing some experiments on BeagleBoneBlack board to evaluate AM335x. I have got latest SDK-Sitara 7.0.0, and ported u-boot and kernel to my own build platform which has my own root filesystem....
View ArticleForum Post: RE: OMAP2 SPI: DMA Transfer loses "last" byte...
I spoke too soon. After fooling around a bunch and making many messages send in rapid succession i can get it into a state where the last received byte is always wrong : /. I don't know what exactly...
View ArticleForum Post: RE: AM335x CPSW port mirroring
We are trying to test this capability. Do you have the am335x EVM-SK board?
View ArticleForum Post: AM37x Flash Tool for Windows 7
We currently have v1.6 of the AM37x flash tool that works with Windows XP. Are there plans to migrate this over to Windows 7?-Reagan
View ArticleForum Post: RE: how to nandboot using ubifs
I used 'apt-get' > installed zlib1g-dev, zlib1g-dev, liblzo2-dev,uuid-dev packagesand, mtd-utils 1.5.0 intalled too. diff > (using apt-get) cannot use -F flag so, I downloaded mtd-utils...
View ArticleForum Post: RE: Beaglebone black and custom display using TI SDK 6
Hey Jason,In our new SDK 7.0 which uses a 3.12 kernel, resolutions up to 1080p24 will work with the LCD controller.For SDK 6.0, I haven't gotten to test resolutions greater than those of the LCDs on...
View ArticleForum Post: RE: AM37x Flash Tool for Windows 7
Hi Reagan,The Uniflash (http://www.ti.com/tool/uniflash) is the new tool. It works under Windows 7.
View ArticleForum Post: RE: LAN8710A PHY on AM3359 through RMII2
Thank you all the same,Biser.I think I have some problems in software,I made some changes linux kernel to configure the interface of rmii2.I started the board,then I connected the board to the...
View ArticleForum Post: RE: Cross-compiled ICU4C does not work (all applications exit...
Miroslav,I found the solution: the problem is due to ICU which cannot (don't know why) dynamically load its data at runtime from libicudata.so.52.I recompiled ICU for packaging data in standard file...
View ArticleForum Post: RE: can AM335X Reset pin be driven low by the chip without...
Hi Christoph,See Table 8-25 in the AM335X TRM Rev. J. What you want is not possible.
View ArticleForum Post: RE: How to configure nand partition support into kernel
Miroslav,I solve problemthank you very much process :/* EVM - Data Concentrator */ static struct evm_dev_cfg evm_sdc_dev_cfg[] = { {am335x_rtc_init, DEV_ON_BASEBOARD, PROFILE_ALL}, {clkout2_enable,...
View ArticleForum Post: RE: AM335x - DCAN: Driver in SDK 7.0?
Anthony,Sure, we'll get that fixed. Still working to improve documentation...
View ArticleForum Post: RE: [SOLVED] AM3352 linux 3.12 (SDK 7.0) random hangs
Hi Sylvain,Great news, and thanks for sharing your results on the forum! This SDK is new to all of us and all shared information helps a lot. Thanks again!
View ArticleForum Post: RE: PMIC TPS65910A3A1RSL
Hi Biser and Miroslav,We used am335x sitara evm's design as a reference in our custom design. So before performing power off experiment in our custom design, i tried to perform same experiment in evm...
View Article