Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| picore:prepsd [2025/05/05 16:19] – created rhermsen | picore:prepsd [2025/06/28 16:55] (current) – rhermsen | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== piCore Prepare SD-Card ====== | ====== piCore Prepare SD-Card ====== | ||
| - | * use sdformatter | + | There are two ways to get the image on the sd-card.\\ |
| + | If you start from a Windows pc you can use the [[https:// | ||
| + | For Linux and a Mac you can use the dd command. | ||
| - | | + | Depending on your RPi hardware you can choose for a 32-bit image or a 64-bit piCore image.\\ |
| + | 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. | ||
| + | |||
| + | |||
| + | 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 ==== | ||
| + | |||
| + | | ||
| + | * For the 32-bit version the (current latest) link is: http:// | ||
| + | * For the 64-bit version the (current latest) link is: http:// | ||
| + | |||
| + | * Use an sd-formatter to clear the sd-card if needed. | ||
| + | |||
| + | * 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 | ||
| - | * after key generation: backup | + | * After key generation: backup |
| - | * (' | + | * (' |
| + | |||
| + | ==== DD command ==== | ||
| + | |||
| + | The [[https:// | ||