About Blog Posts Contact Us RPi Image FlashDrive mini HPC Resources

Creating an SD card image: step-by-step

Using a pre-built image

You can download a pre-built image from our releases page

These are experimental and unlikely to be fully working yet. These are built as multipart zip files with names like release.zip and release.z01, this is due to a 2GB upload limit in our build process. Download each of these. To extract them on a Linux system run the following:

cat release.z01 release.zip > carpentries-offline.zip

unzip carpentries-offline.zip

After you have downloaded and unzipped the image files, write the image file to an SD card with Etcher or your image writing program of choice.

Installing CarpentriesOffline manually

Setting up a Raspberry Pi

Setup for headless config (useful if you don’t have a screen and keyboard to hand)

#set this to your country code, gb=great britain
country=gb
update_config=1
ctrl_interface=/var/run/wpa_supplicant

network={
 scan_ssid=1
 ssid="my_networks_ssid"
 psk="my_networks_password"
}

Login to the Pi

Use SSH or login with a local console if you have a monitor attached.

Run the install script

Change the password

Connect to Carpentries Offline

Using PyPi and CRAN mirrors from your Pi