You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now the following printers and firmwares are tested / supported:
16
17
| Model | Tested firmwares | Notes |
@@ -49,13 +50,15 @@ For more information about installation, firmware updates and details about spec
49
50
50
51
After installation, Rinkhals provides a touch UI accessible from the printer screen when you tap the Settings icon, then tap Rinkhals.
51
52
52
-
This UI allows you to stop or disable Rinkhals, and to control what feature and or app is enabled. This will allow you to customize your experience and keep the printer memory as low as needed based on your needs.
53
+
This UI allows you to manage installed apps, trigger an OTA update, reboot your printer and much more. This will allow you to customize your experience and keep the printer memory as low as needed based on your needs.
@@ -90,15 +93,14 @@ This repo contains some tools you can use **no matter what firmware you are usin
90
93
91
94
They are available on this page: https://github.com/jbatonnet/Rinkhals/actions/workflows/build-swu-tools.yml
92
95
93
-
You can download the SWU file for the tool you want, copy it on a FAT32 USB drive in a **aGVscF9zb3Nf** directory, plug the USB drive in the Kobra and it just works.
96
+
You can download the SWU file for the tool you want, copy it as **update.swu**on a FAT32 USB drive in a **aGVscF9zb3Nf** directory, plug the USB drive in your printer and it just works.
94
97
You will ear two beeps, the second one will tell you that the tool completed its work. There is no need to reboot afterwards.
95
98
96
99
Here are the tools available:
97
100
-**SSH**: get a SSH server running on port **2222**, even on stock firmware
98
101
-**Backup partitions**: creates a dump of your userdata and useremain partition on the USB drive
99
102
-**Debug bundle**: creates a zip file with printer and configuration information on the USB drive to ease debugging
@@ -111,21 +113,7 @@ Here are the tools available:
111
113
> Run `git config core.autocrlf false`**BEFORE** cloning the repo
112
114
113
115
You will need either a Linux machine or a Windows machine with Docker.
114
-
115
-
Here are the steps:
116
-
- Clone the repo or Download the zip
117
-
- Do your modifications
118
-
- Open a terminal at the root of the repo, and run: `docker run --rm -it -e KOBRA_IP=x.x.x.x -v .\build:/build -v .\files:/files --entrypoint=/bin/sh rclone/rclone:1.68.2 /build/deploy-dev.sh`
119
-
120
-
This will create a "dev" version on your printer. Using the script above will synchronize your workspace with your PC.
121
-
Now you can start/restart your updated "dev" version using SSH:
122
-
-`chmod +x /useremain/rinkhals/dev/start.sh`
123
-
-`/useremain/rinkhals/dev/start.sh`
124
-
125
-
If you ever want to create a full SWU with your version, use the `build-swu.sh` script with Docker, and you'll get your SWU in build/dist/update.swu:
0 commit comments