# Download binary images for RoadRunner SOM

<img src="./debian_microsd.jpg" width="240px"/>
<img src="/photos/products_640/ROADRUNNER-Q16.jpg" width="240px"/>

## Kernel Linux 5.15.68 - Debian Bullseye 11.5 - At91boostrap 4.0.4

<blockquote markdown="1">

Publication date: 30-nov-2022 
<br/>

* [MicroSD image debian-bullseye-roadrunner.img.xz](/download/microsd/roadrunner-30nov2022/debian-bullseye-roadrunner.img.xz)

MD5SUM: 6f30451497fd9230f5263311009805c9

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

* <https://www.balena.io/etcher/> 

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 <i>acme</i> user and type:

	sudo passwd


### How to create these binary files from scratch

* @article='at91bootstrap_4_0_4'
* @article='compile_kernel_5_15'
* @article='debos'

</blockquote>


<a name="previous"></a>
## Kernel Linux 4.19.134 - Debian Buster 10

<blockquote markdown="1">

Version: 26-may-2021

* [MicroSD image debian-buster-roadrunner.img.xz](/download/microsd/roadrunner-26may2021/debian-buster-roadrunner.img.xz)

Use balenaEtcher to generate a microSD with this image:

* <https://www.balena.io/etcher/> 

###Login data

* Login: <b>acme</b> Password: <b>acmesystems</b>

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

* [Bootloader](/at91bootstrap)
* [Kernel](/roadrunner_compile_kernel_4_19)
* [Rootfs](/roadrunner_debos)

###Defconfig and device tree used

* [acme-roadrunner_defconfig](/download/microsd/roadrunner-26may2021/acme-roadrunner_defconfig)
* [acme-roadrunner.dts](/download/microsd/roadrunner-26may2021/acme-roadrunner.dts)

</blockquote>

<a name="3"></a>
## Kernel Linux 4.19.78 - Raspbian Buster Lite 2020-02-13

<blockquote markdown="1">

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

###How-to create a bootable 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](https://www.balena.io/etcher/) or [Raspberry Pi Imager](https://www.raspberrypi.org/downloads/) to transfer the image on your MicroSD card
* Boot the MicroSD in a [Berta D2 board](https://www.acmesystems.it/roadrunner#bertad2) 

Get access in SSH: <code>ssh pi@roadrunner.local</code>

###Login data

* Login: <b>pi</b> Password: <b>raspberry</b>

</blockquote>

<a name="4"></a>
## Kernel Linux 4.9.40 - Debian Jessie 8.9

<blockquote markdown="1">

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

###Binaries

* First microSD partition files: [boot.tar.bz2](https://www.acmesystems.it/download/microsd/RoadRunner-07aug2017/boot.tar.bz2)
* Second microSD partition files: [rootfs.tar.bz2](https://www.acmesystems.it/download/microsd/RoadRunner-07aug2017/rootfs.tar.bz2)

###How-to create a bootable microSD
<small>A Linux Ubuntu PC is required</small>

* Format a microSD with gparted ([read more](/microsd_format)) and mount it
* Download the binaries
* Uncompress the binaries to the microSD with the following commands:
<pre class="terminal">
$ tar -xvjpSf boot.tar.bz2 -C /media/$USER/boot 
$ sudo tar -xvjpSf rootfs.tar.bz2 -C /media/$USER/rootfs 
</pre>
* unmount the microsd and try it on your board

###Login data

* Login: <b>root</b> Password: <b>acmesystems</b>
* Login: <b>acme</b> Password: <b>acmesystems</b>

###Create the binaries from sources

* [Bootloader](/at91bootstrap)
* [Kernel](/compile_linux_kernel_4_9_124)
* [Rootfs](/debian_jessie)

###Defconfig and device tree used

* [acme-roadrunner.dts](https://www.acmesystems.it/download/microsd/RoadRunner-07aug2017/acme-roadrunner.dts)
* [acme-roadrunner_defconfig](https://www.acmesystems.it/download/microsd/RoadRunner-07aug2017/acme-roadrunner_defconfig)

</blockquote>