- simply connect the BeagleBone Black(BBB) to your computer with the usb cable
- Connect an ethernet cable to the BBB so it has internet
- Install drivers from here. ( only strictly necessary on windows )
- ssh to the BBB over the usb.
address: 192.168.7.2
username: root
password: password
(if you do not have an ssh client, i recommend this one. It runs in chrome on all platforms.) - navigate to /usr/src: eg
# cd /usr/src - clone the git repository: eg
# git clone http://github.com/ccdwt/BBB-setup.git - go into the newly created directory BBB-setup and run make
# cd BBB-setup # make
monit console can be reached here if you are connected to usb, or here if it is deployed in the field.
The login credentials for the monit interface are
username: admin
password: monit
Finally, if you wish to change the root password from password, run the passwd command in the console like so:
The login credentials for the monit interface are
username: admin
password: monit
Finally, if you wish to change the root password from password, run the passwd command in the console like so:
# passwd
you will then be prompted to enter a new root password twice. No characters will show up on the screen as you type the password, this is not a mistake, it is just the terminal's way of keeping the password from being seen.
No comments:
Post a Comment