Arduino Due on Linu

i have installed the IDE arduino-1.8.9-linux64.tar.xz on Ubuntu Linux 18.10

but cannot find the Arduino Due board in tools/boards menu

what should i do?

Thanks

Jack

The Arduino IDE does not come with support for the Arduino Due preinstalled, but it's very easy to add support for it:

  • Tools > Board > Boards Manager
  • Wait for the download to finish
  • From the list of available hardware packages, click on "Arduino SAM Boards (32-bits ARM Cortex-M3) by Arduino".
  • Click the "Install" button.
  • Wait for the installation to finish.
  • Click the "Close" button.

You will now find an "Arduino Due (Programming Port)" and an "Arduino Due (Native Port)" option under the Tools > Board menu.

Thank you very much

all done

jack

You're welcome. I'm glad if I was able to be of assistance. Enjoy!
Per