-
Notifications
You must be signed in to change notification settings - Fork 0
Linux Stuff
Ethan Slattery edited this page Apr 22, 2016
·
2 revisions
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