Skip to main content

Installing SA Engine on Raspberry Pi

info

Depending on which OS is used, two different packages are available for Raspberry Pi:

  • For 32-bit OS, use sa_engine_core_linux_armv7.tar.gz
  • For 64-bit OS, use sa_engine_armv8_aarch64.tar.gz

SA Engine can be installed on Raspberry Pi in two ways. Either through a guided installation process from within SA Studio or manually by downloading the SA Engine edge client to your Raspberry Pi.

Install using SA Studio guide

SA Studio contains an interactive guide for installing edge clients on some selected platforms. It will also guide you through how to start the SA Engine edge client and connect SA Engine to your SA Studio instance.

  1. Start SA Studio, either the cloud instance here: https://studio.streamanalyze.com. If you have an enterprise license you might also have access to SA Studio in your proprietary cloud or on you local machine (ask your system administrator for guidance).

  2. Go to the Devices tab.

  3. Select Get Started in the devices menu.

  4. Click the Raspberry Pi icon.

  5. Follow the instructions.

SA Studio Connect Edge Guide

Install SA Engine manually

SA Engine edge clients are available for download on the download page https://studio.streamanalyze.com/download. You must be signed in to access the download page.

  1. Go to https://studio.streamanalyze.com/download/#tgeneral.

  2. Download the file sa_engine_core_linux_armv7.tar.gz if using a 32 bit OS, or sa_engine_armv8_aarch64.tar.gz if using a 64 bit OS.

  3. Extract the zip archive.

  4. Change directory to sa.engine/bin

  5. Start SA Engine by running ./sa.engine

note

The zip file has a copy button next to its name. Clicking the button will copy a curl command for downloading the file to the clipboard. This makes it convenient to download the file directly to the device by executing the curl command on the device.