How to upload firware to Puck.js using EspuinoTools #3194
Replies: 2 comments
-
|
Posted at 2019-12-08 by AkosLukacs From the Puck's Firmware update:
Now a "DfuTarg" device should be connectable. |
Beta Was this translation helpful? Give feedback.
-
|
Posted at 2019-12-09 by @gfwilliams Just to link up, you filed an issue for this on espruino/EspruinoTools#113 as well Unfortunately CLI-based bluetooth firmware update isn't supported in EspruinoTools at the moment. If you need to use CLI to do it, it's easiest just to use https://www.npmjs.com/package/web-bluetooth-dfu - which should do command-line firmware updates for you. Worth noting that especially on Linux it'll be quite a bit slower than the Android method |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2019-12-08 by palortoff
Hi,
When the Puck.js is in bootloader mode EspruinoTools cannot connect to the Puck.js to upload the firmware.
Obviously it does not find it under the name
puck.js xxxx, but it also does not work with-d 'DfuTarg'or-p <device address>or without a port or device option.Uploading the firmware when the Puck.js is not in bootloader mode is also not possible (as expected)
I am running EspruinoTools under Linux Debian buster with bluez 5.50
Any help is appreciated.
Thanks,
Lars
PS:
I know there are other ways to upload firmware to the espruino devices. I am looking for a way to automate it without fiddeling around in a GUI tool
Beta Was this translation helpful? Give feedback.
All reactions