Please tell me.
I find it difficult to answer the question myself:
Has Armbian always had BOARD=orangepi5-plus for the Orange Pi 5 Plus board and similarly in orangepi images?
For the current Armbian
cat /etc/armbian-release
-> BOARD=orangepi5-plus, in turn wiringOP expects orangepi5plus.
Don't judge strictly, 🙂 it would be interesting to come to some adequate solution, maybe create a request for inclusion in wiringop with the addition of the line
else if (strncmp(revision, "orangepi5-plus.", 14) == 0) { *model = PI_MODEL_5_PLUS; }
as an option.
Thanks!