BBB Eduroam - GeorgiaTech-DDI/makerspace_iot GitHub Wiki
In order to connect to eduroam, certain settings of the BBB must be changed. Hence, the first step is to access the root user to allow for configuration changes and additons.
- Enter the root user from the terminal of the beagle bone.
$ sudo su
- Move your directory to the connman directory:
debian@beaglebone:/var/lib/connman
- Create an
eduroam.configfile. The file should contain:
[service_eduroam]
Type=wifi
Name=eduroam
EAP=peap
Phase2=MSCHAPV2
Identity=YOUR_EMAIL
Passphrase=YOUR_PASSWORD
- Enter
exitinto the command line to exit the root user. - Enter the connman command line interface and connect the BBB to Eduroam.