RasPiArduino icon indicating copy to clipboard operation
RasPiArduino copied to clipboard

No compatible with Raspberry pi Zero W 2

Open matyasf opened this issue 3 years ago • 1 comments
trafficstars

When I try to compile a program for the Pi Zero W 2 it refuses to run with the error UNKNOWN_REVISION: 0x00902120, MODEL: 0xFFFFFFFF the revision mentioned is the revision of the Zero W 2.

Which is understandable since the last commit was in 2019, 2 years before the Zero W 2 was released.

matyasf avatar Feb 26 '22 16:02 matyasf

As the readme states it clearly, this project Includes raspberry_pi_revision from Andrew Duncan. Apparently the latter is now compatible with the zero W 2 so I'm guessing that it will work if you just grab raspberry_pi_revision.h and raspberry_pi_revision.c from the latter and place it into cores/piduino

faxm0dem avatar Mar 14 '22 13:03 faxm0dem