Skip to content

ptxdist dockerized environment: ubuntu18, oselas binary toolchain 2018.02.0, ptxdist 2019.01.0

Notifications You must be signed in to change notification settings

approximatenumber/tqma6x-ptxdist

Repository files navigation

PTXdist (2019.01.0) with compiled OSELAS toolchain (2018.02.0) based on Ubuntu 18 image.

Used to build ptdxdist OS for embedded platforms (originally created to build TQMA6x BSP).

How to start

  1. Build docker image
docker build -t ptxdist2019 ./
  1. Download BSP for your platform
  2. Go to BSP root directory.
  3. Configure ptxdist to use your BSP configuration inside docker this image:
docker run -it -v ${PWD}:/bsp ptxdist2019 bash
cd /bsp
# set platform 
ptxdist platform configs/platform..../platformconfig
# select ptxconfig
ptxdist select configs/platform..../ptxconfig
  1. Build your BSP OS
ptxdist go

About

ptxdist dockerized environment: ubuntu18, oselas binary toolchain 2018.02.0, ptxdist 2019.01.0

Topics

Resources

Stars

Watchers

Forks