# Use Raspbian Linux with RoadRunner

<abstract>
Roadrunner uses the same CPU architecture of Raspberry Pi SBC (armhf) so it is possible potentially to use the same software. 
This article explains how to use the standard Raspbian Buster Lite to make a microSD that can run
both on Raspberry Py and a RoadRunner 
</abstract>

<img  width="260px" src="./raspbian.jpg">

### Tested with

* Raspbian Buster Lite February 2020
* Linux Kernel 4.19.78 LTS (the latest maintained by Microchip)
 
Download and generate a MicroSD with the Raspbian for RoadRunner and Raspberry following this article:

* [RoadRunner MicroSD images](/download_roadrunner)

After the first boot resize the MicroSD partition by using:

	sudo raspi-config

Menu __Advanced Options__ Item __A1 Expand Filesystem...__	 

And fix the Mac address following this article:

* @article='roadrunner_set_mac_address'

### Other operation to do not yet included in this image

Disable the EEPROM update

	sudo systemctl disable rpi-eprom-update

* <https://www.raspberrypi.org/documentation/hardware/raspberrypi/booteeprom.md>

@include='adv_roadrunner'
