TinyCircuits Forum

TinyCircuits Products => Tiny Arcade & Pocket Arcade => Topic started by: dulsi on April 24, 2023, 07:59:32 AM

Title: Building binaries problem
Post by: dulsi on April 24, 2023, 07:59:32 AM
I haven't built anything for tinyarcade/pocketarcade for a while. I installed the latest arduino IDE (2.1.0). I installed the latest TinyScreen library (1.1.0). I exported the compiled binaries. I copied the .bin to the sd card. It doesn't run. Any idea what could be wrong? Or how to debug the issue?
Title: Re: Building binaries problem
Post by: lennevia on April 25, 2023, 01:00:30 PM
I've recently seen a few issues come up with custom boards packages used for programming third-party boards, specifically between our SAMD21 boards like the TinyZero and Tiny Arcade.

I recommend that the Legacy IDE be used, the legacy download is available toward the end of the page: https://www.arduino.cc/en/software

Let me know if that solves the issue!

Cheers,
RĂ©na
Title: Re: Building binaries problem
Post by: dulsi on April 25, 2023, 07:09:55 PM
Legacy IDE did work. Thanks. I do hope you fix it to work with the new IDE at some point.