Activity
From 08/31/2012 to 09/29/2012
09/28/2012
-
11:57 AM
PCB Development: RE: Ethernet PHYs
- Hi Mike,
The interfaces we definitely need out of the 335x are a 16 bit GPMC (to FPGA), 1 Ethernet (10/100 is fine), 2 USBs, 2 UARTs and 1 SPI. I'd like to keep the 16 bit LCD interface available but could use those pins for other th... - MW 09:35 AM PCB Development: RE: Ethernet PHYs
- What other peripherals are you trying to accommodate? At a glance it looks like the pin outs should support RMII0 on the LCD_DATAXX pins, but if you need the LCD interface. Can you list what peripherals you need?
-Mike
- Please correct me if I'm wrong, but it appears the pin-muxing configuration for the MityARM-335x SOM is forcing the use of an RGMII type interface for connecting up to Ethernet PHYs. For port 1, most of the interface pins are available ...
- The PCB footprint found in section 6.5 of the MityARM-335x Carrier Board Design Guide can be misleading if you are not careful. This footprint (which is an exact copy of the footprint found on the JAE MM80-204B1-E1 data sheet) kind of i...
09/26/2012
- MW 10:10 AM PCB Development: RE: MityARM standard-keyed vs. reverse-keyed SO-DIMM connector
- We have not tested such a configuration, so I don't really know. If the electrical connections honor the spec, then the only immediate concerns I would have include:
# Clearance. The top side has a couple of components that are tall...
09/24/2012
- The MityARM design guide suggests an SO-DIMM connector with a standard keying. We have built our board with a reverse-key connector, is there any harm in installing the MityARM into a reverse-keyed connector with the OMAP facing downwar...
09/21/2012
-
10:11 AM
Software Development: RE: MityARM-335x Ethernet Communication
- Found the problem. The problem was related to the errata on the Vitesse VSC8601 Ethernet phy used on the development board. The phy violates some RGMII interface clock specs if the RX clock skew in the phy is set to 0 (which it is foll...
09/20/2012
- I am trying to get the TI StarterWare Enet_Echo example to run on the MityARM-335x Development Kit. To accomplish this, I'm doing the following:
1. Use the the supplied SD card to boot the system and stay in u-boot (this initializes t...
09/18/2012
- RD 04:36 PM Software Development: RE: mod_fastcgi.so
- Hi Scott,
Tried that with no luck...
however I was looking through the lighttpd documentation and saw I forgot to build the dependencies.
I added "apt-get build-dep lighttpd" and then tried to build and it generated the shared libr... - MW 02:45 PM Software Development: RE: mod_fastcgi.so
- Try "--host=arm-angstrom-linux-gnueabi" instead....
-Mike
- RD 02:30 PM Software Development: RE: mod_fastcgi.so
- Scott,
Downloaded from:
http://download.lighttpd.net/lighttpd/releases-1.4.x/
lighttpd-1.4.26.tar.gz 2010-Feb-07 21:13:38 762.0K application/octet-stream
after extracting here is what I did:
sudo apt-get install libtool
export ... - SG 12:38 PM Software Development: RE: mod_fastcgi.so
- Randy,
Could you give me a link to where you downloaded the lighttpd source? Also once you downloaded it, can you give me the exact steps you took to build it? It sounds like you're on the right track but there's just something simple... - RD 09:41 AM Software Development: RE: mod_fastcgi.so
- Hi Mike,
I found out the version of the lighttpd based on one of the included shared libraries.
I have downloaded that version and successfully cross compiled it using arm-arago-linux-gnueabi-gcc
However, when compiling only the sta...
09/17/2012
- RD 10:57 AM Software Development: RE: mod_fastcgi.so
- Hi Mike,
Should have mentioned Linux and Lighttpd are very new for me.
I had assumed I could just compile the lighttpd included in the ti-sdk-am335x-evm-05.03.02.00 and transfer it to the AM3359 module.
However, I do no know how to do...
09/15/2012
- MW 06:36 AM Software Development: RE: mod_fastcgi.so
- So anyway, the mod-fastcgi.so should not require you to rebuild the kernel. You should be able to download it, "configure" it, and install it on your platform filesystem.
-Mike
09/14/2012
- MW 12:54 PM Software Development: RE: mod_fastcgi.so
- What filesystem are you using? You might be able to get it installed using opkg.
-Mike
- Hi,
I'm trying to use fastcgi with the lighttpd web server. I have successfully create a simple example and changed lighttpd.conf file to include mod_fastcgi.
When booting I get the error "..mod-fastcgi.co: cannot open shared object fi...
09/07/2012
- KF 12:29 AM Software Development: RE: Re-assigning the PHY_RESET
- Hi Tim,
Thanks for you quick reply. I managed to swap the PHY_RESET and get the Ethernet working - Brilliant!.
Thanks again,
Keith.
09/06/2012
- TI 10:01 AM Software Development: RE: Re-assigning the PHY_RESET
- Keith
The pinmux setup for the PHY reset should be done in u-boot. It is in board/cl/mityarm335x/mux.c in the rgmii2_pin_mux structure.
cheers
/Tim
09/05/2012
- Hi,
I want to re-assign the PHY_RESET from gpio3_10 to gpio3_4. I can have included gpio3_4 in mux33xx.c but it appears the PHY_RESET is independent from all the other PHY pins configured in baseboard-mityarm335x-devkit.c. I have trol...