Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| picore:prepsd [2025/05/06 12:22] – rhermsen | picore:prepsd [2025/06/28 16:55] (current) – rhermsen | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| There are two ways to get the image on the sd-card.\\ | There are two ways to get the image on the sd-card.\\ | ||
| - | If you start from a Windows pc you can use the ' | + | If you start from a Windows pc you can use the [[https:// |
| + | For Linux and a Mac you can use the dd command. | ||
| - | On [[https:// | + | Depending on your RPi hardware you can choose for a 32-bit image or a 64-bit piCore image.\\ |
| - | For the RPi Pico, RPi Zero and others you have to read the applicable text for more details. | + | On [[https:// |
| + | For the RPi Pico, RPi Zero and others you have to read the applicable text for more details.\\ | ||
| + | Also read the notes for the version of piCore you are planning to install for additional guidance on the possible images you can install. | ||
| - | === Raspberry Pi Imager === | + | On the [[https:// |
| + | Here you can find for example that support of RPi5 was introduced in [[https:// | ||
| + | The current latest [[https:// | ||
| + | The next release is not far from now, so watch the forum. | ||
| + | |||
| + | |||
| + | |||
| + | ==== Raspberry Pi Imager | ||
| * Obtain the image you want to use from the download page.\\ First verify the latest stable version available (best is not to use a test version).\\ Next look if you go for a 32-bit (RPi1, 2, 3, 4 or 5) or 64-bit (RPi3, 4, 5). | * Obtain the image you want to use from the download page.\\ First verify the latest stable version available (best is not to use a test version).\\ Next look if you go for a 32-bit (RPi1, 2, 3, 4 or 5) or 64-bit (RPi3, 4, 5). | ||
| Line 16: | Line 26: | ||
| * Use an sd-formatter to clear the sd-card if needed. | * Use an sd-formatter to clear the sd-card if needed. | ||
| - | * Use the official ' | + | * Use the official ' |
| * obtain the latest ' | * obtain the latest ' | ||
| + | * The ' | ||
| + | * The ' | ||
| + | * So, no need to configure a hostname, username or WiFi settings at this point. They will not be used.\\ You have to set this up within piCore itself. | ||
| * Bootup the RPi with HDMI and keyboard attached | * Bootup the RPi with HDMI and keyboard attached | ||
| Line 23: | Line 36: | ||
| * After key generation: backup | * After key generation: backup | ||
| * (' | * (' | ||
| + | |||
| + | ==== DD command ==== | ||
| + | |||
| + | The [[https:// | ||
| + | |||