Forum Post: RE: AM335X EVM Schematic
Addition to my last post regarding Orcad design files supported by Altium. Orcad 16.2 design files are compatible with Altium but Orcad 16.3 or higher is not recognized.
View ArticleForum Post: RE: Problems using the Cortex M3 Firmware with Linux 3.12.10 on...
Yes it does.We actually think we are close to figuring it out. We are wondering how the values in:struct cpuidle_state { char name[CPUIDLE_NAME_LEN]; char desc[CPUIDLE_DESC_LEN];...
View ArticleForum Post: RE: Want to change clock speed of Stater kit
Thanks a lot my friend for your valuable responses.
View ArticleForum Post: RE: u-boot ip problem in SDK 7
That was it thank you. What took me astray is that it worked with the sdk5 even with the autonegiciation failure. So I was under the impression something else was wrong.hugo
View ArticleForum Post: RE: USB powered Beaglebone Black
Hi Biser,Thanks & Gud to see your reply.I'm using LinuxEZSDK version 07.00.00.00 provided by TI.Refer:http://software-dl.ti.com/sitara_linux/esd/AM335xSDK/latest/index_FDS.htmlRegardsRoven
View ArticleForum Post: RE: Wi-Fi/BlueTooth module WL1831MOD
Hi Joe,Thank you very much for your reply.The problem of BlueTooth is that it seems uart5 does not communicate with WL18xxMOD, but if we send out characters from uart5, it seems uart5 functions. For...
View ArticleForum Post: RE: am335x mdio Linux
Version 3.2 sounds new enough. I vaguely remember I had problems with really old kernels, eg 2.6.28. The kernel config for the AM335X has CONFIG_TI_CPSW and CONFIG_TI_DAVINCI_MDIO enabled. The driver...
View ArticleForum Post: RE: Am3356 SPL boot issue on custom hardware
Chandra,Can you please take a snapshot of the CPU core regs using JTAG emulator after failure occurs and post them.Thx,Mark
View ArticleForum Post: RE: Am3356 SPL boot issue on custom hardware
One more attachment with Core registers..rgds,Chandra
View ArticleForum Post: RE: AM335x GPMC operating voltage
If any one of the VDDSHVx voltages are 1.8V, does that mean you can not have an operating voltage of 3.3V on the GPMC?In other words, can you run the GPMC at 3.3V even if VDDSHV1 is at 1.8V?
View ArticleForum Post: RE: am335x-pm-firware.bin not installed for kernel 3.12 recipe
Thanks for the response Franklin, but it doesn't really answer the question of why the firmware bin file is not installed in the rootfs under /lib/firmware. The commits you reference just show when the...
View ArticleForum Post: Accuracy of the AM335x Power Estimation tool
I'd like to get some feedback on how accurate the AM335x Power Estimation tool is?We are working on a design based on the AM3352 300MHz in the ZCZ package and we'd like to know how low total board...
View ArticleForum Post: RE: LCD Controller timing issue
Biser,This was indeed the problem. Once we got the Display PLL and the above register set it worked as expected.We really appreciate your input.john
View ArticleForum Post: RE: am335x mmc setup
static struct omap2_hsmmc_info am335x_mmc[] __initdata = { { .mmc = 1, .caps = MMC_CAP_4_BIT_DATA, .gpio_cd = GPIO_TO_PIN(0, 20), .gpio_wp = -EINVAL, .ocr_mask = MMC_VDD_32_33 | MMC_VDD_33_34, /* 3V3...
View ArticleForum Post: RE: am335x mdio Linux
My guess at a minimal hack to support MII ioctls in cpsw.c:static void cpsw_ndo_do_ioctl(struct net_device *ndev, struct ifreq *ifrq, int cmd){ struct cpsw_priv *priv = netdev_priv(ndev); int...
View ArticleForum Post: RE: make am335x_evm_restore_flash / make...
Hi Miroslav, You told me your host is Linux. I've installed linux uniflash, can you please give me the steps to do USB boot?Regards,Gangadhar
View ArticleForum Post: RE: AM335x EtherCAT based application
Vinesh,Thank you. We shall try to implement the applicaiton with your suggestions.Please let me ask additional questions if necessary.RegardsPrad
View ArticleForum Post: RE: am335x mdio Linux
Hi Norman,thank you very much for you help.In the meantime I had a look at the cpsw function in the "offical" kernel source. Together with your hints it now runs.The function cpsw_ndo_do_ioctl is...
View ArticleForum Post: RE: AM335x EtherCAT based application
If you have any questions creating a slave application based on the SlaveStackCode you can also contact EthercatSSC@beckhoff.com.
View Article