It also supports Rev 1.1 devices out of the box.
This image is meant for development, server tasks, and testing. it is NOT meant as a gaming image for the GO2/GO3
It is highly recommended to use a keyboard with this image. I also suggest you use a USB Hub to connect different devices to the GO2/GO3 at the same time, like WLAN, keyboard (and mouse).
Download: https://oph.mdrjr.net/meveric/images/Bu ... GO2.img.xz md5 sha512 sig
Size compressed: 120MB
Size uncompressed: 800 MB
Default Login: root
Default Password: odroid
First things first:
Since there's constantly new development for this image and ODROIDs in general the First thing you should do after the image is up and running is to install all updates:
Code: Select all
apt update && apt upgrade && apt dist-upgrade
Changing language:
If you install a Desktop environment you should already have keybord-configuration installed, it will ask upon the first installation what keyboard layout it should use.
This configuration is for your X11 Desktop so you have your desired keyboard layout.
For console you need to install console-setup to do the same, so just in case:
Code: Select all
apt-get install console-setup keyboard-configuration
dpkg-reconfigure keyboard-configuration
You probably want to set timezone as well
Code: Select all
dpkg-reconfigure tzdata
Edit the file /etc/network/interfaces or create a new one under /etc/network/interfaces.d/ and add the following lines
Code: Select all
allow-hotplug wlan0
iface wlan0 inet dhcp
wpa-essid <NAME-OF-YOUR-WLAN>
wpa-psk <WLAN-PASSWORD>
You can turn this into a desktop based image with X11/GBM GPU drivers using setup-odroid
This allows for many applications and games to run.
You can even increase the desktop size by using the command:
Code: Select all
xrandr --output DSI-1 --scale 1.5x1.5
Code: Select all
xrandr --output DSI-1 --scale 2x2