kidoman / embd

Embedded Programming Framework in Go
http://embd.kidoman.io
MIT License
1.28k stars 156 forks source link

can't build hal pin 8: embd: your host ": ARMv7 Processor rev 5 (v7l)" is not supported at this moment #99

Open DeeEmm opened 3 years ago

DeeEmm commented 3 years ago

Hi .

I'm getting the following error when trying to run reef-pi on orange-pi pc

can't build hal pin 8: embd: your host ": ARMv7 Processor rev 5 (v7l)" is not supported at this moment. request support at https://github.com/kidoman/embd/issues

The error is also accompanied with the following related error

TypeError: Cannot read property 'analog-input' of null

This may also be related to issue #97

TIA

/DM