Skip to content

Commit f8bf5e9

Browse files
authored
Update getting-linuxcnc.adoc for 2.9.4 release
1 parent b8ccac8 commit f8bf5e9

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/src/getting-started/getting-linuxcnc.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This section describes some methods for downloading the Live/Install image.
3939
Software for LinuxCNC to download is presented on the project's
4040
https://linuxcnc.org/downloads/[Downloads page].
4141
Most users will aim for the disk image for Intel/AMD PCs, the URL
42-
will resemble https://www.linuxcnc.org/iso/linuxcnc_2.9.2-amd64.hybrid.iso.
42+
will resemble https://www.linuxcnc.org/iso/linuxcnc_2.9.4-amd64.hybrid.iso.
4343

4444
For the Raspberry Pi, multiple images are provided to address
4545
differences between the RPi4 and RPi5.
@@ -66,7 +66,7 @@ sudo apt-get install zsync
6666
. Then run this command to download the iso to your computer
6767
+
6868
----
69-
zsync https://www.linuxcnc.org/iso/linuxcnc_2.9.2-amd64.hybrid.iso
69+
zsync https://www.linuxcnc.org/iso/linuxcnc_2.9.4-amd64.hybrid.iso
7070
----
7171

7272
.zsync in Windows
@@ -82,13 +82,13 @@ https://www.assembla.com/spaces/zsync-windows/documents .
8282
. After downloading, verify the checksum of the image to ensure integrity.
8383

8484
----
85-
md5sum linuxcnc-2.9.2-amd64.iso
85+
md5sum linuxcnc-2.9.4-amd64.iso
8686
----
8787

8888
or
8989

9090
----
91-
sha256sum linuxcnc-2.9.2-amd64.iso
91+
sha256sum linuxcnc-2.9.4-amd64.iso
9292
----
9393
. Then compare to these checksums
9494

@@ -138,7 +138,7 @@ It looks more complicated but seems to be more compatible with various BIOSes.
138138
then use this command:
139139
+
140140
-----
141-
dd if=linuxcnc_2.9.2-amd64.hybrid.iso of=/dev/sde
141+
dd if=linuxcnc_2.9.4-amd64.hybrid.iso of=/dev/sde
142142
-----
143143

144144
=== Command line - MacOS
@@ -160,7 +160,7 @@ diskutil unmountDisk /dev/diskN
160160
has an added "r" at the begining
161161
+
162162
-----
163-
sudo dd if=/linuxcnc_2.9.2-amd64.hybrid.iso of=/dev/rdiskN bs=1m
163+
sudo dd if=/linuxcnc_2.9.4-amd64.hybrid.iso of=/dev/rdiskN bs=1m
164164
-----
165165
. Note that this may take a long time to complete and there will be no
166166
feedback during the process.

0 commit comments

Comments
 (0)