Skip to content

Commit 845b0b8

Browse files
authored
Update pi.md
1 parent 92489ae commit 845b0b8

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

_pages/platforms/pi.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ The {% include wikipedia title='Raspberry Pi' text='Raspberry Pi' %} is an inexp
1313

1414
The following steps describe how to install Fiji on a Raspberry Pi:
1515

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+
1623
1. Open the terminal
1724
2. Install [SDKMAN!](https://sdkman.io/)
1825
3. Verify it works:
@@ -25,7 +32,7 @@ The following steps describe how to install Fiji on a Raspberry Pi:
2532

2633
java -version
2734

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)
2936
8. Download the [ImageJ.sh](https://github.com/imagej/imagej2/blob/-/bin/ImageJ.sh) shell script
3037
9. Move the `ImageJ.sh` file to the `Fiji.app` folder
3138
10. Set the executable bit:
@@ -37,12 +44,14 @@ The following steps describe how to install Fiji on a Raspberry Pi:
3744

3845
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.
3946

47+
# Desktop Icon
48+
4049
The following steps describe how to create a desktop icon to launch Fiji on a Raspberry Pi:
4150

42-
1. Download the Fiji icon image: [Fiji icon link](/media/icons/fiji.png)
51+
1. Download the [Fiji icon](/media/icons/fiji.png)
4352
2. Press {% include key keys='ctrl|alt|t' %} to open the terminal window
4453
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:
4655

4756
<!-- -->
4857

0 commit comments

Comments
 (0)