I followed the steps on the below webpage to enable Wireless on my STM32MP1. It would be great to see these instructions added to the wiki.st.com http://trac.gateworks.com/wiki/Yocto/Wireless
I connected my STM32MP1 via Ethernet to my network and was surprised that I could ssh root@192.168.x.ywithout a password. No password for root is a security risk. I immediately changed the root password to secure the device. Beware!-- John
Any recommendations on how to install Node.js on OpenSTLinux / OpenEmbedded?I want to run some node.js applications on the A7 processor.I found this repository but there has been no activity for a few years.https://github.com/imyller/meta-nodejs
Hi Denis - Is there a timeline when the official version of OpenSTLinux will be based on the Zeus branch of OpenEmbedded ?I'm planning 2020 projects and a rough quarter / month would be helpful.Thanks
Thanks to a tip from a ST engineer, I have created a file called "nodejs_%.bbappend" with these contents EXTRA_OEMAKE += "builddir_name=."in this directory:$HOME/STM32MPU_workspace/STM32MP15-Ecosystem-v1.0.0/Starter-Package/stm32mp1-openstlinux-4....
There is a long discussion on this Yocto node / openssl builddir compile issue here:https://github.com/imyller/meta-nodejs/issues/9I still don't know the magic incantation.
While cross compiling the meta-iot-cloud layer, it fails to compile nodejs 8.12 with the same error as above:| make[1]: execvp: printf: Argument list too long
| make[1]: *** [/home/walicki/STM32MPU_workspace/STM32MP15-Ecosystem-v1.0.0/Starter-Package...