Skip to content

Linux Stuff

Ethan Slattery edited this page Apr 22, 2016 · 2 revisions

Giving our programs the permissions they need

Compiled programs need permissions to run, especially if they are using PWM or other harware access. run the following commands on the executable to give the program the permissions it needs reference:

`sudo chown root <program name>`
`sudo chmod 4755 <program name>`

Connecting the Beaglebone to Wifi Adafruit Reference

add AP to /etc/network/interfaces
Bring up wifi with ifup wlan0
Bring Down with ifdown wlan0

Clone this wiki locally