publiclab / pi-builder

Developing a reproducible build script system for making Raspberry Pi .img files
MIT License
22 stars 15 forks source link

Planning issue! #5

Open jywarren opened 6 years ago

jywarren commented 6 years ago

Example scripts we'd like

Core functions we'd want

jywarren commented 6 years ago

More here: https://github.com/publiclab/image-builder-rpi/blob/master/publiclab-virtual-pi/README.md

icarito commented 6 years ago

I setup an automated build process and was able to preload required debian packages. Setting up networking as per the templates, I managed to build an image, that starts a wifi network as access point.

The usb OTG interface is proving useful for debugging the wireless interface. I found a good reference for a clean implementation.

I've also begun with the camera integration work.

jywarren commented 6 years ago

amazing!!!!!!! Very cool. Following with great interest!

On Mon, Jul 23, 2018 at 1:36 AM Sebastian Silva notifications@github.com wrote:

I setup an automated build process and was able to preload required debian packages. Setting up networking as per the templates, I managed to build an image https://jenkins.laboratoriopublico.org/job/Raspberry%20Kit%20Image/ws/milestone_wifi_hotspot/, that starts a wifi network as access point.

The usb OTG interface is proving useful for debugging the wireless interface. I found a good reference for a clean implementation.

I've also begun with the camera integration work.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/publiclab/image-builder-rpi/issues/5#issuecomment-406944335, or mute the thread https://github.com/notifications/unsubscribe-auth/AABfJ-Deta8NE27gYkaeB0Zb1p6hlGWQks5uJWCugaJpZM4VNmGU .

jywarren commented 6 years ago

Oh cool, is the OTG interface in the current master branch build?

jywarren commented 6 years ago

We could add it to the wifi access point info screen too, as an alternative.