User:Simon/Trim4/prototypes/flashing an SD card: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
 
Line 3: Line 3:
There are various distributions you can choose from, depending on how you want to use the computer. [https://www.raspberrypi.org/documentation/installation/installing-images/ This page from the Raspberry Pi documentation] gives a good guide on how to install an operating system image on an SD card using Raspberry Pi Imager, or manually. For the bootleg library, I initially installed Buster-lite, and then eventually switched to a plain-text environment because it was lighter.
There are various distributions you can choose from, depending on how you want to use the computer. [https://www.raspberrypi.org/documentation/installation/installing-images/ This page from the Raspberry Pi documentation] gives a good guide on how to install an operating system image on an SD card using Raspberry Pi Imager, or manually. For the bootleg library, I initially installed Buster-lite, and then eventually switched to a plain-text environment because it was lighter.


I used software called [https://www.balena.io/etcher/ balena etcher], but you can also attempt to install a distribution using the dreaded "dd" command. More about "dd" here.
I used software called [https://www.balena.io/etcher/ balena etcher], but you can also attempt to install a distribution using the dreaded <code>dd</code> command to convert and copy the exact image on to the SD card. <code>dd</code> is sometimes referred to as the "disk destroyer", so use with caution.

Latest revision as of 15:56, 5 June 2020

The bootleg library runs on a Raspberry Pi (RPi) single-board computer. The operating system of the RPi is stored on an SD card, that must be "flashed" with an "image" of the operating system in order to boot the computer.

There are various distributions you can choose from, depending on how you want to use the computer. This page from the Raspberry Pi documentation gives a good guide on how to install an operating system image on an SD card using Raspberry Pi Imager, or manually. For the bootleg library, I initially installed Buster-lite, and then eventually switched to a plain-text environment because it was lighter.

I used software called balena etcher, but you can also attempt to install a distribution using the dreaded dd command to convert and copy the exact image on to the SD card. dd is sometimes referred to as the "disk destroyer", so use with caution.