Forum Post: RE: LCD flickering when switching form u-boot to kernel
Hi all,We have displayed boot logo from u-boot as well as kernel. From both (u-boot and kernel) logo is displaying, but while switching from u-boot to kernel it shows white line on display(horizontal...
View ArticleForum Post: RE: Am3356 NOR boot problem in kernel(SDK7.0)
Chandra,You're missing the upper address bits to the NOR in your dts file.You should add the following lines: mmc0_dat3.gpmc_a20 */ 0x0F0 (PIN_OUTPUT | MUX_MODE1) /*mmc0_dat2.gpmc_a21 */ 0x0F4...
View ArticleForum Post: RE: AM335x Starter Kit use SPI0 from U-Boot not for Booting
Hello Biser,I am using the following SPI0 pins:SPI0_SCLK (A17)SPI0_D0 (B17)SPI0_D1 (B16)SPI0_CS0 (A16)As I mentioned I am working with AM335x Starter kit where the SPI0 ports are extended through the...
View ArticleForum Post: RE: AM3352 VDD_CORE and VDD_MPU power rail put together
If we tie VDD_CORE and VDD_MPU together with same power source, AM3352 standby mode and deepsleep mode can't be supported??
View ArticleForum Post: AM335x starter kit or evm
Hi Everyone,I want to connect via USB a TI data acquisition card whether to the AM335x starter kit or the EVM. What i want to do is to process the captured data and display them on a GUI. So, i'm...
View ArticleForum Post: RE: AM335x+ ser2net (serial to network proxy)
Hey Miroslav,I have been able to use ser2net with the serial port on AM335x and ubuntu but is it possible to make use of ser2net between an avr micro-controller and am335x by adding the necessary...
View ArticleForum Post: Toggle GPIO on AM3517 - starterware or "bare metal" example
Team,We are trying to do some benchmarks with the LogicPD AM3517 eXperimenter's board. We are trying to find a quick and dirty example that will toggle a GPIO pin without using an OS - we need...
View ArticleForum Post: RE: [AM335x] USB host mode, DRVVBUS issue
Checked that the ID pin is surely grounded with 0 ohm.Best regards,Hayden
View ArticleForum Post: RE: AM335X USB unable to enumerate USB device on port
Hi BinUSB mouse looks like can be worked now,but the message "usb 2-1.2: device v192f p0916 is not supported" still appeared,could you tell me why we need disable the CONFIG_USB_OTG_WHITELIST? Thank...
View ArticleForum Post: RE: Interfacing BT - Audio Cape to Beaglebone or Any alternative...
thanks biser !! thanks for your interest
View ArticleForum Post: RE: How to use ti-sdk-am335x-evm-07.00.00.00 to develop the...
Yes, SDK v7 supports BeagleBone Black. The configurations mentioned in my previous post are the correct ones. The software reads the on-board EEPROM and decides which board is this. Then it uses...
View ArticleForum Post: RE: AM335x+ ser2net (serial to network proxy)
I'm not really familiar with the ser2net package, but in theory it sounds possible. You just need to cross-compile the ser2net package for the am335x or find an already available version of the package...
View ArticleForum Post: RE: Toggle GPIO on AM3517 - starterware or "bare metal" example
The BSL code from LogicPD might have what you need. I can't say. You need to register a LogicPD board to see their code and I don't have a board. I guess this source would be semi-public / semi-private.
View ArticleForum Post: RE: Why http://processors.wiki.ti.com/ is not accessible?
Thank you, I tried at 3G network, and it is working, the problem is with my ISP .... :(
View ArticleForum Post: RE: installing package on AM335x
Hi Miroslav,I have extracted my ser2net fiolder in /home/root in my targetNFS folder.I went to that location and did export...
View ArticleForum Post: RE: AM335X USB unable to enumerate USB device on port
[quote user="Bernie Chen"]1 When I connect USB mouse, the message "device xxx is not supported" appeared that means the mouse is probably still not worked, although the mouse is lighting? Because the...
View ArticleForum Post: RE: kernel errors related to I2C, NOR
There is no need to worry about these prints - "could not find pctldev for node, deferring probe", EVM gives the same prints. It's just deferred. In kernel code there is a comment which says - /* OK...
View ArticleForum Post: RE: 32 bit device access via GPMC on Am335x
Thanks for reply . If I use synchronous burst method then I need to waste 4 clock cycles of remainng 32 bit data.for the process of single 32 bit register read and write . So is there any another...
View ArticleForum Post: RE: [AM335x] RMII latency
Hi Biser,thanks for you reply. Ok,i'll do so.best regardskawada
View Article