Page 1 of 1

Install SEnodes from HMI BSC

Posted: January 12th, 2020, 4:14 pm
by Kah
If you are on an early build of recovery SD Card, you may run into trouble when following the manual because the SEnodes does not exists in the SD Card. Future recovery versions already fixed this.

If you tried the command and get a no such file directory error, read on.

Code: Select all

root@hmibsc:~# /run/media/mmcblk1p9/Software/SEnode_Install_packages/Install.sh
-sh: /run/media/mmcblk1p9/Software/SEnode_Install_packages/Install.sh: No such file or directory
Make a new directory SEnode and cd into it

Code: Select all

root@hmibsc:~# mkdir SEnode
root@hmibsc:~# cd SEnode
root@hmibsc:~/SEnode#
Download the SEnode file from our server

Code: Select all

root@hmibsc:~/SEnode# wget emaxcontrol.com/files/softwares/SEnode_Install_packages.tar
Untar it into the current folder

Code: Select all

root@hmibsc:~/SEnode# tar -xvf SEnode_Install_packages.tar
Go back to root (type cd and hit Enter) and run the following command

Code: Select all

./SEnode/SEnode_Install_packages/Install.sh
After that restart your node red and you're done!

Code: Select all

root@hmibsc:~# systemctl restart nodered