HelloWord-Keyboard icon indicating copy to clipboard operation
HelloWord-Keyboard copied to clipboard

this can be work on Linux?

Open jingyuexing opened this issue 3 years ago • 3 comments

with the issue.i saw some file format is.exe file

jingyuexing avatar Jul 31 '22 21:07 jingyuexing

The keyboard itself should be platform-independent.

xingrz avatar Aug 01 '22 05:08 xingrz

Besides @xingrz 's answer, the exe file is for easier screen pic changing, see https://youtu.be/mGShD9ZER1c?t=468 You can actually write your own tools for linux.

A1pine avatar Aug 23 '22 01:08 A1pine

Besides @xingrz 's answer, the exe file is for easier screen pic changing, see https://youtu.be/mGShD9ZER1c?t=468 You can actually write your own tools for linux.

No. That tool is not release yet, since the development of Dynamic module is not finished.

Specifically,

  • zadig-2.5.exe is for installing LibUSB driver for Windows. You don't need it since Linux/Mac has direct access to USB devices from userland.
  • STM32 ST-LINK Utility v4.5.0.exe is a tool to program STM32 via ST-LINK debugger. There's many other alternatives on Linux, such as pyOCD. I've post a tutorial about the use of pyOCD.

xingrz avatar Aug 23 '22 17:08 xingrz