You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: setup/getting-started/manual-setup.md
+49-13Lines changed: 49 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,17 +14,24 @@ _Please check and modify the username, if you do not use the user pi, you have t
14
14
Don’t forget to enable SSH and configure a network if using Wi-Fi.
15
15
{% endhint %}
16
16
17
-
It is recommended to use a clean [Raspberry Pi OS 32-bit Lite](https://downloads.raspberrypi.org/raspios\_lite\_armhf\_latest) image. If you don't use a Raspberry Pi as SBC, every default Debian Buster / Bullseye (recommended) should also fit with this guide.
17
+
It is recommended to use a clean [Raspberry Pi OS 64-bit Lite](https://downloads.raspberrypi.org/raspios_lite_arm64_latest) image. If you don't use a Raspberry Pi as SBC, every default Debian Bullseye / Bookworm (recommended) should also fit with this guide.
18
18
19
19
We recommend you follow the Raspberry Pi OS official [documentation](https://www.raspberrypi.org/documentation/installation/installing-images/) to flash and install the operating system to your SD card.
20
20
21
21
Once you have finished the installation and are connected via SSH, you can continue.
With **Debian 12 (Bookworm)** you have to add the correct user rights. Execute these lines to add the www-data user to the pi group and set executeable rights to the home directory:
587
+
588
+
```bash
589
+
sudo gpasswd -a www-data pi
590
+
sudo chmod g+x /home/pi
591
+
```
592
+
593
+
Change the username `pi`, if you changed it or use a different default username.
594
+
{% endhint %}
595
+
596
+
## Important macros
561
597
562
598
If you want the whole experience with Mainsail and Klipper `virtual_sdcard` print, you should use these macros or use them as templates for your own.
0 commit comments