SnoBotics981 / RaspberryPi

1 stars 0 forks source link

Raspberry Pi Zero #11

Open steelewool opened 5 years ago

steelewool commented 5 years ago

The Pi Zero is a at least 4 times or more slower than a Raspberry Pi 3. Is there some practical way to build the software on the Pi 3 and transfer the compiled code to the Pi Zero?

zcsteele commented 5 years ago

I think the Pi Zero and Pi 3 should have similar architectures - so you might be able to simply copy the executable jar compiled on the Pi 3 over to the Zero and run it as-is.

steelewool commented 5 years ago

I'll give it a whack after things are working on my pi 3.