Skip to content

Commit

Permalink
Merge pull request #5 from josegonzalez/josegonzalez-patch-1
Browse files Browse the repository at this point in the history
docs: update readme to denote all supported tg5040 and rg35xxplus devices
  • Loading branch information
josegonzalez authored Feb 7, 2025
2 parents 029c8cc + c0e8b47 commit cb048d7
Showing 1 changed file with 11 additions and 15 deletions.
26 changes: 11 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit cb048d7

Please sign in to comment.