Roadrunner technical documentation Buy

Download binary images for RoadRunner SOM

Kernel Linux 5.15.68 - Debian Bullseye 11.5 - At91boostrap 4.0.4

Publication date: 30-nov-2022

MD5SUM: 6f30451497fd9230f5263311009805c9

It is possible to generate a bootable microSD from this image using Balena Etcher on any platform:

At prompt via debug port interface or via lan using SSH the login data are:

roadrunner login: acme 
Password: acmesystems

Notes

To extend the rootfs partition to fill the whole microSD size type:

sudo ./extend_rootfs.sh

The password for the root user is not defined. To set it log in as acme user and type:

sudo passwd

How to create these binary files from scratch

Kernel Linux 4.19.134 - Debian Buster 10

Version: 26-may-2021

Use balenaEtcher to generate a microSD with this image:

Login data

  • Login: acme Password: acmesystems

By default the root password is not defined. To set it login as acme user and type:

sudo passwd

To extend the rootfs to fill the microSD size type:

sudo growpart /dev/mmcblk0 2
sudo resize2fs /dev/mmcblk0p2 

Create the binaries from sources

Defconfig and device tree used

Kernel Linux 4.19.78 - Raspbian Buster Lite 2020-02-13

Version: 6-may-2020 Raspberry Pi Raspbian Buster MicroSD for RoadRunner and Raspberry Pi with SSH server enabled.

How-to create a bootable microSD

Get access in SSH: ssh pi@roadrunner.local

Login data

  • Login: pi Password: raspberry

Kernel Linux 4.9.40 - Debian Jessie 8.9

Version: 07-aug-2017 MicroSD contents for RoadRunner with SSH installed.

Binaries

How-to create a bootable microSD

A Linux Ubuntu PC is required

  • Format a microSD with gparted (read more) and mount it
  • Download the binaries
  • Uncompress the binaries to the microSD with the following commands:
$ tar -xvjpSf boot.tar.bz2 -C /media/$USER/boot 
$ sudo tar -xvjpSf rootfs.tar.bz2 -C /media/$USER/rootfs 
  • unmount the microsd and try it on your board

Login data

  • Login: root Password: acmesystems
  • Login: acme Password: acmesystems

Create the binaries from sources

Defconfig and device tree used

Home page Roadrunner technical documentation Buy