Skip to content

Instantly share code, notes, and snippets.

@apgiorgi
apgiorgi / gist:8867558
Last active May 1, 2017 20:11
Building and upgrading Node.js on Beaglebone Black with VFPv3 and NEON
Resources:
http://fastr.github.io/articles/Node.js-on-OpenEmbedded.html
http://processors.wiki.ti.com/index.php/Cortex-A8
Flags:
"-O3 -march=armv7-a -mtune=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp"
So, in a nutshell:
$ wget http://nodejs.org/dist/v0.10.25/node-v0.10.25.tar.gz