User Tools

Site Tools


build

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 [2019/11/15 17:11] – [Getting the Sources with a Script] grafbuild [2021/03/31 18:18] – [Preparations] ursgraf
Line 2: Line 2:
 The application is developed on a Linux host machine and can then be deployed to the board. The application is developed on a Linux host machine and can then be deployed to the board.
 ===== Preparations ===== ===== Preparations =====
-You need any 64 bit Linux version (VM or standalone). We suggest using Ubuntu. Please make sure to have all necessary tools available. +Install our Linux image on the target and install the necessary SDK and tools on the host as described in [[https://wiki.eeros.org/getting_started/install/use_on_bbb|Installation on Beaglebone Blue Board]].
- +
-<code> +
-$ sudo apt-get install make cmake git g++ +
-</code> +
- +
-As cross tool chain, the **arm-linux-gnueabihf-gcc-4.9** is needed. It is recommended to use a Ubuntu 16.04 as host operating system, since this packet is available in the default repositories. +
-If a Linux host is used in a virtual machine, a [[https://lubuntu.net/downloads/|lightweight Ubuntu distribution]] is recommended. In case you are using newer Ubuntu version, you have to add //xenial// to your sources list, see [[https://askubuntu.com/questions/1036108/install-gcc-4-9-at-ubuntu-18-04]]. +
  
 ===== Getting the Sources with a Script ===== ===== Getting the Sources with a Script =====
 A git repository [[https://github.com/eeduro/eeduro-scripts|]] hosted on GitHub contains useful build scripts. Fetch it on your cross development system with  A git repository [[https://github.com/eeduro/eeduro-scripts|]] hosted on GitHub contains useful build scripts. Fetch it on your cross development system with 
 <code> <code>
-$ git clone https://github.com/eeduro/eeduro-scripts.git eeros-project +$ git clone https://github.com/eeduro/eeduro-scripts.git eeduro 
-$ cd eeros-project/delta+$ cd eeduro/delta
 </code> </code>
 Run the ''clone.sh'' script. This will clone all the necessary repositories. Run the ''clone.sh'' script. This will clone all the necessary repositories.
build.txt · Last modified: 2023/05/31 16:37 by ursgraf