Damus
bootlace · 1w
Inspired by your note, we (AI and I) added an armv7 image. Works on my ancient RPI. Please verify, audit, and test. Thanks! https://github.com/bootlace-dev/subzero-keyosk/releases (Note I renamed my...
Cykros profile picture
Wait is the Pi version Alpine based too? Thats awesome if so. I gotta check out what you've got going on. Alpine looked crazy for dealing with compiler and libc reasons for what I was looking at putting together so I am currently working on a raspberry pi os lite based build. Just got delayed as I realized I needed a microhdmi cable. Also looking at system integrity checking. Got a kludgey idea of ripping the IMG file from my set up to keep a checksum of it to verify before burning fresh before every sign. Wear on the SD card but you get cryptographic proof it's unmolested. Or maybe looking at secure boot. Nothing quite looks perfect but playing with integrity checks.
2❤️1
bootlace · 1w
Yes, the Pi build is 100% Alpine too, built up from alpine-minirootfs and heavily stripped down. 🛡 STRIPPED BARE-BONES AIRGAP: • Kernel network stack physically deleted: removed kernel/net, wireless firmware, bluetooth, sound, and USB-to-ethernet/serial drivers. • Strace library white...
bootlace · 1w
For what it's worth, we added this section about verifying the sd card: https://github.com/bootlace-dev/subzero-keyosk#-physical-media--sd-card-verification Also, we simplified the screen rendering process, and also made it testnet4-only for now until it gets more eyes on it (kind of test-driven ...