Seth
Published

LinuxCNC and BeagleBone Green(s)

Did you want linuxCNC to work and make it work w/ the BBG? You came to the right place!

IntermediateProtip3 hours2,290
LinuxCNC and BeagleBone Green(s)

Things used in this project

Hardware components

SeeedStudio BeagleBone Green
BeagleBoard.org SeeedStudio BeagleBone Green
×1
5 Inch BeagleBone Green LCD Cape with Resistive Touch
Seeed Studio 5 Inch BeagleBone Green LCD Cape with Resistive Touch
×1
Jumper wires (generic)
Jumper wires (generic)
×36
Ethernet Cable, Cat6a
Ethernet Cable, Cat6a
×1
USB-A to Micro-USB Cable
USB-A to Micro-USB Cable
×1
wireless mouse and keyboard combination
×1

Software apps and online services

linux cnc
Debian Buster from beagleboard.org

Hand tools and fabrication machines

Brain and Hands

Story

Read more

Schematics

bbg_srm_v3_20150804_WRsHgHXkx5.pdf

5inch_bbg_00a2_sch_O7za5uNX9v.pdf

bbg-pcba_mhAYzRmQSt.pdf

Code

The Set Up from Gnipsel

SH
Enjoy!
#!/bin/bash

sudo apt update
sudo apt install -y devscripts build-essential xfce4

The middle section from Gnipsel

SH
#!/bin/bash

sudo apt-key adv --keyserver hkp://keys.gnupg.net --recv-key 3cb9fd148f374fef

echo deb http://linuxcnc.org/ buster base 2.8-rtpreempt | sudo tee -a /etc/apt/sources.list.d/linuxcnc.list

The last part of the commands after exiting the terminal and starting a new terminal!

SH
#!/bin/bash

sudo apt update && sudo apt install linuxcnc-uspace linuxcnc-uspace-dev linuxcnc-uspace-dbgsym 

Credits

Seth

Seth

32 projects • 12 followers
Stay there and someone will find you...
Thanks to LinuxCNC and gnipsel.com.

Comments