How to STM32MP1-DK2 node-red ?
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
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
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 updateroot@stm32mp1:~# apt-get install nodejs
root@stm32mp1:~# node -vroot@stm32mp1:~# apt-get install nodejs-npmroot@stm32mp1:~# npm install -g -unsafe-perm node-redroot@stm32mp1:~# node-red 
Thank to apt support on new ecosystem release v2.0.0
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.