Dies ist eine alte Version des Dokuments!


Linux Images

Downloading

The images that are currently available for the bblue, cb20 and x86-rt can be downloaded from the meta-ost Gitlab package registry.

Please note, that these images are built for development, see Development vs Production. For production images you have to built it with a full yocto installation, see Setup and Building or use the eSDK, see SDK's.


DELETEME

Toradex

Hardware Overview Image Cross Development SDK Yocto Extensible SDK
cb20 Development Version for cb20 Board ntb-dev-image-cb20-1.0.tar.xz ntb-dev-image-cb20-1.0_sdk.tar.xz
cb20 Development Version for cb20 Board ntb-dev-image-cb20-1.1.tar.xz ntb-dev-image-cb20-1.0_sdk.tar.xz
cb20 Development Version for cb20 Board ost-dev-image-cb20-2021.05.05.tar.xz ost-dev-image-cb20-2021.05.05-sdk.tar.xz ost-dev-image-cb20-2021.05.05-esdk.tar.xz

Images can also be fetched directly over Toradex Easy Installer. Add the following feed:

https://wiki.bu.ost.ch/infoportal/_media/software/linux/images/image_list.json

Flashing a .wic image

Linux script example for .wic image flashing onto an external storage device, e.g. an external SD card (Beware: sdb has to be replaced with the correct device (use lsblk command to discover the correct device)!):

#!/bin/sh
umount /dev/sdb*
wipefs -a /dev/sdb
dd if=ost-ros-image-melodic-bblue.wic of=/dev/sdb bs=1M status=progress
eject /dev/sdb

Using the Images

Installing

The process for installing images is dependent on the target hardware. Hence, see section „Installing Images“ in

Hardware Installation instructions
CB20 cb20
BBBlue bblue
CX2020 x86-rt
C6930 x86-rt
generic x86 x86-rt

Configuring the Network

See General Network Settings for help to setup necessary network connections.