You are reading a single comment by @Gordon and its replies.
Click here to read the full conversation.
-
Hi there thanks a lot I've been able to make quite a bit of progress in my project. I am not sure what is causing it but flashing my builds using the nrftool app results in the Puck to just display a solid red light upon resetting, and I am unable to see the device. I am building the device from source with the command
DFU_UPDATE_BUILD=1 BOARD=PUCKJS RELEASE make
I am not quite sure what this means and was wondering if I am building it right.
Well, first you need to be able to build it yourself, using the info here: https://github.com/espruino/Espruino/blob/master/README_Building.md
But then if you look at this bit of the Puck's board file: https://github.com/espruino/Espruino/blob/master/boards/PUCKJS.py#L30
You'll see a bunch of libraries - you can comment/uncomment those (or look in other boards in the directory to find other libraries you can add).
You can add your own too - there's some info here: http://www.espruino.com/Extending+Espruino+1