Transferring Game ROMs
Setting network on ODROID-GO-Advance
These instructions are supported on offitial image Jan 29, 2020, or higher. https://dn.odroid.com/RK3326/ODROID-GO-Advance/Ubuntu/
Compatible WiFi dongles are sold separately.
WiFi module 0
WiFi module 3
WiFi module 5A
Add an WiFi conenction
Press the “A” button on the configuration and then select the WiFi menu.
To add a new WiFi connection press the “Right Trigger” button and then press the “A” button on the “+” menu.
And then, select the SSID you want to connect. You have to use the same AP as your HOST-PC.
Enter the password with a virtual keypad. A few seconds later, you can see the SSID if the connection is okay.
Check your IP address you connected
Select the “NETWORK INFO” menu in the “CONFIGURATION”.
You are going to need the IP address when you use SAMBA on your HOST-PC.
Deactivate or Activate
You can deactivate or activate the connections whenever you want.
The “right triangle arrow” means activated connection. Select the activated SSID and then, you can deactivate or delete the connection.
If you deactivate the connection, you can reactivate the connection without inputting a password later.
Setting your HOST-PC(Ubuntu 18.04)
Find your GO-Advance's IP address
To use SAMBA interface, you should know the IP address of your ODROID-GO-Advance.
There are many utils to find it. We're going to use “nmap”.
Install the “nmap” with this commands.
sudo apt update sudo apt install nmap
Check your IP address. And then, search IP addresses in the same network.
odroid@odroid:~$ ip addr 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 3: wlx7cdd908e1219: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000 link/ether 73:sd:30:2e:13:12 brd ff:ff:ff:ff:ff:ff inet 192.168.30.62/24 brd 192.168.30.255 scope global dynamic noprefixroute wlx7cdd908e1219 valid_lft 5789sec preferred_lft 5789sec odroid@odroid:~$
In my case, the “192.168.30.109” is my ODROID-GO-Advance's IP address.
odroid@odroid:~$ nmap -sP 192.168.30.* Starting Nmap 7.70 ( https://nmap.org ) at 2020-01-29 14:00 KST Nmap scan report for _gateway (192.168.30.1) Host is up (0.0016s latency). Nmap scan report for sc (192.168.30.62) Host is up (0.0018s latency). Nmap scan report for 192.168.30.109 Host is up (0.056s latency). Nmap done: 256 IP addresses (3 hosts up) scanned in 3.34 seconds odroid@odroid:~$
If you can not find the IP address on your HOST-PC, delete the added WiFi connection and then, add WiFi connection again on your ODROID-GO-Advance