...
To download and install the NanoXplore License Manager Daemon (NXLMD), please refer to the instructions in the License Daemon guide.
NXbase2 archive extraction
...
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
If Python3 is not installed, run the following command:
Code Block $> sudo yum install python3
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”
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
Check that Impulse works correctly with the following command:
Code Block $> impulse -version
The result of this command must be the following
NxBase2
To install the NxBase2 tool:
Update the ~/.bashrc file using the following instruction:
Code Block export PATH=/opt/NanoXplore/NxBase2-2.3.1/install_cst/centos6/nxbase2_cli:$PATH
Check that NxBase2 has been installed and works correctly with below commands:
Code Block $> which nxbase2_cli $> nxbase2_cli --version
To use NxBase2 without using “sudo”
...
:
Create a file named “99-nanoxbase.rules”.
Add the following lines in to “99-nanoxbase.rules”:
Code Block 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
...
:
Code Block $> sudo cp 99-nanoxbase.rules /etc/udev/rules.d
Reload the udev rules with the following command:
Code Block $> udevadm control –reload-rules
Restart machine after above command
...
Check that the board is detected
...
using the below command:
Code Block $> lsusb
Info |
---|
Note: NxBase2 should be installed only once Impulse has been installed and works correctly. |