Raspberry Pi Installation
You can install Litmus Edge on a Raspberry Pi (version 3 or 4) by using balenaEtcher (recommended for Windows, macOS, and Ubuntu) or terminal commands (for advanced users on Linux-based systems).
Note: You can't upgrade Litmus Edge versions on Raspberry Pi. You must reinstall newer Litmus Edge versions. See Backup/Restore to learn more about backing up your data and managing templates before reinstalling a newer version.
- Make sure you use Raspberry Pi version 3 or 4.
- Contact [email protected] to get a Litmus Edge license.
- Download the appropriate Litmus Edge image file (litmusedge-std_[version number]-arm64.gz) from the Litmus Central Portal.
- You will need to format an SD card (minimum of 16GB). See the steps below.
- Remove the SD card from the Raspberry Pi and insert it into your computer.
- Format the SD card to one partition using the FAT32 file system with a formatting tool such as GParted or Windows Disk Management.
balenaEtcher is a user-friendly, graphical tool for writing images to SD cards, compatible with Windows, macOS, and Ubuntu.
To install using balenaEtcher:
Click Flash from file, then select the Litmus Edge image file you downloaded.
Click Select target and select your SD card.
Click Flash to start, then wait for balenaEtcher to finish.
Once balenaEtcher shows the completed screen, safely eject the SD card from your computer.
- Insert the SD card into the Raspberry Pi and power up the Raspberry Pi.
- Litmus Edge will boot and the Litmus Edge Terminal User Interface (TUI) will appear if a monitor is connected to the Raspberry Pi.
Once the Litmus Edge TUI loads, you can log in to Litmus Edge.
- See Access the Terminal User Interface for instructions on how to navigate and log in for the first time.
Complete the following steps to install Litmus Edge using terminal commands.
To import the LE image from the terminal:
- Open a terminal window.
- Use df -h to identify the mount point of your SD card.
- Copy and run the commands below with your SD card's path and the downloaded Litmus Edge image file name. Replace /dev/sde with the correct mount path, and replace litmusedge-std_3.11.0-arm64.gz with the correct file name and Litmus Edge version based on the file you downloaded.
- The first two commands are used to set environment variables for the SD card mount and LE image file paths.
- The third command unzips the image and writes it to the SD card.
4. Once the gzip command completes, safely eject the SD card from your computer. 5. Insert the SD card into the Raspberry Pi and power up the Raspberry Pi. 6. Litmus Edge will boot and the Litmus Edge Terminal User Interface (TUI) will appear if monitor is connected to the Raspberry Pi.
Once the Litmus Edge TUI loads, you can log in to Litmus Edge.
- See Access the Terminal User Interface for instructions on how to navigate and log in for the first time.