I’m trying to use the Arduino IDE and I can’t get it to upload to my devices. I have even tried running the flatpak with --device=all. But, that option doesn’t allow the program to access the serial port to upload my code.
Here is one of the upload errors:
Port name - /dev/ttyACM0; Method name - openPort(); Exception type - Permission denied.
I have also tried using the Arduino IDE available from DNF in a toolbox but that doesn’t work either.