Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

...

Revision and Notes

Date

Owner

Revision

Notes

 

1.0

Initial release

Table of Contents

Table of Contents
minLevel1
maxLevel7

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.

  • For more information, please visit redpesk.

redpesk Image Download

Create a directory for downloading image:

...

Writing the image to your SD card

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

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

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

...

  • You can visit our guide to get more information about the SolidSense N8 IoT Compact.

Step-By-Step

  • Plug in the SD Card into the board.

  • Power on the board.

  • Before powering up the board, make sure you have configured the boot media to microSD by setting the S1 switch on the boot source selector to ON:

 

Switch 1

Switch 2

SD

ON

ON

eMMC

OFF

ON

  • Connect the USB-UART cable following the three pins beside the SD card socket

...

  • In order to be able to log in , please insert “debian” “root” as a username and password.

  • use dmesg to see the name of the USB plugged

...