Closed JakubVanek closed 4 years ago
I have settled for the following interface:
ev3 uf2 pack <output uf2 file> <brick directory> <input files...>
ev3 uf2 unpack <input uf2 file> <output directory> [--with-paths]
No real directory mapping is done inside ev3duder to keep it generic. <brick directory>
therefore has to be one of the directories supported by the uf2d
daemon on the brick, i.e. Projects
, SD Card
, USB Stick
, Temporary Logs
or Permanent Logs
.
Thank you, I have completely missed that.. I have created https://github.com/c4ev3/ev3duder/pull/30 as a replacement.
This adds the UF2 manipulation code. Currently I only plan to implement the offline commands, as these cannot be emulated with other commands.
Fixes https://github.com/c4ev3/ev3duder/issues/15