cjimti / iotwifi

Raspberry Pi (arm) wifi configuration container. Configure and control wifi connectivity with a JSON based REST api.
https://imti.co/iot-wifi/
MIT License
303 stars 124 forks source link

Raspberry Pi Zero W compatibility #11

Closed T-vK closed 6 years ago

T-vK commented 6 years ago

Hello, I'm very much interested in seeing this working on a Raspberry Pi Zero W.
Will you add support for that?

cjimti commented 6 years ago

@T-vK A few months ago I had it working on a Pi Zero, however, I don't remember if I had to make any adjustments. I don't see a reason why it would not. Did you run into a problem?

T-vK commented 6 years ago

I haven't tried it yet. I just assumed it would only work on the 3B and 3B+. I'll report back when I have tried it.

cecchisandrone commented 6 years ago

@T-vK see issue #2. I managed to run on Rpi Zero W, you just need to change the base image to an armv6 one. Edit: I've seen that base image has been put to armv6 , so it should run now.

cjimti commented 6 years ago

@cecchisandrone after your previous bug report I created the image arm32v6-1.0.4. Thanks

@T-vK use the image cjimti/iotwifi:arm32v6-1.0.4

T-vK commented 6 years ago

Awesome. :) It would be nice to have this information in the Readme.