Updated Installation on ReMarkable (markdown)

master
gbyl 3 years ago
parent a415865623
commit 092d1ce6e5

@ -5,31 +5,34 @@
2. Navigate to `Menu > Settings > Help > Copyright and Licenses`
3. Under "GPLv3 Compliance" you will find your username `root`, your IP `10.11.99.1` and your password
4. Open terminal and run:
```
ssh root@10.11.99.1
```
```
ssh root@10.11.99.1
```
## Installing
1. Download the [latest release](https://github.com/koreader/koreader/releases) of KOReader
2. Open terminal and navigate to your downloads folder:
```
cd Downloads
```
2. Copy the zip file to your device by running:
```
scp koreader-remarkable-*.zip root@10.11.99.1:
```
```
scp koreader-remarkable-*.zip root@10.11.99.1:
```
3. SSH into your device and unzip the file:
```
unzip koreader-remarkable-*.zip
```
4. Copy the service file to the system directory and reload all units:
```
cp -v koreader/koreader.service /etc/systemd/system/
systemctl daemon-reload
```
```
unzip koreader-remarkable-*.zip
```
4. Copy the service file to the system directory::
```
cp -v koreader/koreader.service /etc/systemd/system/
```
5. reMarkable 2 users must install [rm2fb](https://github.com/ddvk/remarkable2-framebuffer)
6. Launch KOReader:
```
systemctl start koreader
```
```
systemctl start koreader
```
- KOReader will be installed to `/home/root/koreader`
## Launching
@ -37,10 +40,10 @@
### Automatic launch
**Warning:** Make sure KOReader starts successfully before configuring the automatic launch
1. SSH into your device and run:
```
systemctl disable xochitl
systemctl enable koreader
```
```
systemctl disable xochitl
systemctl enable koreader
```
2. Reboot your device
3. KOReader will replace Xochitl as the program launched at boot
- To return to Xochitl simply exit KOReader or run `systemctl start xochitl`
@ -48,10 +51,10 @@
### Launch with middle button
1. SSH into your device and run:
```
cp -v koreader/button-listen.service /etc/systemd/system/
systemctl enable --now button-listen
```
```
cp -v koreader/button-listen.service /etc/systemd/system/
systemctl enable --now button-listen
```
2. Reboot your device
3. Hold down the middle button for 3 seconds to start KOReader
- To return to Xochitl simply exit KOReader

Loading…
Cancel
Save