Closed
Description
The Pololu Orangutan is an AVR 328 based robot controller board. Adding support in the Arduino v1 IDE is documented here https://www.pololu.com/docs/0J17 This works fine with the linux version of v1.8.13 When I follow the same procedure with ide v2.0.0-beta7 the board is available in Board Manager, but the Orangutan examples are greyed out in the Examples menu and the Programmer item disappears completely from the Tools menu. Sketches compile OK, but attempting to upload a sketch gives the error message "Upload error: Error: 2 UNKNOWN: a programmer is required to upload for this board"
Steps to reproduce the behavior:
- Add a "hardware" sub-folder to the Sketches folder if not already present.
- Download the zip file https://www.pololu.com/file/0J1229/libpololu-arduino-161018.zip and unzip the folder libpololu-arduino to the hardware sub-folder.
- Re-start the IDE and select one of the Orangutan boards from the Tools menu.
- Open the Tools menu again and the Programmer entry has disappeared.
I am running Linux Mint 20.1 on a HP Envy laptop.