Skip to content

v20180429-184538

Compare
Choose a tag to compare
@DieterReuter DieterReuter released this 29 Apr 18:58
· 44 commits to master since this release
b9b4381

Auto-released by Travis-CI build #164

HypriotOS/arm64 for Raspberry Pi 3B/B+ in 64bit

Attention: this is an experimental OS release, please report issues at GitHub!

Contents

  • Linux Kernel 4.14.37 (arm64, optimized for Docker)
  • Docker Engine 18.04.0-ce (arm64, officially build by Docker)
  • Docker Machine 0.14.0 (arm64)
  • Docker Compose 1.21.1 (installed via PIP)
  • Bash completion for docker, docker-compose and docker-machine cli commands
  • cloud-init with a default configuration /boot/user-data file
    • hostname: black-pearl
    • username: pirate
    • password: hypriot
  • cloud-init, examples included in default user-data file
    • WiFi configuration
    • set system locale
    • set timezone
    • update/upgrade APT packages
    • install additional APT packages
    • run additional commands at first boot only

New Features

  • Linux Kernel 4.14.37 (arm64, optimized for Docker)
  • WiFi works now on Raspberry Pi 3 Model B+ (kudos to @ttyS0)
  • Ethernet interface eth0 works now on Raspberry Pi 3 Model B+ (kudos to @olljanat)

Known Issues

  • none

Quick Installation

$ flash https://github.com/DieterReuter/image-builder-rpi64/releases/download/v20180429-184538/hypriotos-rpi64-v20180429-184538.img.zip
$ ssh pirate@black-pearl.local
  • login with username "pirate", password "hypriot"