Forum Post: CDC on USB1 in SYS/BIOS
I am working on a custom board similar to the EVMSK; one difference, though, is that USB1 is intended to be its primary USB interface. After a hardware problem was found with the original interface,...
View ArticleForum Post: RE: Building the WL18xx Cape Kernel Patch with Angstrom for...
I have attempted to go to these forums but I have been re-directed back here as the Wi-Fi module I am talking about is a TI product designed for the Beagle Bone White. However, there is a kernel patch...
View ArticleForum Post: RE: To prevent the bridge transmission in Dual MAC Mode
Kanae,Enabling Dual MAC mode will prevent downstream port peering (direct xfer between ports 1&2) by default. I believe this is what you are looking to do.
View ArticleForum Post: RE: AM3352 NNMI
Hi Nikhil,If your processor is Rev.2.X it's better to pull it up to VDDSHV6.
View ArticleForum Post: RE: NOR boot (Uboot) - AM335X which EVM?
The code was tested on a Beaglebone with a memory cape and a NOR memory module. I am not sure if the NOR module is still available.Steve K.
View ArticleForum Post: RE: AM3352BZCZ60: Example code of PLL setting value with OPP100...
Thank you for your response.The source code for 19.2MHz settings will be helpful for us. Best regards,Kaka
View ArticleForum Post: AM3352:Confirm the role of Unknown resister
Hi community member,Please let me confirm the following question.[Question]Would you please teach me the following unknown registers?・l4fwclkstctrl 0x44E00008・emiffwclkctrl 0x44E000D0・l4fwclkctrl...
View ArticleForum Post: RE: AM335x and RMII TLK105, link not stable
[quote user="Sebastian Wendt1"]Which kernel version are you using ?[/quote]From my first post, we are using SDK version 6.0, which is a 3.2 kernel. However, all my modifications were in TI's SDK[quote...
View ArticleForum Post: RE: AM335x without 32khz xtal
Is there a bug in cm-regbits-33xx.h? Is line 474 and following supposed to be:/* Used by CM_DIV_M6_DPLL_CORE */#define AM33XX_HSDIVIDER_CLKOUT3_DIV_SHIFT 0// this mask should be 0x03 not...
View ArticleForum Post: RE: USB RNDIS boot fails with AM3352 on custom board
Thank you Steve.I already applied the patch : 0001-u-boot-Change-default-cdc_connect_timeout-to-15s.patchTherefore the timeout is now 15s. The error come later but is still here.Since my last post, I...
View ArticleForum Post: RE: Reading environment variables from MLO
Miroslav, Thanks for that information, I've been examining the code, it looks like the env_relocate_spec() for u-boot calls and allocate and then read function: ALLOC_CACHE_ALIGN_BUFFER(char, buf,...
View ArticleForum Post: RE: AM335x spi slave problem with shift register
Has this question been answered. I too want to know how to reset the shift register.
View ArticleForum Post: RE: permalink to old linux versions
You can get that PSP here:http://software-dl.ti.com/dsps/dsps_public_sw/psp/LinuxPSP/index.htmlHere's a link to the previous SDK (6.00) as...
View ArticleForum Post: RE: USB0 and USB1 u-boot to allow booting from USB flash drive...
Are you using the SDK 7.0 u-boot? I would have expected to see a u-boot message likeU-Boot 2013.10-ti2013.12.00 (Apr 25 2014 - 12:56:59)Instead ofU-Boot 2013.10-00189-g78d8ebd-dirty (Apr 23 2014 -...
View ArticleForum Post: RTC reset
Hi all,My HW guy, thinking that the RTC was not needed followed the advice of:http://processors.wiki.ti.com/index.php/AM335x_Schematic_Checklist#RTChere it is recommended that if the RTC is not needed...
View ArticleForum Post: RE: Question about the I2C bus
The what you are talking about is called a "Multimaster i2c".If collision (two masters initiate transmission simultaneously), one of them detects the case and shall lose arbitration: shall stop driving...
View ArticleForum Post: SDK 7.0 (kernel 3.12.10) can't access GPMC bus
Hello all, I am testing kernel 3.12.10 on the custom board(AM335x), I use GPMC bus extend serial(CS0/CS1), I config GPMC in the u-boot,but when I read/write GPMC bus in serial 8250 driver, Kernel...
View ArticleForum Post: RE: Image resizer downscale on Linux
Emilio,Also, I attached a test I was running today. Can you build it and test it on your board 1) wtih CONFIG_OMAP2_DSS_USE_DSI_PLL amd 2) with CONFIG_OMAP2_DSS_USE_DSI_PLL disabled. Make sure you...
View Article