From 34aca33d7573d94dc2edd506495d5dcd8e57cd65 Mon Sep 17 00:00:00 2001 From: UsualSpec <98665326+UsualSpec@users.noreply.github.com> Date: Mon, 1 Jul 2024 15:46:23 +0200 Subject: [PATCH] Change deployment instructions --- client/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/client/README.md b/client/README.md index 2ba7071..df1bf0d 100644 --- a/client/README.md +++ b/client/README.md @@ -33,11 +33,12 @@ First of all, flash an OS to the SD card of the Raspberry Pi. This project was t 5. Change OS settings in the imager: - Set the hostname to the device name used (e.g. autopower1). - Set the username `ethditet` and a secure password - - Set up SSH under services and paste your SSH key (this will be overwritten later on) + - Set up SSH under services and paste your SSH key (the deploy.sh script also can append one later on) - Disable telemetry under options - Now save the settings +6. Write the image to the SD card -**Note:** Instead of using the imager, you may also [download the image](https://www.raspberrypi.com/software/operating-systems/) and use use dd to flash it: `dd if=/path/to/raspberrypiosLite64bit.img of=/path/to/sdcard bs=4M`. You may need to enable SSH by creating an empty file in the bootfs volume of the SD card called `ssh` manually: `touch /media/bootfs/ssh`. After that, continue with the deploy script as follows. +**Note:** Instead of using the imager, you may also [download the OS image](https://www.raspberrypi.com/software/operating-systems/) and use use dd to flash it: `dd if=/path/to/raspberrypiosLite64bit.img of=/path/to/sdcard bs=4M`. You may need to enable SSH by creating an empty file in the bootfs volume of the SD card called `ssh` manually: `touch /media/bootfs/ssh`. After that, continue with the deploy script as follows. ### Deployment on the Pi