Requirements
System requirements
Before installing Impulse, please ensure you system meets the following specifications:
Minimum Requirements | Recommended Requirements | |
---|---|---|
CPU Speed/Processor | 3GHz Quad-Core | 3GHz 8-Core |
Memory | 8GB RAM | 16GB RAM |
Disk Capacity/Type | 2GB (HDD) | 2GB (SSD) |
Operating system
Our software requires a RedHat Enterprise Linux 64-bit distribution such as one of the below operating systems:
CentOS 7
CentOS 8
If a 64-bit Linux machine is not available, you can install VirtualBox with CentOS 7 or CentOS 8 in order to use Impulse tools.
Software
Running Impulse requires Python 3.6 installed on a Linux 64-bit machine.
Download NanoXplore tools
Follow the steps below to download and unpack NanoXplore tools
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.tar.bz2
Save Impulse tools to your ~/Downloads folder or a location of your choice
Create a New Folder named NanoXplore in the /opt directory
Unpack your downloaded NanoXplore tool directly to /opt/NanoXplore
Repeat this process for each NanoXplore tool
Nx License Daemon
To download and install the NanoXplore License Manager Daemon (NXLMD), please refer to the instructions in the License Daemon guide.
NXbase2 archive extraction
To unpack NxBase2 tool directly once downloaded into /opt/NanoXplore, you must first create a folder named NXbase2- 2.5.3 via the following command:
$> sudo mkdir NxBase2-2.5.3
After competing this step, unpack NxBase2 from the ~/Downloads folder (or you download location) using the following command:
$> sudo tar xjf NxBase2-2.5.3.tar.bz2 -C ./NxBase2-2.5.3
Installation
Below the main steps to setup and install each NanoXplore tool:
Update ~/.bashrc file for each NanoXplore tool
Verify that the ~/.bashrc update has been taken into account using the below command:
$> source ~/.bashrc”
Restart your machine
Impulse
Follow the steps below to install Impulse:
Before install Impulse, check that Python 3.6 is installed with below command:
$> which python3
If Pyhton3 is installed you will see the following line:
$> /usr/bin/python3
If Python3 is not installed, run the following command:
$> sudo yum install python3
To install Impulse, update ~/.bashrc file with below instruction:
export PATH=/opt/NanoXplore/impulse-/bin:$PATH
Check that ~/.bashrc updating has been taken into account with below command:
$> source ~/.bashrc”
Check that Impulse is installed with below commands:
$> which impulse
The result of this command must be the following
$> /opt/NanoXplore/impulse-version/bin/impulse
Check that Impulse works correctly with the following command:
$> impulse -version
The result of this command must be the following
How to Install NxBase2
Note: Before you you can use NxBase2, Impulse should be installed and working correctly on your system
Follow these steps to install NxBase2:
Update the ~/.bashrc file using the following instruction:
export PATH=/opt/NanoXplore/NxBase2-2.5.3/install_cst/other_os/nxbase2_cli:$PATH
Check that NxBase2 has been installed and works correctly with below commands:
$> which nxbase2_cli $> nxbase2_cli --version
To use NxBase2 without using “sudo”:
Create a file named “99-nanoxbase.rules”
Add the following lines to “99-nanoxbase.rules”:
ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="8613", ATTRS{idProduct}=="584e", MODE="660", GROUP="plugdev" ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="584e", ATTRS{idProduct}=="424e", MODE="660", GROUP="plugdev" ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="584e", ATTRS{idProduct}=="4242", MODE="660", GROUP="plugdev" ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="584e", ATTRS{idProduct}=="4342", MODE="660", GROUP="plugdev" ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="584e", ATTRS{idProduct}=="4a55", MODE="660", GROUP="plugdev" ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="58c0", ATTRS{idProduct}=="804e", MODE="660", GROUP="plugdev"
Copy this file to /etc/udev/rules.d directory using the command below:
$> sudo cp 99-nanoxbase.rules /etc/udev/rules.d
Either:
Reload the udev rules with the following command:
$> udevadm control –reload-rules
Or simply restart your machine after the above command
Check that the board is detected using the below command:
$> lsusb