Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Our software requires a RedHat Enterprise Linux 64-bit distribution such as one of the below operating systems:

  • CentOS 7

  • CentOS 8

If Linux a 64-bit Linux machine is not available, you can install VirtualBox with CentOS 7 or CentOS 8 in order to use Impulse tools.

...

  1. Visit NanoXplore-download and sign-in or register to download:

    • NXLMD => NXLMD-2.1-linux.tar.gz

    • Impulse => nxdesignsuite-version-.tar.gz

    • NxBase2 => NxBase2-2.5.3.1.tar.bz2

  2. Save Impulse tools to your ~/Downloads folder or a location of your choice

  3. Create a New Folder named NanoXplore in the /opt directory

  4. Unpack your downloaded NanoXplore tool directly to /opt/NanoXplore

  5. Repeat this process for each NanoXplore tool

...

  1. To unpack NxBase2 tool directly once downloaded into /opt/NanoXplore, you must first create a folder named NXbase2- 2.5.3.1 via the following command:

    Code Block
    $> sudo mkdir NxBase2-2.5.3.1 
  2. After competing this step, unpack NxBase2 from the ~/Downloads folder (or you download location) using the following command:

    Code Block
     $> sudo tar xjf NxBase2-2.5.3.1.tar.bz2 -C ./NxBase2-2.5.3.1

Installation

Below the main steps to setup and install each NanoXplore tool:

...

  1. Before install Impulse, check that Python 3.6 is installed with below command:

    Code Block
     $> which python3

    If Pyhton3 is installed you will see the following line:

    Code Block
    $> /usr/bin/python3
  2. If Python3 is not installed, run the following command:

    Code Block
    $> sudo yum install python3
  3. To install Impulse, update ~/.bashrc file with below instruction:

    Code Block
    export PATH=/opt/NanoXplore/impulse-/bin:$PATH

    Check that ~/.bashrc updating has been taken into account with below command:

    Code Block
    $> source ~/.bashrc” 
  4. Check that Impulse is installed with below commands:

    Code Block
    $> which impulse

    The result of this command must be the following

    Code Block
    $> /opt/NanoXplore/impulse-version/bin/impulse 
  5. Check that Impulse works correctly with the following command:

    Code Block
    $> impulse -version

    The result of this command must be the following

    Image RemovedImage Added

How to Install NxBase2

...

  1. Update the ~/.bashrc file using the following instruction:

    Code Block
    export PATH=/opt/NanoXplore/NxBase2-2.5.3/install_cst/centos6other_os/nxbase2_cli:$PATH
  2. Check that NxBase2 has been installed and works correctly with below commands:

    Code Block
    $> which nxbase2_cli
    $> nxbase2_cli --version

...