The following instructions have been tested on Ubuntu 12.04
(64 bit) in a VMWare virtual machine.
Some users have reported various issues using Ubuntu 16.04.
We recommend to use Ubuntu 14.04
This page always refers to the latest BSP revision (including ancillary tools) according to the following table:
BSP revision | 0100 | 0101 | 0104 | 0105 | 0109 |
---|---|---|---|---|---|
PTXdist | 2013.03 | 2013.12 | 2013.12 | 2014.11 | 2015.05 |
OSELAS Toolchain | 2012.12.1 | 2013.12.1 | 2013.12.2 | 2013.12.2 | 2013.12.2 |
Platform | MBa6x | MBa6x | MBa6x | MBa6x | MBa6x |
U-Boot | 2013.04 | 2013.04 | 2013.04 | 2014.04 | 2015.04 |
Linux Kernel | 3.10 | 3.13 | 3.16-rc5 | 3.16.7 | 4.1 |
Qt Version | 4.8.4 | 4.8.5 | 4.8.6 | 5.3.2 | 5.3.2 |
We recommend using PTXdist version 2013.12.0 to build the OSELAS.Toolchain-2013.12.2. This version may differ from the PTXdist version required to build the BSP itself.
Please note:
Ubuntu 12.04 is required for the toolchain.
The BSP is available as a project ready to use with the PTXdist1) build system. As PTXdist runs on linux, first of all you need a development workstation (or a virtual machine) with a (preferably) recent Linux distribution installed. The distribution of your choice, however, may not have installed all required packages by default. Commonly missing packages (package names taken from Debian based systems) include:
Although not required by PTXdist, we also recommend to configure and run a tftp server (for image download / update) and an nfs server (for network mounted rootfs) on your development host.
It is recommended to first install PTXdist 2013.12 in order to build the toolchain (see note above).
Once the toolchain is compiled, install PTXdist 2014.11.0 which is required to build the BSP.
You can always use a specific version of PTXdist by explicitly calling ptxdist-<version>.
Example:
$ ptxdist-2014.11.0
Please note:
The link /usr/local/bin/ptxdist always calls the PTXdists version installed most recently.
Starting with PTXdist 2014.07, ptxdist calls a script which tries to automatically determine and call the required version by parsing the config files in the project directory.
Make sure the development host meets the Downloads page for URLs).
Extract the tarball ptxdist-2014.11.0.tar.bz2 and install as follows:
$ tar xvf ptxdist-2014.11.0.tar.bz2 $ cd ptxdist-2014.11.0 $ ./configure $ make $ sudo make install
This will install PTXdist to /usr/local/lib by default. Afterwards please configure PTXdist with:
$ ptxdist setup
.config - PTXdist 2014.11.0 ────────────────────────────────────────────────────────────────────────────── ┌─────────────────────────── PTXdist 2014.11.0 ───────────────────────────┐ │ Arrow keys navigate the menu. <Enter> selects submenus --->. │ │ Highlighted letters are hotkeys. Pressing <Y> includes, <N> excludes, │ │ <M> modularizes features. Press <Esc><Esc> to exit, <?> for Help, </> │ │ for Search. Legend: [*] built-in [ ] excluded <M> module < > │ │ ┌─────────────────────────────────────────────────────────────────────┐ │ │ │ --- PTXDIST Setup Menu │ │ │ │ User ---> │ │ │ │ Proxies ---> │ │ │ │ Project Searchpath ---> │ │ │ │ Source Directories ---> │ │ │ │ Source Download ---> │ │ │ │ IPKG Repository ---> │ │ │ │ Java SDK ---> │ │ │ │ Developer Options ---> │ │ │ │ │ │ │ └─────────────────────────────────────────────────────────────────────┘ │ ├─────────────────────────────────────────────────────────────────────────┤ │ <Select> < Exit > < Help > < Save > < Load > │ └─────────────────────────────────────────────────────────────────────────┘
To personalise your PTXdist installation, please fill out:
Depending on your environment, the most important settings are:
For further details on setup options, please see the PTXdist manual.
See download section.
By default the toolchain will get installed to /opt/OSELAS.Toolchain-<version>.
Follow chapter “Building a toolchain” in the PTXdist manual and keep in mind:
$ ptxdist select ptxconfigs/...
select this ptxconfig: ptxconfigs/arm-cortexa9-linux-gnueabi_gcc-<version>_glibc-<version>_binutils-<version>_kernel-<version>-sanitized.ptxconfig (for TQMa6x)
The Toolchain normally is already setup in the BSP project. So you can move on to the next step.
See the README in the zip package for a detailed description of the zip contents
Extract the package 0105.zip to any directory (e.g. /opt or /home):
$ cd /opt/projekte $ tar -xvf .tar.gz $ cd .0105