The documentation for SolidSense software is not maintained by SolidRun and the information herein is not actual with the latest version of the software, please contact our partner SolidSense Connect who is now developing the SolidSense software.
Here is the Solidsense-Connect WiKi documentation page.

Introduction

The SolidSense OEM software image is the easiest solution to start a development on the SolidSense hardware. This is allowing to freely use all Debian Linux resources. The image comes with all SolidSense interfaces declared in the device tree as well all associated drivers.

The resulting development can then be directly used or re-package to run on top of the SolidSense IoT production platform that is providing key production features like read-only rootfs for safety and remote software management.

Installation

Step-By-Step

https://images.solidsense.io/SolidSense/SolidSense-OEM-debian-buster.img.xz

setenv bootcmd "env run findfdt; usb start; ls usb 0:1; run bootcmd_usb0; run bootcmd_mmc0; $bootcmd"; saveenv; boot

You can always run env default -a -f; saveenv; reset to recover the default status.

note

Please Note:

The boot priority is:

  1.  USB (if any compatible image is found)

  2.  SD (if any compatible image is found)

  3.  emmc (booting the default Solidsense SW)

Please Note:

The boot priority is:

  1.  USB (if any compatible image is found)

  2.  SD (if any compatible image is found)

  3.  emmc (booting the default Solidsense SW)

Then you’ll see the following: