You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Noted that unless I build with GOARM=6 the compiled binary will not run on pi zero w, it outputs "Illegal Instruction". Happy to amend README, since I think other newcomers might find the same, and be deterred.
I have LED0 blinking, but should I expect embd library to work on pi zero w with existing Rasp Pi board definition files?
The text was updated successfully, but these errors were encountered:
Hmmm ... what version of Go are you using? With Go 1.8, I just needed to export GOOS=linux and export GOARCH=arm in order to build the correct arm binary on Windows (that I then SCP'd to my Raspberry Pi Zero W).
Noted that unless I build with
GOARM=6
the compiled binary will not run on pi zero w, it outputs "Illegal Instruction". Happy to amend README, since I think other newcomers might find the same, and be deterred.I have
LED0
blinking, but should I expect embd library to work on pi zero w with existing Rasp Pi board definition files?The text was updated successfully, but these errors were encountered: