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
* minor fixes
* add "Pre-install preparation / workarounds" section
add "Workaround for network related features on bookworm"
* add "Workaround for 64-bit Kernels"
harmonize and update description / message
* minor fix
* Update warning block
as alerts are not supported inside of "details"
* minor fix
* fix Raspberry Pi OS name
Co-authored-by: s-martin <[email protected]>
* fix Raspberry Pi OS name
* fix typo
* added link to installation
* updates from reviews
* fix file for synchronisation doc.
moved to components
* add docs for samba
* Apply suggestions from code review
Co-authored-by: s-martin <[email protected]>
* restructure builders readme
---------
Co-authored-by: s-martin <[email protected]>
Copy file name to clipboardexpand all lines: documentation/builders/installation.md
+41-3
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,9 @@ Before you can install the Phoniebox software, you need to prepare your Raspberr
10
10
1. Connect a Micro SD card to your computer (preferable an SD card with high read throughput)
11
11
2. Download the [Raspberry Pi Imager](https://www.raspberrypi.com/software/) and run it
12
12
3. Click on "Raspberry Pi Device" and select "No filtering"
13
-
4. Select **Raspberry Pi OS Lite (32-bit)** (without desktop environment) as the operating system. `future3` does not support 64bit kernels (`aarch64`).
13
+
4. As operating system select **Raspberry Pi OS (other)** and then **Raspberry Pi OS Lite (Legacy, 32-bit)** (no desktop environment). *64-bit is currently not supported*.
14
+
* Bookworm support is partly broken, see [here](#workaround-for-network-related-features-on-bookworm).
15
+
* For Pi 4 and newer also check [this](#workaround-for-64-bit-kernels-pi-4-and-newer).
14
16
5. Select your Micro SD card (your card will be formatted)
15
17
6. After you click `Next`, a prompt will ask you if you like to customize the OS settings
16
18
* Click `Edit Settings`
@@ -26,12 +28,12 @@ Before you can install the Phoniebox software, you need to prepare your Raspberr
26
28
8. Confirm the next warning about erasing the SD card with `Yes`
27
29
9. Wait for the imaging process to be finished (it'll take a few minutes)
28
30
31
+
32
+
### Pre-boot preparation
29
33
<details>
30
34
31
35
<summary>In case you forgot to customize the OS settings, follow these instructions after RPi OS has been written to the SD card.</summary>
32
36
33
-
### Pre-boot preparation
34
-
35
37
You will need a terminal, like PuTTY for Windows or the Terminal app for Mac to proceed with the next steps.
36
38
37
39
1. Open a terminal of your choice.
@@ -77,6 +79,42 @@ You will need a terminal, like PuTTY for Windows or the Terminal app for Mac to
77
79
78
80
</details>
79
81
82
+
### Pre-install preparation / workarounds
83
+
84
+
#### Workaround for network related features on Bookworm
85
+
<details>
86
+
With Bookworm the network settings have changed. Now "NetworkManager" is used instead of "dhcpcd".
87
+
This breaks breaks network related features like "Static IP", "Wifi Setup" and "Autohotspot".
88
+
Before running the installation, the network config has to be changed via raspi-config, to use the "old" dhcpcd network settings.
89
+
90
+
:warning:
91
+
If the settings are changed, your network will reset and Wifi will not be configured, so you lose ssh access via wireless connection.
92
+
So make sure you use a wired connection or perform the following steps in a local terminal with a connected monitor and keyboard.
93
+
94
+
Change network config
95
+
* run `sudo raspi-config`
96
+
* select `6 - Advanced Options`
97
+
* select `AA - Network Config`
98
+
* select `dhcpcd`
99
+
100
+
If you need Wifi, add the information now
101
+
* select `1 - System Options`
102
+
* select `1 - Wireless LAN`
103
+
* enter Wifi information
104
+
</details>
105
+
106
+
#### Workaround for 64-bit Kernels (Pi 4 and newer)
107
+
<details>
108
+
109
+
The installation process checks if a 32-bit OS is running, as 64-bit is currently not supported.
110
+
This check also fails if the kernel is running in 64-bit mode. This is the default for Raspberry Pi models 4 and newer.
111
+
112
+
To be able to run the installation, you have to switch to the 32-bit mode by modifying the `config.txt` and add/change the line `arm_64bit=0`.
113
+
Up to Bullseye, the `config.txt` file is located at `/boot/`. Since Bookworm, the location changed to `/boot/firmware/` ([see here](https://www.raspberrypi.com/documentation/computers/config_txt.html)).
114
+
115
+
Reboot before you proceed.
116
+
</details>
117
+
80
118
## Install Phoniebox software
81
119
82
120
Choose a version, run the corresponding install command in your SSH terminal and follow the instructions.
To conveniently copy files to your Phoniebox via network `samba` can be configured during the installation. The folder `./shared/` will be exposed as network share `phoniebox`, giving you access to the audio and config folders.
4
+
5
+
## Connect
6
+
7
+
To access the share open your OS network environment and select your Phoniebox device.
8
+
Alternatively directly access it via url with the file explorer (e.g. Windows `\\<ip-address-of-your-phoniebox>`, MacOS `smb://<ip-address-of-your-phoniebox>`).
0 commit comments