Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

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

Open
umiddelb opened this issue Mar 13, 2016 · 13 comments
Open

Comments

@umiddelb
Copy link
Collaborator

here: http://deb.odroid.in/c2/pool/main/l/linux-image-c2/linux-image-c2_35-1_arm64.deb

@AstroFrank
Copy link

404 Not Found - No file.

@umiddelb
Copy link
Collaborator Author

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.

@StefanScherer
Copy link
Member

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
Copy link
Member

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
Copy link
Member

@umiddelb
Copy link
Collaborator Author

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

@marcellodesales
Copy link

@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)...

@umiddelb
Copy link
Collaborator Author

Hm, did you try

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

?

@umiddelb
Copy link
Collaborator Author

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

@marcellodesales
Copy link

marcellodesales commented Sep 28, 2016

@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

?

@umiddelb
Copy link
Collaborator Author

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

@marcellodesales
Copy link

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

@umiddelb
Copy link
Collaborator Author

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants