Node-js for VF61

Hello,

I tried to install node.js on a VF61 via opkg. Version V4.6.1 was installed.

The actual version of node.js is 11.10.0.
Are the VF61s obsolete or are they deprcated ?

Best regards

Hi @Hermann

Could you provide the version of the software of your module?

The actual version of node.js is 11.10.0. Are the VF61s obsolete or are they deprecated ?

We are using OpenEmbedded/Yocto to build the regular demo images for our modules. Depending on the kernel version, the specific version of packages and features is integrated in the image. So the version of node-js depend on the version of the Bsp you installed on your module.

By the way, you can always update to node-js by yourself either by changing recipe of the image to be built or compile the sources, against the linux kernel you are using.

Best regards,
Jaski

Hallo Jaski,

the version of the software of my module is : Colibri VFxx (2.7 | 2018-01-04)

for installing node.js I started:

opkg install packagegroup-sdk-target nodejs nodejs-npm zeromq-devz

as described in the documentations of Toradex.

When I tried to compile a newer version of node.js the compiler worked for a long time and finished with: “permission denied”

Best regards

hi Hermann

for installing node.js I started:
opkg install packagegroup-sdk-target nodejs nodejs-npm zeromq-devz
as described in the documentations of Toradex.

Ok, Is there an issue?

When I tried to compile a newer version of node.js the compiler worked for a long time and finished with: “permission denied”

Could you share the whole bulid log in a file? Thanks.

Best regards