@@ -40,7 +40,7 @@ This section describes some methods for downloading the Live/Install image.
4040Software for LinuxCNC to download is presented on the project's
4141https://linuxcnc.org/downloads/[Downloads page].
4242Most users will aim for the disk image for Intel/AMD PCs, the URL
43- will resemble https://www.linuxcnc.org/iso/linuxcnc_2.9.7 -amd64.hybrid.iso.
43+ will resemble https://www.linuxcnc.org/iso/linuxcnc_2.9.8 -amd64.hybrid.iso.
4444
4545For the Raspberry Pi, multiple images are provided to address
4646differences between the RPi4 and RPi5.
@@ -68,7 +68,7 @@ sudo apt-get install zsync
6868. Then run this command to download the iso to your computer
6969+
7070----
71- zsync http ://www.linuxcnc.org/iso/linuxcnc_2.9.4 -amd64.hybrid.iso
71+ zsync https ://www.linuxcnc.org/iso/linuxcnc_2.9.8 -amd64.hybrid.iso
7272----
7373
7474Please remember to confirm the checksum of the downloaded iso
@@ -88,28 +88,28 @@ https://www.assembla.com/spaces/zsync-windows/documents .
8888. After downloading, verify the checksum of the image to ensure integrity.
8989
9090----
91- md5sum linuxcnc-2.9.7 -amd64.iso
91+ md5sum linuxcnc-2.9.8 -amd64.iso
9292----
9393
9494or
9595
9696----
97- sha256sum linuxcnc-2.9.7 -amd64.iso
97+ sha256sum linuxcnc-2.9.8 -amd64.iso
9898----
9999. Then compare to these checksums
100100
101101-----
102102amd64 (PC)
103- md5sum: 1815aceaac0e7861747aa34d61846e79
104- sha256sum: 08b3f59233e47c91cf1c9a85c41df48542c97b134efefa7446d3060c9a3e644b
103+ md5sum: 71925c8e618b728e255eaf77870960df
104+ sha256sum: 241e496a97b7a57d2832c35fcacb352e113e38914104476cafd1960ab9d6dc14
105105arm64 (Pi)
106106md5sum: 4547e8a72433efb033f0a5cf166a5cd2
107107sha256sum: ff3ba9b8dfb93baf1e2232746655f8521a606bc0fab91bffc04ba74cc3be6bf0
108108-----
109109
110110.Verify md5sum on Windows or Mac
111111
112- Windows and Mac OS X do not come with an md5sum program, but there are
112+ Windows does not come with an md5sum program, but there are
113113alternatives. More information can be found at:
114114https://help.ubuntu.com/community/HowToMD5SUM[How To MD5SUM]
115115
@@ -121,8 +121,9 @@ used to boot a computer. The image is too large to fit on a CD.
121121
122122=== Raspberry Pi Image
123123
124- The Raspberry Pi image is a complete SD card image and should be written
125- to an SD card with the https://www.raspberrypi.com/software/[Raspberry Pi Imager App].
124+ The Raspbery Pi image is a complete SD card image and should be
125+ written to an SD card with the [Raspberry Pi Imager App](https://www.raspberrypi.com/software/).
126+ Note that the imager app can open the .zip file directly, no need to expand.
126127
127128=== AMD-64 (x86-64, PC) Image using GUI tools
128129
@@ -144,7 +145,7 @@ It looks more complicated but seems to be more compatible with various BIOSes.
144145 then use this command:
145146+
146147-----
147- dd if=linuxcnc_2.9.7 -amd64.hybrid.iso of=/dev/sde bs=4k status=progress
148+ dd if=linuxcnc_2.9.8 -amd64.hybrid.iso of=/dev/sde bs=4k status=progress
148149-----
149150
150151=== Command line - MacOS
@@ -164,10 +165,8 @@ diskutil unmountDisk /dev/diskN
164165 Note that the disk name has an added "r" at the beginning.
165166+
166167-----
167- sudo dd if=linuxcnc_2.9.7 -amd64.hybrid.iso of=/dev/rdiskN bs=1m
168+ sudo dd if=linuxcnc_2.9.8 -amd64.hybrid.iso of=/dev/rdiskN bs=1m status=progress
168169-----
169- . Note that this may take a long time to complete and there will be no
170- feedback during the process.
171170
172171.Writing the image to a DVD in Linux
173172
@@ -256,12 +255,12 @@ In addition, for experienced users who are familiar with Debian system administr
256255
257256[options="header"]
258257|===
258+ | Debian Trixie | amd64 & arm64 | preempt-rt | linuxcnc-uspace | machine control & simulation
259+ | Debian Troxie | amd64 | RTAI | linuxcnc | machine control
259260| Distribution | Architecture | Kernel | Package name | Typical use
260261| Debian Bookworm | amd64 & arm64 | preempt-rt | linuxcnc-uspace | machine control & simulation
261262| Debian Bookworm | amd64 | RTAI | linuxcnc | machine control
262263| Debian Bullseye | amd64 | preempt-rt | linuxcnc-uspace | machine control & simulation
263- | Debian Buster | amd64 & arm64 | preempt-rt | linuxcnc-uspace | machine control & simulation
264- | Debian Buster | amd64 | RTAI | linuxcnc | machine control
265264| Any | Any | Stock | linuxcnc-uspace | simulation ONLY
266265|===
267266
@@ -279,16 +278,17 @@ Synaptic Package manager or with apt-get at the command-line.
279278The RTAI kernels are available for download from the linuxcnc.org debian archive.
280279The apt source is:
281280
282- * Debian Bookworm: `deb https://linuxcnc.org bookworm base`
283- * Debian Bullseye: `deb https://linuxcnc.org bullseye base`
284- * Debian Buster: `deb https://linuxcnc.org buster base`
281+ * Debian Trixie: `deb http://linuxcnc.org trixie base`
282+ * Debian Bookworm: `deb http://linuxcnc.org bookworm base`
283+ * Debian Bullseye: `deb http://linuxcnc.org bullseye base`
284+ * Debian Buster: `deb http://linuxcnc.org buster base`
285285
286286LinuxCNC and the RTAI kernel are now only available for 64-bit OSes but
287287there are very few surviving systems that can not run a 64-bit OS.
288288
289- === Installing on Debian Bookworm (with Preempt-RT kernel)
289+ === Installing on Debian Trixie (with Preempt-RT kernel)
290290
291- . Install Debian Bookworm (Debian 12 ), amd64 version.
291+ . Install Debian Trixie (Debian 13 ), amd64 version.
292292 You can download the installer here:
293293 https://www.debian.org/distrib/
294294
@@ -308,8 +308,8 @@ sudo apt-get dist-upgrade
308308----
309309+
310310NOTE: It is possible to download a version of LinuxCNC directly from Debian
311- but this will install an old pre-release version, and is not recommended
312- at this time.
311+ (currently version 2.9.4) but a more up-to-date version (2.9.8) can
312+ be installed from the LinuxCNC repository.
313313
314314. Install the Preempt-RT kernel and modules
315315+
@@ -351,11 +351,10 @@ sudo ./linuxcnc-install.sh
351351----
352352
353353[[cha:Installing-RTAI]]
354-
355- === Installing on Debian Bookworm (with experimental RTAI kernel)
354+ === Installing on Debian Trixie (with experimental RTAI kernel)
356355
357356. This kernel and LinuxCNC version can be installed on top of the Live DVD
358- install, or alternatively on a fresh Install of Debian Bookworm 64-bit
357+ install, or alternatively on a fresh Install of Debian Trixie 64-bit
359358 as described above.
360359. You can add the LinuxCNC archive signing key and repository information
361360 by downloading and running the installer script as described above.
0 commit comments