image-builder-rpi icon indicating copy to clipboard operation
image-builder-rpi copied to clipboard

SD card image for Raspberry Pi with Docker: HypriotOS

Results 47 image-builder-rpi issues
Sort by recently updated
recently updated
newest added

I'm running hypriotos-rpi-v1.12.3.img.zip, on my Rpi 3B +, but some containers will exit immediately after launching with error 139. They don't generate logs. It happens with nginx: https://stackoverflow.com/questions/64993898/docker-nginx-exit-code-139 also with...

I did flash v1.12.1 after editing `/boot/user-data` with the following content: ```yml #cloud-config # vim: syntax=yaml # hostname: hypriot manage_etc_hosts: true users: - name: pirate gecos: "Hypriot Pirate" sudo: ALL=(ALL)...

Hello. When I enter `% vcgencmd get_camera` `supported=0 detected=0` which says to me that the camera is not supported. This is a CM3+ with a board that supports the cameras....

Steps to reproduce: 1. Flash [hypriotos-rpi-v1.12.1.img](https://github.com/hypriot/image-builder-rpi/releases/download/v1.12.1/hypriotos-rpi-v1.12.1.img.zip) to sdcard 2. append the following to `user-data` on boot partition: ``` ssh_authorized_keys: - ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPDz/lROfK9tdARDHTMPH/vU6MmkpcAfMNViaigHyqPy verglor ``` 3. boot with sdcard and wait...

## Purpose Fix all the recent versions. Since the last release, [bcrypt](https://github.com/pyca/bcrypt) no longer releases a wheel for arm in their latest version. Therefore, our builder has to build one,...

I gave Hypriot-1.12.2 and run today and configured cloud-init config and everything got flashed and initialized correctly with your provided flash tool. Unfortunately the static ip address for eth0 does...

I got myself a 32G SD card and used "flash --userdata setup.yml hypriotos-rpi-v1.12.3.img.zip" from my AMD64 Debian box. The setup.yml file was based upon the static.yml example at github and...

Hi! I love your images, currently using 1.10.0. Note: Just noticed 1.10.1 is out too, just not linked from https://blog.hypriot.com/downloads/, I'll see if that fixes the issue :) **And on...

Is this project supposed to support windows? there is no output when I run `make`

Actually I can't install the 2mic [respeaker](https://github.com/respeaker/seeed-voicecard) driver on a vanilla flashed HypriotOS v1.12.0 on a PI4. What happens is the /boot partition of the OS is too small (~12MB...