User Tools

Site Tools


build_your_own

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
build_your_own [2019/04/25 14:29] – [Credentials of the Beagle Bone Blue] grafbuild_your_own [2019/04/25 15:17] graf
Line 1: Line 1:
 ====== Build the Software ====== ====== Build the Software ======
- 
- 
  
 ===== Preparations ===== ===== Preparations =====
 ==== Linux ==== ==== Linux ====
 You need any 64-Bit Linux Version (VM or standalone). You need any 64-Bit Linux Version (VM or standalone).
- 
- 
- 
- 
  
 ==== Start your Beagle Bone Blue ==== ==== Start your Beagle Bone Blue ====
- 
   * Connect the micro USB with the PC.   * Connect the micro USB with the PC.
   * It takes about 15 seconds until the Beagle Bone Blue is powered up and another 15 seconds until a network adapter is shown on your host pc. Open a Terminal and check if this network is already available.    * It takes about 15 seconds until the Beagle Bone Blue is powered up and another 15 seconds until a network adapter is shown on your host pc. Open a Terminal and check if this network is already available. 
Line 18: Line 11:
   * Connect via ssh to your Beagle Bone Blue   * Connect via ssh to your Beagle Bone Blue
 <code>$ ssh debian@192.168.7.2</code> <code>$ ssh debian@192.168.7.2</code>
-  * Defaultpassword is "temppwd"+  * Default credentials are "root:toor" or "debian:temppwd"
  
 ==== Login ==== ==== Login ====
Line 25: Line 18:
  
 ===== Build the EEDURO software===== ===== Build the EEDURO software=====
-Clone the git repository from [[https://github.com/eeduro/eeduro-scripts|EEDURO]]. Go into the ''delta'' folder and run the ''clone.sh'' script. This will clone all the necessary repositories to build and run the delta application+Clone the git repository from [[https://github.com/eeduro/eeduro-scripts|]].  
-The library for the roboticscape must be compiled manually. Though the library is already on the target, we must also have it on the host, in order to be able to link an application.  +<code> 
-At the time of writing, the BeagleBone Blue Boards are shipped with an image that has the robotics cape library version 0.3.4 installed. Therefore, it is highly recommended to use this version. The bbblue-eeros wrapper library was implemented to work with the robotics cape library v0.3.4. Newer version were not tested yet. When using the clone.sh script, the right version is checked out per default and no additional step is needed+$ git clone https://github.com/eeduro/eeduro-scripts.git 
 +</code> 
 +Go into the ''delta'' folder and run the ''clone.sh'' script.  
 +<code> 
 +$ ./clone.sh 
 +</code> 
 +This will clone all the necessary repositories. 
 + 
 +The library for the roboticscape must be compiled manually. Though the library is already on the target, we must also have it on the host, in order to be able to link an application. At the time of writing, the BeagleBone Blue Boards are shipped with an image that has the robotics cape library version 0.3.4 installed. Therefore, it is highly recommended to use this version. The bbblue-eeros wrapper library was implemented to work with the robotics cape library v0.3.4. Newer version were not tested yet. When using the clone.sh script, the correect version is checked out per default and no additional step is necessary
  
 To compile the library, change into: To compile the library, change into: