Revision and Notes

Date

Owner

Revision

Notes

 

1.0

Initial release

Table of Contents

Introduction

What is redpesk?

redpesk is a secure embedded all-in-one Linux software platform dedicated to Industrial IoT. It offers an easy-to-use pre-integrated CI/CD factory with more than 2,500 binary packages and a set of basic “ready-to-go” components that nearly every system requires.

redpesk Image Download

Create a directory for downloading image:

mkdir ~/redpeskimage
cd ~/redpeskimage

Download the image by using:

wget -r -nd -nc --no-parent -A "redpesk*smack*" 'https://download.redpesk.bzh/redpesk-lts/arz-1.0-update/images/smack/minimal/aarch64/solidrun-edge-gateways/latest'

Writing the image to your SD card

To flash your SD card, unxz the compressed file and use dd:

unxz redpesk*.raw.xz
IMAGE=$(ls redpesk*.raw)
sudo dd if=$IMAGE of=/dev/sdX bs=4M status=progress
note

Note:

Plug a micro SD into your Linux PC, the following assumes that the micro SD is added as /dev/sdX and all it’s partitions are unmounted.

Note:

Plug a micro SD into your Linux PC, the following assumes that the micro SD is added as /dev/sdX and all it’s partitions are unmounted.

Connect to the SolidSense N8 IoT Compact

SolidSense N8 IoT Compact Block Diagram

Hardware interfaces

Step-By-Step

 

Switch 1

Switch 2

SD

ON

ON

eMMC

OFF

ON

Open your serial console, restart your device and you should be able to see the following.

[    4.514489] usb 1-6: FTDI USB Serial Device converter now attached to ttyUSB0