Tool opencr_tools is not available

Hi,

I have a problem added the board type from Arduino IDE and bellow is my steps.
Because Raspberry 3B is our development platform, we install IDE support for arm.

Appreciate for any suggestion.

Thanks

The message pretty much tells the whole story. The OpenCR hardware package has a dependency on the opener_tools tool but the authors of the package have not provided a version of that tool for the ARM Linux host. They provided one for Linux 64 bit, Linux 32 bit, macOS, Windows, but not the ARM host of the Raspberry Pi or whatever you're running the Arduino IDE on.

This issue is know by the developers:

As they say:

We do not support the installation on the arm platform like XAVIER or raspberry pi.

So, please use PC or laptop to use openCR.

The other option would be for you to figure out what would be needed to make the opener_tools tool work on the ARM Linux host. I would expect this means finding the source of the tools and then figuring out how to compile it for ARM Linux. I see the source code for opencr_ld
is here:

You'll run into the same problem with the opencr_gcc tool.

Hi Pert,

It works after I update the opencr firmware.

Thanks very much