for quite some time now i'm building Debian packages for easy install of games and programs that i ported to the ODROID, which can be found under http://oph.mdrjr.net/meveric/
Here you could manually download and install lots of software packages in the past which did spare you the trouble of compiling them on your own.
Since a little while ago, i was also offering my own Kernel builds for ODROID X, X2 and U series.
Lately i was experimenting with a simple Debian repository which would allow you to install packages with a simple apt-get install and updated already installed packages with apt-get upgrade, lately i got in a state where it's "useable" and even is able to update Kernels with a simple apt-get upgrade command.
So i want to share the current status for people who want to try it out.
I will most likely update this thread every now and then and add more repositories where i see the need for it.
======================================================================================================
How to start:
(all the following steps should be done as as root)
As root goto /etc/apt/sources.list.d/
You can download a couple of my repository files in here, for what you see fitting and want to use:
Code: Select all
wget https://oph.mdrjr.net/meveric/sources.lists/meveric-all-main.list # main package list for all ODROIDs and all Distributions (Debian/Ubuntu)
wget https://oph.mdrjr.net/meveric/sources.lists/meveric-all-GO2.list # package list for ODROID Go Advance devices and all Distributions (Kernel and Headers)
wget https://oph.mdrjr.net/meveric/sources.lists/meveric-all-N1.list # package list for ODROID N1 devices and all Distributions (Kernel and Headers)
wget https://oph.mdrjr.net/meveric/sources.lists/meveric-all-N2.list # package list for ODROID N2 devices and all Distributions (Kernel and Headers)
wget https://oph.mdrjr.net/meveric/sources.lists/meveric-all-U.list # package list for ODROID U2/U3 devices and all Distributions (Kernel and Headers)
wget https://oph.mdrjr.net/meveric/sources.lists/meveric-all-X.list # package list for ODROID X devices and all Distributions (Kernel and Headers)
wget https://oph.mdrjr.net/meveric/sources.lists/meveric-all-X2.list # package list for ODROID X2 devices and all Distributions (Kernel and Headers)
wget https://oph.mdrjr.net/meveric/sources.lists/meveric-all-XU.list # package list for ODROID XU devices and all Distributions (Kernel and Headers)
wget https://oph.mdrjr.net/meveric/sources.lists/meveric-all-XU3.list # package list for ODROID XU3 devices and all Distributions (Kernel and Headers)
wget https://oph.mdrjr.net/meveric/sources.lists/meveric-all-C1.list # package list for ODROID C1 devices and all Distributions (Kernel and Headers)
wget https://oph.mdrjr.net/meveric/sources.lists/meveric-all-C2.list # package list for ODROID C2 devices and all Distributions (Kernel and Headers)
wget https://oph.mdrjr.net/meveric/sources.lists/meveric-all-testing.list # package list all ODROID devices and all Distributions unstable packages
wget https://oph.mdrjr.net/meveric/sources.lists/meveric-stretch-main.list # package list for all ODROID devices / Debian Stretch (not for Debian Wheezy, Jessie, or Ubuntu 12.04, 14.04)
wget https://oph.mdrjr.net/meveric/sources.lists/meveric-stretch-backports.list # package list for all ODROID devices / Debian Stretch (not for Debian Wheezy, Jessie, or Ubuntu 12.04, 14.04)
wget https://oph.mdrjr.net/meveric/sources.lists/meveric-jessie-main.list # package list for all ODROID devices / Debian Jessie (not for Debian Wheezy, or Ubuntu 12.04)
wget https://oph.mdrjr.net/meveric/sources.lists/meveric-jessie-backports.list # package list for all ODROID devices / Debian Jessie (backports of newer or missing packages)
wget https://oph.mdrjr.net/meveric/sources.lists/meveric-wheezy-main.list # package list for all ODROID devices but for Debian Wheezy (will not run under Ubuntu 14.04, etc.)
wget https://oph.mdrjr.net/meveric/sources.lists/meveric-wheezy-backports.list # package list for all ODROID devices but for Debian Wheezy (backports of libraries such as SDL2)
wget https://oph.mdrjr.net/meveric/sources.lists/meveric-wheezy-testing.list # package list for all ODROID devices but for Debian Wheezy (packages for testing e.g. XBMC 13)
Next you need to download and install my signature key to tell apt that packages signed with that key are ok:
Code: Select all
wget -O- http://oph.mdrjr.net/meveric/meveric.asc | apt-key add -
Kernel Updates over apt-get:
One of the very helpful features of the Debian repository is the option to update your kernels automatically via system updates. For this i created a "meta-package" which will guarantee you that your kernel will always be updated with the system updates.
I will use ODROID U series as an example but the same applies to ODROID X and ODROID X2 (and probably later other models as well)
First:
make sure you have the the meveric-all-U.list in your folder /etc/apt/sources.list.d/ and already did a apt-get update to have the most current package list.
All set up you can install the following meta package to get all the Kernel updates i provide:
Code: Select all
apt-get install linux-headers-armhf-odroid-u
apt-get install linux-image-armhf-odroid-u
image -> is the actual kernel and modules
(for ODROID X the packages are named linux-headers-armhf-odroid-x and linux-image-armhf-odroid-x and for ODROID X2 linux-headers-armhf-odroid-x2 and linux-image-armhf-odroid-x2)
With that you automatically get the newest Kernel installed and automatically get updates over apt-get from now on
Important:
When you already have one of my Kernel installed, or whenever you receive an update, the previous Kernel and Header will be replaced with the new Kernel and Headers.
If this update is just a patch, means you stay in the same Kernel version but get new features for that kernel (for example new Kernel modules activated), the system will complain about that, since you already have the same kernel installed. It will ask you if you want to STOP this operation. You have to answer with NO in order to continue the installtion.
Updates to a newer version of a Kernel should go without any complains.
Be careful, after removing a Kernel you should NOT restart the ODROID until the new Kernel is installed. Since your ODROID won't boot without a Kernel. But don't worry your ODROID will run until you restart even without a Kernel, even for days and weeks, which should give you plenty of time to fix any issue. IF something goes wrong and the system gets restarted anyway you can still repair your installtion using another computer.
- If you already have a Kernel as a package installed created by me, you don't need to worry everything should work fine.
- If you have a kernel from HardKernel lower than version 3.8.13.28, you should be fine as well.
- If you have a kernel from HardKernel in version 3.8.13.28 (type uname -a to see what kernel version you have) then you have to "cleanup" the /boot directory first:
(If you're using Ubuntu, these files are located in /media/boot rather than in /boot... But that's only a one time thing, once you have the kernel installed you never need this again)
Code: Select all
rm -f /boot/*-3.8.13.28 # for X,X2,U2,U3 rm -f /boot/*-.3.10.63 /boot/*.dtb # for XU3 rm -f /boot/*-3.10.43 /boot/*.dtb # for C1
Additional notice:
On Ubuntu the boot partition of your SD or eMMC storage is stored in /media/boot/ and some of the files have to be put in that folder during installation of the kernel.
The Kernel does handle that itself and should work fine, it differs between Debian and Ubuntu and either copies the files to /boot or to /media/boot.
================================================================
Package List (Outdated):
This section will have a list of packages that can be found in my repository. The list will be updated silently so make sure to come back and check if you want to know what packages are new.
Code: Select all
Install Name: Description: Packagelist:
linux-headers-arm64-odroid-go2 Meta Package for Kernel Headers of ODROID GO2 devices all/go2
linux-image-arm64-odroid-go2 Meta Package for Kernel Image of ODROID GO2 devices all/go2
linux-headers-arm64-odroid-n1 Meta Package for Kernel Headers of ODROID N1 devices all/n1
linux-image-arm64-odroid-n1 Meta Package for Kernel Image of ODROID N1 devices all/n1
linux-headers-arm64-odroid-n2 Meta Package for Kernel Headers of ODROID N2 devices all/n2
linux-image-arm64-odroid-n2 Meta Package for Kernel Image of ODROID N2 devices all/n2
linux-headers-armhf-odroid-u Meta Package for Kernel Headers of ODROID U devices all/u
linux-image-armhf-odroid-u Meta Package for Kernel Image of ODROID U devices all/u
linux-headers-armhf-odroid-x Meta Package for Kernel Headers of ODROID X devices all/x
linux-image-armhf-odroid-x Meta Package for Kernel Image of ODROID X devices all/x
linux-headers-armhf-odroid-x2 Meta Package for Kernel Headers of ODROID X2 devices all/x2
linux-image-armhf-odroid-x2 Meta Package for Kernel Image of ODROID X2 devices all/x2
linux-headers-armhf-odroid-xu Meta Package for Kernel Headers of ODROID XU devices all/xu
linux-image-armhf-odroid-xu Meta Package for Kernel Image of ODROID XU devices all/xu
energymonitor-odroid Energy Monitor for ODROID XU3 all/xu3
linux-headers-armhf-odroid-xu3 Meta Package for Kernel Headers of ODROID XU3 devices all/xu3
linux-image-armhf-odroid-xu3 Meta Package for Kernel Image of ODROID XU3 devices all/xu3
aml-libs Codec Libraries and Headers for video decoding all/c1
mupen64plus-odroid ODROID C1 optimized N64 emulator all/c1
ogst-mupen64plus-config N64 config for ODROID GameStation Turbo image of C1 all/c1
linux-headers-armhf-odroid-c1 Meta Package for Kernel Headers of ODROID C1 devices all/c1
linux-image-armhf-odroid-c1 Meta Package for Kernel Image of ODROID C1 devices all/c1
linux-headers-arm64-odroid-c2 Meta Package for Kernel Headers of ODROID C2 devices all/c2
linux-image-arm64-odroid-c2 Meta Package for Kernel Image of ODROID C2 devices all/c2
u-boot Update package for u-boot bootloader made by HardKernel all/c2
aquaria-odroid 2D side-scrolling action adventure using glshim all/testing
armagetronad-odroid-launcher Meta Package for glshim version of Armagetron (Tron Like arcade game) all/testing
arx-liberatis-odroid Arx Fatalis running on ODROIDs using glshim all/testing
astromenace-odroid-launcher Launcher for AstroMenace (3D arcade shooter) using glshim all/testing
chromium-bsu-odroid Up-Down Scroller / Arcade Shooting game using glshim all/testing
criticalmass-odroid-launcher Launcher for Critical Mass (aka Critter) to run through glshim all/testing
eduke32-odroid Remake of Duke Nukem 3D with lots of enhanced features using glshim all/testing
fofix-odroid-launcher Meta Package for Frets on Fire X guitar rhythm game using glshim all/testing
gl-117-odroid-launcher Meta Package for GL-117 Action Flight Simulator using glshim all/testing
hedgewars-odroid-launcher Meta Package for Hedgewars - Worms like action game using glshim all/testing
libgl-odroid glshim OpenGL -> OpenGL ES wrapper all/testing
libglew-odroid libGLEW linked against glshim (needed for some games) all/testing
libglues-odroid libGLU for OpenGL ES linked against glshim (needed for some games) all/testing
mari0-odroid Super Mario and Valves Portal mixed together in one game using glshim all/testing
neverball-odroid-launer 3D Puzzle game with a ball on a tiltable underground using glshim all/testing
neverputt-odroid-launcher 3D Puzzle/Golf game using glshim all/testing
opencpn-odroid Naval map and route planing software using glshim all/testing
shmupacabra-odroid A hard and fast arcade shooter using glshim all/testing
smc-odroid Super Maryo Chronicles, Super Mario remake with very nice graphics using glshim all/testing
stellarium-odroid-launcher Meta Package to run Stellarium (3D Planetarium) with glshim all/testing
supertux2-odroid Super Mario Clone with Tux the penguin using glshim all/testing
supertuxkart-odroid-launcher Meta Package to run SuperTuxCart (3D Mario Kart clone) with glshim all/testing
sw-odroid Shadow Warrior clone using glshim and OpenGL all/testing
uhexen2-odroid Hammer of Thyrion - Hexen 2 enging using glshim and OpenGL all/testing
valyriatear-odroid Very nice looking RPG game with very good music and graphics all/testing
yquake2-odroid Quake 2 remake in OpenGL using glshim all/testing
yquake2-ctf-odroid Capture The Flag Addon for yquake2 all/testing
yquake2-rogue-odroid Ground Zero Addon for yquake2 all/testing
yquake2-xatrix-odroid The Reckoning Addon for yquake2 all/testing
yquake2-zaero-odroid Team Evolves Zaero Addon for yquake2 all/testing
clang-3.7 clang 3.7 and all of the llvm-toolchain-3.7 packages jessie/backports
libdri2-odroid libdri2 - library for the DRI2 extension to the X Window System jessie/backports
libcrossguid0 cross platform UUID library jessie/backports
libcrossguid0-dev cross platform UUID library - Header files jessie/backports
libdcadec0 DTS Coherent Acoustics decoder jessie/backports
libdcadec0-dev DTS Coherent Acoustics decoder - Header files jessie/backports
libsdl1.2-dbg Debugging symbols for libsdl1.2debian (fixed for XU3/XU4) jessie/backports
libsdl1.2-dev Headers for libSDL1.2 jessie/backports
libsdl1.2debian SDL 1.2 patched for XU3/XU4 to address an issue with resolution changes jessie/backports
firestarter simple to use firewall in GTK jessie/backports
sludge-compiler SLUDGE Adventure gaming engine recompiled for OpenGL ES jessie/backports
sludge-devkit SLUDGE Adventure gaming engine recompiled for OpenGL ES jessie/backports
sludge-doc SLUDGE Adventure gaming engine recompiled for OpenGL ES jessie/backports
sludge-engine SLUDGE Adventure gaming engine recompiled for OpenGL ES jessie/backports
90secondportraits-odroid 90 Second Portraits - Silly speed painting game in Löve Engine jessie/main
attract Attract-Mode emulator frontend jessie/main
avp-odroid Alien versus Predator - First Person Shooter using OpenGL ES 1.1 jessie/main
bomb-dodgers-odroid Bomber Man clone in Löve Engine jessie/main
chromium-browser-odroid-l10n chromium-browser language packages jessie/main
chromium-browser-odroid open source browser based on google chrome jessie/main
chromium-chromedriver-dbg chromium-chromedriver debug symbols jessie/main
chromium-chromedriver WebDriver driver for the Chromium Browser jessie/main
chromium-codecs-ffmpeg-dbg chromium-codecs-ffmpeg debug symbols jessie/main
chromium-codecs-ffmpeg-extra-dbg chromium-codecs-ffmpeg-extra debug symbols jessie/main
chromium-codecs-ffmpeg-extra Extra ffmpeg codecs for the Chromium Browser including nonfree drivers jessie/main
chromium-codecs-ffmpeg Free ffmpeg codecs for the Chromium Browser jessie/main
clementine-odroid Very nice Music Player to organize your music and play online streams jessie/main
cool-retro-term Awesome Terminal Emulator in retro style and many GLESv2 shadern jessie/main
corsixth-odroid Theme Hospital Clone (very funny Hospital simulation) jessie/main
dgav-odroid Don't Get A Virus - reaction game in Löve Engine jessie/main
doom3-odroid Famous 3D First Person Shooter jessie/main
duckmarines-odroid Duck Marines - ChuChu Rocket remake in Löve Engine jessie/main
emulationstation-odroid Simple Emulator Frontend jessie/main
f1spirit-odroid:arm64 F-1 Spirit remake using OpenGL ES jessie/main
freedroidrpg-odroid Diablo like game with Tux the Penguin using glshim for hardware acceleration jessie/main
freeorion-odroid Free Orion (Master of Orion clone) using glshim jessie/main
freerdp-odroid A RDP client to connect to Windows machines using the RDP protocol with many features jessie/main
frogatto-odroid-720 Very good looking jump platformer where you play as a frog using GLES1 (720p binary) jessie/main
frogatto-odroid-1080 Very good looking jump platformer where you play as a frog using GLES1 (1080p binary) jessie/main
homeworldsdl-odroid Port of the famous Real Time Space Strategy game Homeworld with OpenGL ES support jessie/main
iyfct-odroid In Your Face City Trains - 2D runner game running on Löve Engine jessie/main
gigalomania-odroid Remake of Mega-Lo-Mania in SDL2 jessie/main
hawkthorne-odroid Journey to the Center of Hawkthorne - Action Platformer with RPG elements in Löve Engine jessie/main
kodi-addons-odroid Kodi Addons for Debian Jessie (PVR and others) jessie/main
kodi-isengard-addons-odroid Kodi Isengard Addons for Debian Jessie (PVR and others) jessie/main
kodi-isengard-odroid Kodi 15.2 - Isengard (formerly known as XBMC) for Debian Jessie jessie/main
kodi-odroid Kodi (formerly known as XBMC) for Debian Jessie jessie/main
libdvdcss-odroid portable abstraction library for DVD decryption (currently only C2) jessie/main
libopenglide-odroid 3Dfx Glide to OpenGL wrapper (using glshim for ODROIDs) jessie/main
libsfml-odroid SFML - Simple and Fast Multimedia Library (OpenGLES build) jessie/main
libump-odroid UMP drivers for Mali GPUs jessie/main
love-0.8-odroid Löve 2D Engine for Game Development using GLshim jessie/main
love-0.9-odroid Löve 2D Engine for Game Development using GLshim jessie/main
love-0.10-odroid Löve 2D Engine for Game Development using OpenGL ES jessie/main
moonlight-embedded NVIDIA GameStreaming on ODROID devices jessie/main
mpv software movie player probably best desktop experience on ODROIDs jessie/main
mpv-dbg debugging symboles for mpv jessie/main
mrrescue-odroid Mr. Rescue - Action Platformer in Löve Engine jessie/main
mupen64plus-odroid N64 Emulator jessie/main
naev-odroid 2D space simulation and shoter with very good graphics uses GLshim for 3D effects jessie/main
naev-data-odroid Game data files for naev jessie/main
opencpn-odroid Naval map and route planing software using glshim jessie/main
openomf-odroid Open Source remake of One Must Fall 2097 jessie/main
openxcom-nightly-odroid UFO: Enemy Unkown + UFO: Terror from the Deep development branch jessie/main
openxcom-odroid UFO: Enemy Unkown (X-COM: UFO Defence) remake with high resolution and new features jessie/main
pafh-odroid Printers Are From Hell - print as many pages as possible in Löve Engine jessie/main
ppsspp-odroid PlayStation Portable Emulator jessie/main
qemu-odroid i386 emulator QEMU for ODROID jessie/main
qt5-xu3-fix Fix for QT5 on XU3/XU4 (Fixes: Unable to find an X11 visual which matches EGL config XX) jessie/main
residualvm-odroid ScummVM like Engine for multiple 3D Adventure games uses SDL 1.2 + GLES 2 jessie/main
retroarch-odroid Retroarch Frontend for Libretro cores (Multi System Emulator) jessie/main
rickyd-odroid Rick Dangerous Clone using SDL2 jessie/main
rvgl-odroid Re-Volt port for ODROIDs using GLshim (thanks to RV-Team, Huki and jigebren) jessie/main
scummvm ScummVM Engine for multiple Adventure games jessie/main
shmup-odroid 3D Shoot 'em up using SDL2 and OpenGL ES inspired by Ikaruga jessie/main
sienna-odroid Sienna - one-button platformer game in Löve Engine jessie/main
sixad Driver / Daemon for PS3 controller jessie/main
smc-odroid Super Maryo Chronicles, Super Mario remake with very nice graphics using glshim jessie/main
ssr-odroid Simple Screen Recorder using ffmpeg to record your Desktop jessie/main
steamos-xpad-dkms new xpad driver from SteamOS (supports XBox One controller) as a DKMS module jessie/main
stepmania-odroid Free dance and rhythm game using OpenGL ES jessie/main
stratagus free cross-platform game engine used to build real-time strategy video games jessie/main
supertux2-odroid Super Mario Clone with Tux the penguin using glshim jessie/main
synergy-odroid Software to share one Keyboard/Mouse over multiple PCs/ODROIDs jessie/main
tvheadend TVHeadend backend for PVR clients jessie/main
tvheadend-dbg TVHeadend backend for PVR clients debug symbols jessie/main
ufoai-odroid UFO: Alien Invation (a game inspired by XCom series) with OpenGL ES support jessie/main
ultrastardx-odroid Ultrastar Deluxe - Free Singstar clone using glshim jessie/main
uqm-hd-odroid Ur-Quan Master HD / HD remake of Ur-Quan Master (Star Control 2) jessie/main
uqm-hd-data-odroid Ur-Quan Master HD / HD Data files jessie/main
virtualjaguar-odroid Atari Jaguar emulator for ODROID jessie/main
witchblast-odroid Binding of Isaac like game running on SFML and GLES jessie/main
witchblast-data-odroid Data files for Witch Blast jessie/main
xash3d-odroid Xash3D Engine for Gold Source Games like Half-Life using glshim jessie/main
xbmc-odroid XBMC Gotham 13.2 for Debian Jessie jessie/main
xf86-video-armsoc-odroid ARMSoC framebuffer drivers for Mali GPUs used by ODROIDs jessie/main
xf86-video-mali-odroid Mali DDX framebuffer drivers for Mali GPUs used by ODROIDs jessie/main
chromium-browser Chromium Web Browser (RPi Version 22) wheezy/backports
libjssc-java library for working with serial ports from Java wheezy/backports
chromium-browser-odroid-l10n chromium-browser language packages wheezy/main
chromium-browser-odroid open source browser based on google chrome wheezy/main
chromium-chromedriver-dbg chromium-chromedriver debug symbols wheezy/main
chromium-chromedriver WebDriver driver for the Chromium Browser wheezy/main
chromium-codecs-ffmpeg-dbg chromium-codecs-ffmpeg debug symbols wheezy/main
chromium-codecs-ffmpeg-extra-dbg chromium-codecs-ffmpeg-extra debug symbols wheezy/main
chromium-codecs-ffmpeg-extra Extra ffmpeg codecs for the Chromium Browser including nonfree drivers wheezy/main
chromium-codecs-ffmpeg Free ffmpeg codecs for the Chromium Browser wheezy/main
clementine-odroid Very nice Music Player to organize your music and play online streams wheezy/main
emulationstation-odroid A graphical and themeable emulator front-end wheezy/main
hcraft-odroid Fast Hovercraft racing game for OpenGL ES (using Irrlicht engine) wheezy/main
gigalomania-odroid Remake of Mega-Lo-Mania in SDL2 wheezy/main
libump-odroid UMP drivers for Mali GPUs wheezy/main
moonlight-embedded NVIDIA GameStreaming on ODROID devices wheezy/main
mupen64plus-odroid N64 Emulator wheezy/main
mono-odroid Mono (C#) libraries and development files for Debian Wheezy wheezy/main
openomf-odroid Open Source remake of One Must Fall 2097 wheezy/main
retroarch-odroid Retroarch Frontend for Libretro cores (Multi System Emulator) wheezy/main
stepmania-odroid Free dance and rhythm game using OpenGL ES wheezy/main
tvheadend TVHeadend backend for PVR clients wheezy/main
tvheadend-dbg TVHeadend backend for PVR clients debug symbols wheezy/main
xf86-video-armsoc-odroid ARMSoC framebuffer drivers for Mali GPUs used by ODROIDs wheezy/main
crrcsim-odroid RC - model-airplane simulator for many different aircraft models using glshim wheezy/testing
freedroidrpg-odroid Diablo like game with Tux the Penguin using glshim for hardware acceleration wheezy/testing
kodi-odroid Kodi (XBMC) for Debian Wheezy wheezy/testing
ultrastardx-odroid Ultrastar Deluxe - Free Singstar clone using glshim wheezy/testing
xbmc-odroid XBMC Gotham 13.2 for Debian Wheezy wheezy/testing
arduino Arduino IDE for electronics prototyping platforms all/main
arduino-core Code, examples, and libraries for the Arduino platforms all/main
avp-odroid Alien versus Predator - First Person Shooter using OpenGL ES 1.1 all/main
antimicro-odroid Tool for mapping keyboard events to gamepads and joysticks all/main
bombermaaan A classic bomberman clone all/main
bombermaaan-data Data files for bombermaaan all/main
cannonball-odroid Engine for Out Run arcade racing written in SDL2 using OpenGL ES all/main
clipgrab Tool to download movies from online websites, such as youtube or dailymotion all/main
cool-retro-term Awesome Terminal Emulator in retro style and many GLESv2 shadern all/main
corsixth-odroid Theme Hospital Clone (very funny Hospital simulation) all/main
d1x-rebirth-odroid Descent 1 Rebirth OpenGL ES version all/main
d2x-rebirth-odroid Descent 2 Rebirth OpenGL ES version all/main
desmume-odroid Nintendo DS/i Emulator all/main
doom3-odroid Famous 3D First Person Shooter all/main
dosbox-odroid ARMv7a optimized version of DOS Emulator all/main
dunelegacy Dune 2 remake with enhanced features using SDL all/main
etr-odroid Extreme Tux Racer OpenGL ES version all/main
f1spirit-odroid F-1 Spirit remake using OpenGL ES all/main
fheroes2-odroid Heroes of Might and Magic 2 remake all/main
flare-engine-odroid Free/Libre Action Roleplaying Engine all/main
ffmpeg-free-odroid Same as below, but only free codecs all/main
ffmpeg-odroid A complete, cross-platform solution to record, convert and stream audio and video all/main
freerdp-odroid A RDP client to connect to Windows machines using the RDP protocol with many features all/main
freespace-odroid Space Combat Similation ala WingCommader Style all/main
freespace2-odroid Space Combat Similation ala WingCommader Style all/main
frogatto-odroid-720 Very good looking jump platformer where you play as a frog using GLES1 (720p binary) all/main
frogatto-odroid-1080 Very good looking jump platformer where you play as a frog using GLES1 (1080p binary) all/main
fs-uae Amiga Emulator with OpenGL ES 1 support all/main
googleplaydownloader Download APKs from the Google PlayStore all/main
hcraft-odroid Fast Hovercraft racing game for OpenGL ES (using Irrlicht engine) all/main
homeworldsdl-odroid Port of the famous Real Time Space Strategy game Homeworld with OpenGL ES support all/main
hurrican-odroid Remake of the classic Turrican using OpenGL ES for lots of special effects all/main
ioquake3-odroid Open Source Quake 3 remake for OpenGL ES all/main
ja2-stracciatella Jagget Alliance 2 remake in SDL, allows to replay JA2 on your ODROID in FullHD all/main
jk3-odroid Jedi Knight 3 - Jedi Academy for OpenGL ES all/main
libc++microservices-odroid C++ Micro Services library provides a dynamic service registry and module system all/main
libopenh264 Library and headers for Ciscos Open H264 codec all/main
libsodium-odroid easy to use encryption and decrytion library all/main
mednafen-odroid A MultiSystemEmulator which allows you to play GBA, NES, and many other console games all/main
mt7601-sta-dkms DKMS Kernel module for Ralink/Mediatek/WN727 RT2870 WLAN modules all/main
ogst-mupen64-config Starter and configuration for Mupen64Plus for ODROID GameStation Turbo all/main
ogst-starters-xbmc Starters for XBMC for ODROID GameStation Turbo image (found in /usr/local/bin ) all/main
openarena-odroid OpenArena (Quake3 clone) for ODROIDs using native OpenGL ES all/main
openarena-data-odroid OpenArena (Quake3 clone) data-files all/main
openbor-odroid Open source continuation of Beats of Rage Engine all/main
openggs-odroid Great Giana Sisters remake.. C64 version, as well as total remake with different levels all/main
openomf-odroid Open Source remake of One Must Fall 2097 all/main
opentyrian-odroid Arcade Shooter all/main
openxcom-nightly-odroid UFO: Enemy Unkown + UFO: Terror from the Deep development branch all/main
openxcom-odroid UFO: Enemy Unkown (X-COM: UFO Defence) remake with high resolution and new features all/main
otter-browser Otter Browser aims to recreate the best aspects of the classic Opera (12.x) UI using Qt5 all/main
pepperflash-odroid PepperFlash Plugin for Chromium Browser all/main
ppsspp-odroid PlayStation Portable Emulator all/main
protostrikerm-odroid Space Arcade sidescroller in Python all/main
puzzlemoppet-odroid A challenging 3D puzzle game using GLES and Irrlicht engine all/main
qtsixa Graphical Sixaxis Joystick Manager all/main
reicast-odroid Sega DreamCast Emulator all/main
retroarch-cores-good Libretro cores for retroarch used in GameStation Turbo Image all/main
retroarch-cores-bad Additional libretro cores for retroarch not used in GameStation Turbo Image all/main
rickyd-odroid Rick Dangerous Clone using SDL2 all/main
scummvm-odroid ScummVM Engine for multiple Adventure games all/main
sdlpop-odroid Remake of DOS version of Prince of Persia in SDL2 all/main
sixad Driver / Daemon for PS3 controller all/main
sixad-gasia Alternative Driver / Daemon for PS3 controller all/main
smokinguns-odroid Wild West Shooter using the Quake3 engine and OpenGL ES 1 all/main
smw-bin Super Mario War - A fighting/Jump and Run inspired by Super Mario all/main
smw-leveledit Level Editor for Super Mario War all/main
stellarium Stellarium (Planetarium) backport from Debian Jessie all/main
stratagus free cross-platform game engine used to build real-time strategy video games all/main
tbftss-odroid 2D mission-based space shooter - The Battle for the Solar System all/main
toppler-odroid Toppler Tower is a Nebulus Clone in SDL all/main
ultrastardx-odroid-data Data files for Ultrastar Deluxe for all systems all/main
uqm-hd-odroid Ur-Quan Master HD / HD remake of Ur-Quan Master (Star Control 2) all/main
vcmi-odroid Heroes of Might and Magic III Engine to play HoMM3 on the ODROID all/main
vice-odroid VICE, the Versatile Commodore Emulator all/main
wargus Warcraft2 Mod that allows you to play Warcraft2 with the Stratagus engine all/main
wop-odroid World of Padman for OpenGL ES all/main
wop-data World of Padman data files all/main
zram-odroid init.d control scripts for ZRAM all/main
Kernel and board specific packages:
all/c1: armhf all/c2: arm64
all/u: armhf all/x: armhf
all/x2: armhf all/xu: armhf
all/xu3: armhf all/n1: arm64
all/n2: arm64 all/go2: arm64
Packages for all OS (Ubuntu/Debian):
all/main: armhf arm64
all/testing: armhf arm64
Packages specificly for Debian Bookworm (some might work under Ubuntu, but no guarantee):
bookworm/backports: armhf arm64
bookworm/main: armhf arm64
Packages specificly for Debian Bullseye (some might work under Ubuntu, but no guarantee):
bullseye/backports: armhf arm64
bullseye/main: armhf arm64
Packages specificly for Debian Buster (some might work under Ubuntu, but no guarantee):
buster/backports: armhf arm64
buster/main: armhf arm64
Packages specificly for Debian Stretch (some might work under Ubuntu, but no guarantee):
stretch/backports: armhf arm64
stretch/main: armhf arm64
Packages specificly for Debian Jessie (some might work under Ubuntu, but no guarantee):
jessie/backports: armhf arm64
jessie/main: armhf arm64
Packages specificly for Debian Wheezy (some might work under Ubuntu, but no guarantee):
wheezy/backports: armhf
wheezy/main: armhf
wheezy/testing: armhf
================================================================
If you have questions, feel free to ask and i will try to help you where i can. It sounds complicated, but once it's set up, you can install and update programs, games and Kernel just with a simple apt-get command.