https://github.com/mscdex/odroid-c2-minimal-debian-ubuntu
Fork of various scripts to setup a minimal debian/ubuntu installation for the odroid c2
https://github.com/mscdex/odroid-c2-minimal-debian-ubuntu
Last synced: 4 months ago
JSON representation
Fork of various scripts to setup a minimal debian/ubuntu installation for the odroid c2
- Host: GitHub
- URL: https://github.com/mscdex/odroid-c2-minimal-debian-ubuntu
- Owner: mscdex
- Created: 2016-05-06T07:18:29.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-22T14:50:29.000Z (about 10 years ago)
- Last Synced: 2025-04-11T04:35:06.098Z (over 1 year ago)
- Language: Shell
- Size: 290 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Description
===========
This is a collection of scripts originally from [here](http://forum.odroid.com/viewtopic.php?f=112&t=8075)
that I tweaked to make compatible with the Odroid C2, that are used to build a
minimal Debian/Ubuntu installation.
The changes I've made are mostly limited to the obvious things (CPU arch and
model name changes), but also some (now) irrelevant pieces have been removed,
such as the root deb.odroid.in repo (which does not have arm64 packages) and
various system changes/hacks that either no longer exist with the C2 or are now
handled by the `bootini` package.
**NOTE:** These scripts have not been tested with anything graphical, so I'm not
sure if all of the binary blobs and other such files are all there or not. My
primary use case was server usage where this kind of thing is not really a
concern.