Sebastian Silva

Results 132 comments of Sebastian Silva

I think you are going to like what I found! I noticed the end of the [output](https://jenkins.laboratoriopublico.org/job/Raspberry%20Kit%20Image/13/console) of the image building process: ``` + rspec --format documentation --color /workspace/builder/test SD...

The current tests are [here](https://github.com/publiclab/image-builder-rpi/tree/master/builder/test).

Thanks! I'm afraid I've tried it all and for some reason gitlab is not triggering status updates on github's PRs like it was doing before. It may be because of...

Thanks Ian we really appreciate the comment. I think @jywarren doesn't mean strict _binary_ reproducible builds, but something that is automated. @itdaniher do you have some recipe to point us?...

Here's some information suggesting it's possible to access an ARM chroot with qemu: https://unix.stackexchange.com/questions/41889/how-can-i-chroot-into-a-filesystem-with-a-different-architechture

Jeff, I was able to mount and virtualizedly chroot into it from tycho, following the reference I just shared: ``` # This provides the qemu-arm-static binary apt-get install qemu-user-static #...

in order to mount the img that has two partitions, I used kpartx -a sdcard.img.cdr first, this created a device mapper file under /dev/mapper/

I looked for the terms 'raspberry' and 'kpartx' and found quite interesting projects: - https://github.com/munnerz/rpi-builder-docker - https://github.com/Fl0-0/NFC-Box - https://github.com/hypriot/image-builder-rpi @jywarren you mentioned we used a custom image to start with,...

Oh I see the Parts and Crafts image building process is based in this: https://publiclab.org/notes/partsandcrafts/12-03-2017/setting-up-the-raspberry-pi-camera-for-wireless-streaming - correct?

Thanks @jywarren ! I hadn't pushed the manual yet, but it's published now! https://github.com/publiclab/image-builder-rpi/releases/download/0.1/manual.pdf Sources are in [docs/](https://github.com/publiclab/image-builder-rpi/tree/master/docs).