Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AcuteTechnologyInc committed May 27, 2024
1 parent 647f1ab commit 6db5368
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1 deletion.
48 changes: 47 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,47 @@
# tba-release
# TravelBus Software (Linux Release)

Public release of TravelBus software for Acute's TravelBus products.

## Supported Models

| Types | Product |
| ---------------------------- | --------------------------------------------- |
| Logic Analyzer | Acute TravelBus 3000 series<br>Acute TravelBus 2000 series<br>Acute TravelBus 1000 series |


## Supported Operating System

Ubuntu 18.04+ (Bionic Beaver)

## Usage

Download the latest software from the **Releases** page.

All our software are provided in an **AppImage** format. It requires making the
file into executable before using it.

Check the box that says “Allow executing file as program” as shown in the image.

![Demo Image](https://github.com/acute-technology-inc/tba-release/blob/main/res/image.png?raw=true)

Or, you can type

```
chmod 777 TBA-x86_64.AppImage
```

Simply double-click the file to launch the software after the file is changed into an executable file.

Next, the software requires udev rules to allow non-root access to Acute’s
devices. Thus, you may need to install the udev rule file that you can obtain from
`LinuxSoftwareResources.zip`.

1. Download the udev file.
2. Type the following command in the terminal

```
sudo cp 99-AcuteUSB.rules /etc/udev/rules.d
```

3. Restart PC.
4. Launch the software.
Binary file added res/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6db5368

Please sign in to comment.