pimoroni / keybow-firmware

Keybow Firmware for the Raspberry Pi Zero
Other
182 stars 67 forks source link

Document build process from compilation -> initramfs #42

Closed GothAck closed 1 year ago

GothAck commented 4 years ago

There are some build notes, and makefiles, but I don't see any documentation on how you compile this project into the initramfs in the sdcard folder. Maybe I'm missing something, but it would be useful to know how your process works end-to-end to be able to hack on this better.

mike-wade commented 4 years ago

I would be interested in this also. My end goal is to get the keybow connected to my home network and to send MQTT messages to Home Assistant but I haven't yet worked out how to get the keybow to connect to WiFi.

Gadgetoid commented 4 years ago

It's by no means documentation, but the toolchain used to build the Ramdisk is available here: https://github.com/pimoroni/rpi-ramdisk/tree/keybow ... more or less.

It really needs retooling so that it can run on CI, and it looks like it's missing the file keybow.service.

It's been about a year since I touched it- I put the guts of Keybow into /boot so that the ramdisk doesn't need to change.

Gadgetoid commented 3 years ago

Some slightly better instructions here, with a newer build process and the latest... "tweaks"... https://github.com/pimoroni/keybow-firmware/issues/77

Stuff is still a little broken and I don't have lots of time to fiddle about with it, but it more or less works.