I am working on this now @gordon.
I wanted the lite version to enable max disk space for data logging. The only missing package was git on the lite Raspian build. It was included on the full version, which also includes node-red and nodejs installed.
I am trying to work out exactly what the right sequence is for getting a Pi working correctly and it is proving to be a challenge.
The problem I am having now is that the EspruinoHub builds and runs but any write attempt to a Puck produces a connection error:
I am not completely happy with nodejs at version 0.10.12 and have just managed to find a way to upgrade it to 7.4 on the Pi, but I have yet to build the rest of the packages based on this version.
Everything was retrospectively patched just to get the EspruinoHub compiled without errors.
I need to find a workflow that builds everything correctly and it's taking multiple attempts to work this out.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I am working on this now @gordon.
I wanted the lite version to enable max disk space for data logging. The only missing package was git on the lite Raspian build. It was included on the full version, which also includes node-red and nodejs installed.
I am trying to work out exactly what the right sequence is for getting a Pi working correctly and it is proving to be a challenge.
The problem I am having now is that the EspruinoHub builds and runs but any write attempt to a Puck produces a connection error:
I am not completely happy with nodejs at version 0.10.12 and have just managed to find a way to upgrade it to 7.4 on the Pi, but I have yet to build the rest of the packages based on this version.
Everything was retrospectively patched just to get the EspruinoHub compiled without errors.
I need to find a workflow that builds everything correctly and it's taking multiple attempts to work this out.
I will report back when I have an update.