I am using Ubuntu 24.04 which I installed 4 days ago.
Here’s my terminal lines.
kungmo@kungmo-ubuntu:~/다운로드/arduino-cli_1.4.0_Linux_64bit$ ./arduino-cli board list
포트 Protocol 타입 Board Name FQBN Core
/dev/ttyACM0 serial Serial Port (USB) Arduino UNO Q arduino:zephyr:unoq arduino:zephyr
kungmo@kungmo-ubuntu:~/다운로드/arduino-cli_1.4.0_Linux_64bit$ cd ~/다운로드/ArduinoAppLab_0.3.2_Linux_x86-64/
kungmo@kungmo-ubuntu:~/다운로드/ArduinoAppLab_0.3.2_Linux_x86-64$ ls
arduino-app-lab
kungmo@kungmo-ubuntu:~/다운로드/ArduinoAppLab_0.3.2_Linux_x86-64$ ./arduino-app-lab Overriding existing handler for signal 10. Set JSC_SIGNAL_FOR_GC if you want WebKit to use a different signal
That may well be and I appreciate these may not be "special characters" to you, but having any unusual (i.e. non-ASCII/non-Latin) characters in the path is known to be problematic. Please move the files to a path that contains only western alphanumeric (Latin) characters.
As regards your screenshot, I have seen that when trying to connect using the network, but not seen it when connecting via USB yet. When it happened, I have usually had to re-boot the UNO Q and close AppLab and then try again.
Hi @kungmo. In order for Arduino App Lab to connect to the board, your Linux user account must have write permission for that device.
Standard user accounts don't have this permission by default. This problem can occur when you attempt to connect to the board without the necessary permissions. So it is necessary to configure your system to allow the connection. This is done by creating a special file. Arduino provides a script that will create the file for you.
I'll provide instructions you can follow to run that script:
If prompted for it, enter your Linux account password and press the Enter key.
The command should complete successfully. Now try connecting Arduino App Lab to the UNO Q again, just as you did before. Hopefully everything will work as expected this time.
Thanks @ptillisch . I just ran that on mine because although I had the Arduino UNO Q operating mode rule added, I didn't have the Qualcomm modem EDL mode one. Is there a separate PID for the 4GB board?
I don't have the answer to that question at hand (I don't have a board yet and am not involved in the development work). I asked my colleagues and post an update here when I learn anything.