Roadrunner technical documentation Buy
Publication date: 30-nov-2022
MD5SUM: 6f30451497fd9230f5263311009805c9
It is possible to generate a bootable class='acmetable' 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
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
Version: 6-may-2020 Raspberry Pi Raspbian Buster MicroSD for RoadRunner and Raspberry Pi with SSH server enabled.
How-to create a bootable class='acmetable' microSD
- Download the microSD image from this link: https://www.acmesystems.it/download/roadrunner-2020-02-13-raspbian-buster-lite.zip (md5sum: 35ec03863ccf70716c5aff0f615c4825)
- Use Balena Etcher or Raspberry Pi Imager to transfer the image on your MicroSD card
- Boot the MicroSD in a Berta D2 board
Get access in SSH:
ssh pi@roadrunner.local
Login data
- Login: pi Password: raspberry
Version: 07-aug-2017 MicroSD contents for RoadRunner with SSH installed.
Binaries
- First microSD partition files: boot.tar.bz2
- Second microSD partition files: rootfs.tar.bz2
How-to create a bootable class='acmetable' 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