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: _pages/platforms/pi.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,13 @@ The {% include wikipedia title='Raspberry Pi' text='Raspberry Pi' %} is an inexp
13
13
14
14
The following steps describe how to install Fiji on a Raspberry Pi:
15
15
16
+
## Fiji-Latest
17
+
18
+
1. Download and extract the [Linux arm64 distribution of Fiji](https://downloads.imagej.net/fiji/latest/fiji-latest-linux-arm64-jdk.zip)
19
+
2. Launch Fiji using the executable `fiji-linux-arm64`
20
+
21
+
## Fiji-Stable
22
+
16
23
1. Open the terminal
17
24
2. Install [SDKMAN!](https://sdkman.io/)
18
25
3. Verify it works:
@@ -25,7 +32,7 @@ The following steps describe how to install Fiji on a Raspberry Pi:
25
32
26
33
java -version
27
34
28
-
7. Download and install the [platform-independent "no JRE" distribution of Fiji](http://downloads.imagej.net/fiji/latest/fiji-nojre.zip)
35
+
7. Download and extract the [portable "no bundled Java" distribution of Fiji](https://downloads.imagej.net/fiji/stable/fiji-stable-portable-nojava.zip)
29
36
8. Download the [ImageJ.sh](https://github.com/imagej/imagej2/blob/-/bin/ImageJ.sh) shell script
30
37
9. Move the `ImageJ.sh` file to the `Fiji.app` folder
31
38
10. Set the executable bit:
@@ -37,12 +44,14 @@ The following steps describe how to install Fiji on a Raspberry Pi:
37
44
38
45
Note that the shell script supports only a subset of the functionality of the native [ImageJ Launcher](/learn/launcher), but it should be able to run ImageJ successfully.
39
46
47
+
# Desktop Icon
48
+
40
49
The following steps describe how to create a desktop icon to launch Fiji on a Raspberry Pi:
41
50
42
-
1. Download the Fiji icon image: [Fiji icon link](/media/icons/fiji.png)
51
+
1. Download the [Fiji icon](/media/icons/fiji.png)
43
52
2. Press {% include key keys='ctrl|alt|t' %} to open the terminal window
44
53
3. Type `nano Fiji.desktop` and press return. This will load Nano which will allow you to create a desktop icon.
45
-
4. Type the following code, replacing `/path/to` with the paths to the `ImageJ.sh` file and the Fiji icon:
54
+
4. Type the following code, replacing `/path/to` with the paths to the `fiji-linux-arm64` or `ImageJ.sh` file and the Fiji icon:
0 commit comments