From cf99a49b69111a0eab0730a9feed73d7edbac624 Mon Sep 17 00:00:00 2001 From: jdubois Date: Thu, 19 Jan 2023 14:30:07 +0100 Subject: [PATCH] architecture arm64 pour rpi --- HowtoOpenBSD/Flashinstall.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HowtoOpenBSD/Flashinstall.md b/HowtoOpenBSD/Flashinstall.md index 3c7ce747..9cc88203 100644 --- a/HowtoOpenBSD/Flashinstall.md +++ b/HowtoOpenBSD/Flashinstall.md @@ -24,6 +24,8 @@ On peut aussi lancer la commande directement : `$ minicom -b 115200 -D /dev/ttyU **1. Démarrer sur le CD d'installation d'OpenBSD** +Pour un Raspberry Pi, télécharger une image pour l'architecture ARM64 + On peut copier minirootXX.fs sur la carte SD avec dd : ~~~