From c0e8b47eb19d9f432cc499e3d7dbf8452b753ec5 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Fri, 7 Feb 2025 00:46:02 -0500 Subject: [PATCH] docs: update readme to denote all supported tg5040 and rg35xxplus devices --- README.md | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 1493c7f..bedfddc 100644 --- a/README.md +++ b/README.md @@ -1,28 +1,24 @@ -# trimui-brick-terminal.pak +# minui-terminal.pak -A TrimUI Brick app wrapping [`TermSP`](https://github.com/Nevrdid/TermSP), a terminal emulator. +A MinUI Pak wrapping [`TermSP`](https://github.com/Nevrdid/TermSP), a terminal emulator. ## Requirements -- Docker (for building) +This pak is designed and tested on the following MinUI Platforms and devices: -## Building +- `tg5040`: Trimui Brick (formerly `tg3040`), Trimui Smart Pro +- `rg35xxplus`: RG-35XX Plus, RG-34XX, RG-35XX H, RG-35XX SP -```shell -make release -``` +Use the correct platform for your device. ## Installation -1. Mount your TrimUI Brick SD card. -2. Download the latest release from Github. It will be named `SSH.Server.pak.zip`. -3. Copy the zip file to `/Tools/tg5040/Terminal.pak.zip`. +1. Mount your MinUI SD card. +2. Download the latest release from Github. It will be named `Terminal.pak.zip`. +3. Copy the zip file to `/Tools/$PLATFORM/Terminal.pak.zip`. 4. Extract the zip in place, then delete the zip file. -5. Confirm that there is a `/Tools/tg5040/Terminal.pak/launch.sh` file on your SD card. -6. Unmount your SD Card and insert it into your TrimUI Brick. - -> [!NOTE] -> The device directory changed from `/Tools/tg3040` to `/Tools/tg5040` in `MinUI-20250126-0` - released 2025-01-26. If you are using an older version of MinUI, use `/Tools/tg3040` instead. +5. Confirm that there is a `/Tools/$PLATFORM/Terminal.pak/launch.sh` file on your SD card. +6. Unmount your SD Card and insert it into your MinUI device. ## Usage