From b70163af7afa0cf80f61dfd73de6830293e0dca2 Mon Sep 17 00:00:00 2001 From: fanoping Date: Mon, 8 Jul 2024 13:39:28 +0800 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++--------- TROUBLESHOOTING.md | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index ef96735..e2f1ab1 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Mixed Signal Oscilloscope Software (Linux Release) -Public release of Mixed Signal Oscilloscope software for Acute's Mixed Signal Oscilloscope products. +Public release of Mixed Signal Oscilloscope application for Acute's Mixed Signal Oscilloscope products. -**_NOTE:_** The software on Linux platform are still marked as beta versions. Please create an issue if you encounter any errors when running the program. +**_NOTE:_** The application on Linux platform are still marked as beta versions. Please create an issue if you encounter any errors when running the program. ## Supported Models @@ -16,12 +16,12 @@ Ubuntu 18.04+ (Bionic Beaver) ## Usage -Download the latest software from the **Releases** page. +Download the latest application from the **Releases** page. -All our software are provided in an **AppImage** format. It requires making the +All our application 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. +Check the box that says **Allow executing file as program** as shown in the image. ![Demo Image](https://github.com/acute-technology-inc/mso-release/blob/main/res/image.png?raw=true) @@ -31,21 +31,21 @@ Or, you can type chmod 777 Mixed_Signal_Oscilloscope-x86_64.AppImage ``` -Simply double-click the file to launch the software after the file is changed into an executable file. +Simply double-click the file to launch the application after the file is changed into an executable file. -Next, the software requires udev rules to allow non-root access to Acute’s +Next, the application 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.tar.gz`. 1. Download the udev file. -2. Type the following command in the terminal +2. Type the following command in the terminal. ``` sudo cp 99-AcuteUSB.rules /etc/udev/rules.d ``` 3. Restart PC. -4. Launch the software. +4. Launch the application. ## Troubleshooting diff --git a/TROUBLESHOOTING.md b/TROUBLESHOOTING.md index 88be2a2..951cd24 100644 --- a/TROUBLESHOOTING.md +++ b/TROUBLESHOOTING.md @@ -1,8 +1,8 @@ # Troubleshooting -This guide is for troubleshooting software on Linux platforms. +This guide is for troubleshooting application on Linux platforms. -## Fail to launch the software +## Fail to launch the application - Since **AppImage** requires FUSE to work properly, you might see `dlopen(): error loading libfuse.so.2` where some distributions does not come with [`FUSE`](https://packages.debian.org/bookworm/libfuse2) library by default. For **Ubuntu**, **Debian** and their derivatives, here is the solution to make it works smoothly.