When running Spark CLI 1.2.0, the only version that worked for us at JSConf, we had to flash voodoo spark with spark flash [id] voodoo, which is an older version of VoodooSpark. Our installation instructions are at https://github.com/opheliasdaisies/nodeboats-jsconf2015.
When we flash the latest version straight from GitHub, we would get a 404 error very quickly (less than a second after startup). This error came from the call that spark-io makes to get the device info (not from a voodoospark call).
This doesn't really make sense, but it's what we observed ¯_(ツ)_/¯.
This issue is mostly to track the problems we ran into that wasn't purely Spark Core based.
When running Spark CLI 1.2.0, the only version that worked for us at JSConf, we had to flash voodoo spark with
spark flash [id] voodoo, which is an older version of VoodooSpark. Our installation instructions are at https://github.com/opheliasdaisies/nodeboats-jsconf2015.When we flash the latest version straight from GitHub, we would get a 404 error very quickly (less than a second after startup). This error came from the call that spark-io makes to get the device info (not from a voodoospark call).
This doesn't really make sense, but it's what we observed ¯_(ツ)_/¯.
This issue is mostly to track the problems we ran into that wasn't purely Spark Core based.