ASWX2 - Update README

This commit is contained in:
2025-01-02 10:27:16 +01:00
parent 50732d342a
commit 8d14030fc5

View File

@@ -110,7 +110,10 @@ Installed version: commit 08a1c9f12760ee6d89db2b82e76c7d93453212db
### Firmware build and update ### Firmware build and update
1. SSH to the ASWX2 Raspberry 1. Access Octopi using ssh
```
ssh aswx2
```
2. Stop Klipper service 2. Stop Klipper service
``` ```
@@ -225,7 +228,7 @@ Once flashed, the board will automatically reboot and goes back in operation mod
Start off by accessing Octopi using ssh. \ Start off by accessing Octopi using ssh. \
Then create the `98-klipper.rules` file in the /etc/udev/rules.d/ folder: Then create the `98-klipper.rules` file in the /etc/udev/rules.d/ folder:
``` ```
ssh octoprint ssh aswx2
sudo touch /etc/udev/rules.d/98-klipper.rules sudo touch /etc/udev/rules.d/98-klipper.rules
``` ```