Installing Node.js on FX30 WP77xx - Node.js Not Recognized

How did you make it work in the past?

BTW, you can download the armv7l version here:

Here is some guideline:

If you want to build the binary by yourself, you can do the following:

1.follow the FX30 release note and download the yocto source

2.go to ./meta-swi/meta-swi-mdm9x28/recipes-core/images/mdm9x28-image.inc

3.add the following line:
IMAGE_INSTALL_append = " nodejs"

4.go to ./meta-swi/meta-swi-mdm9x28/conf/machine/swi-mdm9x28.conf
change UBI_ROOTFS_SIZE ?= “48MiB”

5.make the image