@@ -39,12 +39,12 @@ Image.
3939
4040For x86 PCs Download the Live/Install CD by clicking here:
4141
42- http://www.linuxcnc.org/iso/linuxcnc-2.8.2 -buster.iso
42+ http://www.linuxcnc.org/iso/linuxcnc-2.8.4 -buster.iso
4343
4444For the Raspberry Pi a complete SD card image is available here:
4545
4646http://www.linuxcnc.org/iso/linuxcnc-2.8.1-pi4.zip (this will auto-update
47- to 2.8.2 )
47+ to 2.8.4 )
4848
4949This can be installed using the normal Pi
5050https://www.raspberrypi.org/documentation/installation/installing-images/README.md[install process]
@@ -77,7 +77,7 @@ sudo apt-get install zsync
7777. Then run this command to download the iso to your computer
7878+
7979----
80- http://www.linuxcnc.org/iso/linuxcnc-2.8.2 -buster.iso
80+ zsync http://www.linuxcnc.org/iso/linuxcnc-2.8.4 -buster.iso
8181----
8282+
8383or
@@ -100,13 +100,13 @@ https://www.assembla.com/spaces/zsync-windows/documents
100100. After downloading, verify the checksum of the image to ensure integrity.
101101+
102102----
103- md5sum linuxcnc-2.8.2 -buster.iso
103+ md5sum linuxcnc-2.8.4 -buster.iso
104104----
105105+
106106or
107107+
108108----
109- sha256sum linuxcnc-2.8.2 -buster.iso
109+ sha256sum linuxcnc-2.8.4 -buster.iso
110110----
111111. Then compare to these checksums
112112+
@@ -143,7 +143,7 @@ used to boot a computer. The image is too large to fit on a CD.
143143 then use this command:
144144+
145145-----
146- dd if=linuxcnc-2.8.2 -buster.iso of=/dev/sde
146+ dd if=linuxcnc-2.8.4 -buster.iso of=/dev/sde
147147-----
148148
149149.Writing the image to a USB storage device in Mac OSX
@@ -336,7 +336,8 @@ sudo apt-get install linux-image-rt-amd64
336336
337337----
338338
339- . Re-boot, and select the Linux 4.19.0-9-rt-amd64 kernel. This might be
339+ . Re-boot, and select the Linux 4.19.0-9-rt-amd64 kernel (the exact
340+ kernel version might be different, look for the "-rt" suffix. This might be
340341hidden in the "Advanced options for Debian Buster" sub-menu in Grub.
341342When you
342343 log in, verify that `PREEMPT RT`is reported by the following command.
0 commit comments