Monday, August 12, 2013

To prep the BeagleBone black from factory settings, and install all the software in ccdwt/WindTurbine i have created a helper repo called ccdwt/BBB-setup. In order to use this all you must do, is:

  1. simply connect the BeagleBone Black(BBB) to your computer with the usb cable

  2. Connect an ethernet cable to the BBB so it has internet

  3. Install drivers from here. ( only strictly necessary on windows )

  4. 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.)

  5. navigate to /usr/src: eg
     # cd /usr/src 

  6. clone the git repository: eg
     # git clone http://github.com/ccdwt/BBB-setup.git 
  7. go into the newly created directory BBB-setup and run make
     # cd BBB-setup 
     # make 
you will be prompted a few times for yes/no or some configuration. In each case either choose yes, y, or just enter to choose the default. At the end of the installation, (which takes approximately 35 minutes), you must either run  /etc/init.d/monit start < in order to start all the various monitor processes. The
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:
  # 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.