-
• #2
That's odd - did you compile Espruino yourself, or did you use the binary from the Espruino site?
I assume that the error message comes from WiringPi, as Espruino itself doesn't check the hardware it is on. Have you tried just running without
sudo
?
I try to run espruino on an emulated PI (http://www.makeuseof.com/tag/emulate-raspberry-pi-pc/)
When i sudo ./espruino i have to following message:
"Unable to determine hardware version. I see: Hardware : ARM-Versatile PB, expecting BCM2708 or BCM2709"
What can do to run espruino on an emulated PI?