User Tools

Site Tools


getting_started:install:use_on_bbb

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
getting_started:install:use_on_bbb [2021/04/01 14:39] – [Install SDK on the Host] jonasfreigetting_started:install:use_on_bbb [2023/05/03 13:05] (current) – [Install SDK on the Host] ursgraf
Line 5: Line 5:
 ===== Install Linux Image on Beaglebone Blue ===== ===== Install Linux Image on Beaglebone Blue =====
  
-This section describes how to get the newest [[https://wiki.bu.ost.ch/infoportal/software/linux/images/start|Linux Image]] installed on your [[https://wiki.bu.ost.ch/infoportal/embedded_systems/ti_sitara_am335x/beaglebone_blue/start|BeagleBone Blue]] board. This image already contains the EEROS library together with examples. Further is includes necessary hardware libraries, notably the [[http://beagleboard.org/librobotcontrol/index.html|librobotcontrol]] as well as basic functionalities of ROS. +This section describes how to get the newest Linux image installed on your [[https://wiki.bu.ost.ch/infoportal/embedded_systems/ti_sitara_am335x/beaglebone_blue/start|BeagleBone Blue]] board. This image already contains the EEROS library together with examples. Further is includes necessary hardware libraries, notably the [[http://beagleboard.org/librobotcontrol/index.html|librobotcontrol]] as well as basic functionalities of ROS. 
  
-  Get the Beaglebone Blue image from [[https://wiki.bu.ost.ch/infoportal/software/linux/images/downloads|Downloads]].  +  Get the newest Beaglebone Blue image from [[https://gitlab.ost.ch/tech/inf/public/meta-ost/-/packages]] by selecting the newest //bblue// folder
- +  - Download //ost-image-*-bblue.wic.gz//.  
-  * Unpack it on your host system with <code>$ tar -vxJf ost-ros-dev-image-bblue-2021.03.24.tar.xz</code> +  - Decompress it with <code>gunzip ost-image-*-bblue.wic.gz</code> 
- +  [[https://wiki.bu.ost.ch/infoportal/software/linux/yocto/x86-rt#installing_images|Create a bootable micro-sd card]]. The given instructions are for an USB stick, but the process is the same.
-  [[https://wiki.bu.ost.ch/infoportal/software/linux/yocto/x86-rt#installing_images|Create a bootable micro-sd-card]]. The given instructions are for an USB stick, but the process is the same.+
  
 ===== Install SDK on the Host ===== ===== Install SDK on the Host =====
-In order to develop your application on the host, you have to install our SDK. +In order to develop your application on the host, you have to install the cross development SDK. 
-  Get the cross development SDK for the Beaglebone Blue from [[https://wiki.bu.ost.ch/infoportal/software/linux/images/downloads|Downloads]]. +  Get the newest cross development SDK for the Beaglebone Blue from https://gitlab.ost.ch/tech/inf/public/meta-ost/-/packages by selecting the newest //bblue// folder
- +  - Download //ost-distro-glibc-x86_64-ost-image-*-cortexa8hf-neon-bblue-toolchain-1.0.sh//.  
- +  Execute the unpacked script with <code>$ ./ost-devel-glibc-x86_64-ost-image-*-cortexa8hf-neon-bblue-toolchain-1.0.sh</code>Stick with the default target directory for the SDK. 
-  * Unpack it on your host system with <code>$ tar -vxJf ost-ros-dev-image-bblue-2021.03.24-sdk.tar.xz</code>  +
-  Execute the unpacked script with <code>$ ./ost-distro-glibc-x86_64-ost-ros-image-melodic-cortexa8hf-neon-bblue-toolchain-1.0.sh</code>  +
  
 ===== Install Git ===== ===== Install Git =====
getting_started/install/use_on_bbb.1617280784.txt.gz · Last modified: 2021/04/01 14:39 by jonasfrei