image-builder-odroid-c2 icon indicating copy to clipboard operation
image-builder-odroid-c2 copied to clipboard

ODROID-C2: Docker enabled kernel package (provided by HK) is available

Open umiddelb opened this issue 8 years ago • 13 comments

404 Not Found - No file.

AstroFrank avatar Mar 15 '16 00:03 AstroFrank

Somehow I managed to mangle the link (now corrected). But anyway, you should reference the meta package (linux-image-c2) in favour of this one, see here.

umiddelb avatar Mar 15 '16 06:03 umiddelb

Thanks for the update. It seems that we already have it here and here.

I just start a rebuild with a new version v0.0.4 to build a new SD image to update the kernel package.

StefanScherer avatar Mar 15 '16 06:03 StefanScherer

Just a TAG=v0.0.4 make tag to trigger a new TravisCI build. Stay tuned and test the release once it is uploaded to the GitHub releases.

StefanScherer avatar Mar 15 '16 06:03 StefanScherer

A new SD card image is here https://github.com/hypriot/image-builder-odroid-c2/releases/tag/v0.0.4

StefanScherer avatar Mar 15 '16 08:03 StefanScherer

This is supposed to work, but still without docker, since the Aarch64 repo needs to be added first, see here.

umiddelb avatar Mar 15 '16 09:03 umiddelb

@umiddelb @StefanScherer Is there any update on this? Trying to get Docker on ODroid-C2 and having a hard time using Ubuntu 16.04... (Definitely missing HypriotOS)...

marcellodesales avatar Sep 25 '16 21:09 marcellodesales

Hm, did you try

sudo apt -y install lxc aufs-tools cgroup-lite apparmor docker.io

?

umiddelb avatar Sep 27 '16 14:09 umiddelb

If you don't like Ubuntu you may try Armbian or the Debian community image. As they are using the same kernel, Docker should run fine there as well. Just install Docker via:

sudo apt-get -y install lxc aufs-tools cgroupfs-mount cgroup-bin apparmor
sudo apt-get -y -t jessie-backports install docker.io

umiddelb avatar Sep 27 '16 14:09 umiddelb

@umiddelb Yes I like Ubuntu :) So, I will try to flash 0.0.4 and try to install with sudo apt -y install lxc aufs-tools cgroup-lite apparmor docker.io you suggested...

Does the other stuff work?

  • Wifi
  • Bluetooth

?

marcellodesales avatar Sep 28 '16 17:09 marcellodesales

You'd better take the official ODROID C2 Ubuntu Image then.

umiddelb avatar Sep 28 '16 20:09 umiddelb

@umiddelb I've been using Ubuntu Mate, but I'd rather use HypriotOS :)

marcellodesales avatar Sep 29 '16 18:09 marcellodesales

Ok, but there is no Aarch64 repository for Hypriot's Docker and friends at this time.

If you don't need a GUI you may install the minimal Ubuntu / Debian image from ODROID for the C2, install Docker from the repository, activate zram and compile Docker 1.12 from source on the C2.

umiddelb avatar Sep 30 '16 13:09 umiddelb