2020-08-19 06:12 AM
I would like to use node-red on STM32MP157C-DK2 to handle datas computed and shared with IPCC by Cortex-M4.
Any advice ?
Thank you
Solved! Go to Solution.
2020-08-20 01:46 AM
Here is my share of an unpretentious guide that allowed me to install nodejs and node-red locally on an STM32MP157C-DK2.
Hope this can help.
First of all, my config: SD card 16Gb with latest ecosystem release v2.0.0
root@stm32mp1:~# apt-get update
root@stm32mp1:~# apt-get install nodejs
root@stm32mp1:~# node -v
root@stm32mp1:~# apt-get install nodejs-npm
root@stm32mp1:~# npm install -g -unsafe-perm node-red
root@stm32mp1:~# node-red
Thank to apt support on new ecosystem release v2.0.0
2020-08-20 01:46 AM
Here is my share of an unpretentious guide that allowed me to install nodejs and node-red locally on an STM32MP157C-DK2.
Hope this can help.
First of all, my config: SD card 16Gb with latest ecosystem release v2.0.0
root@stm32mp1:~# apt-get update
root@stm32mp1:~# apt-get install nodejs
root@stm32mp1:~# node -v
root@stm32mp1:~# apt-get install nodejs-npm
root@stm32mp1:~# npm install -g -unsafe-perm node-red
root@stm32mp1:~# node-red
Thank to apt support on new ecosystem release v2.0.0