-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
647f1ab
commit 6db5368
Showing
2 changed files
with
47 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.