Skip to content

Installation

midilab edited this page Oct 5, 2022 · 6 revisions

Installation

Download

OpenDSP are currently avaliable only for raspberry pi2 and pi3.

Download OpenDSP 0.11

Extract

Once you have downloaded your SD card image you need to extract it. You will extract the downloaded .zip file and the extracted file will be a .img file.

To extract from the command line, you can type the following into a Terminal window:

unzip opendsp_0.10.0-raspberry_pi2_3.zip

Install

To install the OpenDSP SD image on your MicroSD card. (You may need a MicroSD card reader to plug it into your computer)

  1. For Windows you can use a Etcher or Win32DiskImager
  2. For macOS you can use Etcher or Apple Pi Baker
  3. For Linux you can use dd command or Etcher

sudo dd bs=1M if=opendsp_0.11.0-raspberry_pi2_3.img of=/dev/sdcard status=progress
where /dev/sdcard should be replaced by your sdcard device

See the official Raspberry Pi "WRITING AN IMAGE TO THE SD CARD" instructions.

Note OpenDSP is built on top of Archlinux and as such the partition on the SD card is EXT4 (a linux filesystem) which is not visible on windows systems, so the card will show up as a smaller size than usual and you won't be able to see everything on the card, but it is all there. You will be able to access the filesystem over the network as described in the transferring roms section below.

Clone this wiki locally