hypriot / image-builder-odroid-c2

Build SD card image for ODROID C2
http://blog.hypriot.com/post/how-to-get-docker-working-on-your-favourite-arm-board-with-hypriotos/
MIT License
36 stars 16 forks source link

Bring image-builder-odroid-c2 in line with image-builder-rpi #16

Closed docbobo closed 7 years ago

docbobo commented 7 years ago

This pull request is supposed to rejuvenate the image builder for Odroid C2. I've looked at the changes that were made to image-builder-rpi since Odroid support was dropped and tried to add them to the Odroid builder.

In addition to that, Odroid was missing all the Docker support. That is in now, based on a binary that @DieterReuter provided.

Based on the changes in this PR, I was able to successfully build the Odroid image and run all the test, including the integration tests - which were copied from the RPi builder and the adopted.

There are a few open items, namely

@DieterReuter mentioned solutions for the first to items, but I wanted to wait until they make it into image-builder-rpi. Linux kernel is on the TODO list, but so far, there is not even an official 4.x Odroid kernel.

DieterReuter commented 7 years ago

LGTM, happy to merge it. @docbobo many thanks!

docbobo commented 7 years ago

One more question: how do we get an official build of this?

DieterReuter commented 7 years ago

I've just tagged a v0.2.0 release. Let's see if Travis will build a complete SD image, will be found under GitHub releases for download.