Install SEnodes from HMI BSC
Posted: January 12th, 2020, 4:14 pm
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.
Make a new directory SEnode and cd into it
Download the SEnode file from our server
Untar it into the current folder
Go back to root (type cd and hit Enter) and run the following command
After that restart your node red and you're done!
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 directoryCode: Select all
root@hmibsc:~# mkdir SEnode
root@hmibsc:~# cd SEnode
root@hmibsc:~/SEnode#Code: Select all
root@hmibsc:~/SEnode# wget emaxcontrol.com/files/softwares/SEnode_Install_packages.tarCode: Select all
root@hmibsc:~/SEnode# tar -xvf SEnode_Install_packages.tarCode: Select all
./SEnode/SEnode_Install_packages/Install.shCode: Select all
root@hmibsc:~# systemctl restart nodered