@@ -39,7 +39,7 @@ This section describes some methods for downloading the Live/Install image.
3939Software for LinuxCNC to download is presented on the project's
4040https://linuxcnc.org/downloads/[Downloads page].
4141Most 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
4444For the Raspberry Pi, multiple images are provided to address
4545differences 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
8888or
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