BBB + WIFI Cape - whats needed?

Hi,

could someone please explain how to make WIFI cape working on 3.8 kernel?
If we just disable HDMI and correctly mux all pins what else should be done to make it work?

Thanks!

Try here. It is under the link on the card that was in the box.

http://circuitco.com/support/index.php?title=BeagleBoneBlack#WIFI_Adapters

Gerald

The WIFI Cape is snot supported. Here is another link that may help.

http://www.elinux.org/BeagleBone_Black_Capes

Gerald

Hi Gerald, I’ve seen this link and Im trying to understand why is it not compatible?

What is the problem in supporting it?

Because it uses the exact same pins as the eMMC that is located on the board. And because of the design, which was done before the BeagleBoneBlack came out, it will blow up (break) the eMMC making the BeabgleBoneBlack inoperative.

Gerald

  1. Disable eMMC.

  2. Redesign the WIFI cpae such that it does not blow up the BeagleBoneBlack.

  3. Wait for the new WIFI cape that is coming out that takes care of #2.

Gerald

Disabling eMMC is a good test option indeed ill try to do that.

But what I was asking is - which piece of software actually assigns which pins the cape is using? If instead of plugging it in directly I could connect cabe to beagle with wires and then in the soft specify which GPIOS to use?

The Device Tree file.

https://docs.google.com/a/beagleboard.org/document/d/17P54kZkZO_-JtTjrFuVz-Cp_RMMg7GB_8W9JK9sLKfA/pub

Gerald

Thanks thats the muxing part. Is there an original cape dts file by the way?
There should be also some kind of driver that actually makes the use of GPIO pins?

No. As it was no way the cape would work, there was nothing done on it. Once the HW is fixed, then there will be work done on that.

Gerald

Last one: any idea when the new version of cape is available?

No. I would contact the people at beagleboardtoys.com. I know they are working on it.

Gerald

Hi,

have anyone had any luck connecting the wifi cape to the BBB?