I tried to compile the firmware with Arduino IDE on Linux but I got this error:
Bootloader file specified but missing: /home/lucian303/Desktop/ytx-controller/hardware/yaeltex/samd/bootloaders/zero\samd21_sam_ba.bin
I noticed the backslash which should be a forward slash on linux. So I changed the backslash to a forward slash in boards.txt
and it compiled. But now I get this message (along w/ the .bin and other compiled files):
open /home/lucian303/Desktop/ytx-controller/hardware/yaeltex/samd/bootloaders/zero/samd21_sam_ba.hex: no such file or directory
Is this a problem or can I try to load the .bin file that was output with the firmware loader?
Also, is there a firmware loader or instructions for Linux or does loading the firmware only work on Win/Mac? Is there source for it that I could compile for Linux perhaps?