kidoman / embd

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

panic: Error embd: your host ": ARMv6-compatible processor rev 7 (v6l)" is not supported at this moment. #83

Closed jdevelop closed 5 years ago

jdevelop commented 7 years ago

Any chance to get this supported?

Thanks!

dougthebug commented 7 years ago

I'm working with CHIP and I'm getting a similar error:

2017/04/19 17:12:19 GPIO main: embd.InitGPIO: embd: your host ": ARMv7 Processor rev 2 (v7l)" is not supported at this moment. request support at https://github.com/kidoman/embd/issues

Any ideas?

lukepalmer commented 7 years ago

You need a change to detect.go that looks something like #79, then of course to test with your hardware. Please send a PR!

dougthebug commented 7 years ago

Thank you!

I'll take a look when I get home.

-Doug

On Sun, May 7, 2017 at 3:37 PM Luke Palmer notifications@github.com wrote:

You need a change to detect.go that looks something like #79 https://github.com/kidoman/embd/pull/79, then of course to test with your hardware. Please send a PR!

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kidoman/embd/issues/83#issuecomment-299729160, or mute the thread https://github.com/notifications/unsubscribe-auth/AHJoOVqfAZ22MbtiJFSkEbXfyAN5umU3ks5r3h12gaJpZM4MpTQG .