Can't install RP2040 Boards

I have IDE 1.8.19 and 2.02 installed at the same time. I have included https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
in the preferences "additional boards manager URLs" but I can not reach the install button for in the boards tab in 2.02. But I could install it in 1.8.19 and it then appeared in IDE 2.02 after a restart.

Why can't is see the install button on IDE2.02?

Thanks

Bruce

I don't use the board but I added your github link to the additional board URLs. After clicking OK,
I noticed that the IDE downloaded the index files for both additional board packages (right bottom notifications).

Next I open library manager and filtered for "phil"

image

I did not try to install it as I don't have a need.

I see the same thing but I can not reach the install button on the display. Install in 1.8.19 and shows up in 2.02 but I can not install directly in 2.02. I think it the size of the comments from the link.

Burce

Did the same as @sterretje, did not install, but checked if I could.

The install button does show if the screen is large enough to accommodate the unusually long description list. If I make screen smaller (height) till the button disappears then it can not be reached with the slider. I can, however, make the boards panel wider, again showing the button.

Not entirely ideal.

Hi @bvernham

This bug is tracked by the Arduino IDE developers here:

I'll share the workaround to this bug:

  1. Open the Boards Manager view if it is not already open.
  2. Hover your mouse pointer over the right border of the Boards Manager view until the pointer changes to the horizontal resize double arrow.
  3. Click and drag the mouse pointer to the right to make the Boards Manager view wider.

After doing that, you should see the INSTALL button.

1 Like

Yep that work around worked. I could see the RP2020 board installed version (installed from 1.8.19).

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.