BeagleBone Black KiCAD Libraries

Before I update the FlyingBone[1] KiCAD library for the BeagleBone
Black, does anyone know if there is already a KiCAD library for the
P8/P9 headers available? I know there are several Eagle libraries
available, but I need KiCAD.

[1] https://github.com/piranha32/FlyingBone

Hi Charles,

Not sure if this is useful to you. I had created the following symbol and footprint when I designed a custom cape in kicad in 2012. It’s just the 23x2 pin array with the right diameter and spacing. I would add two of these on the schematic, one for P8 and one P9, and label the pins I actually use. In PCBnew, place them so that their center is 1.9 inch apart. My P8 is centered at (2.2", 4.9") and P9 is centered at (2.2", 3.0").

For the design I had done, the “cape” was much larger than BB. So BB mounts on the cape from above, facing downward. You should flip the footprint if your situation is the opposite.

If you like, I could label the pins and make separate library parts for P8 and P9, or merge both P8 and P9 into a single library part.

George

p.s. I had to rename boneHeader.lib to boneHeaderlib.txt to get through gmail.

boneheaderlib.txt (1.95 KB)

BoneHdr.mod (4.34 KB)

boneHeaderSchematic.png

boneHeaderPlacement.png

I pushed Beaglebone Black part to the FlyingBone repository (https://github.com/piranha32/FlyingBone) (schematic symbol and PCB module). The library files are located in lib directory and are named beagleboneblack.[lib,mod]. I also added drawing with dimensions of the component: doc/beagleboneblack_component_dims.pdf

Comments and bug reports will be highly appreciated.

Many thanks!!!

It looks good so far, I'll report if I run into any issues.