odroid_go_advance

ODROID-GO-ADVANCE

A PMIC(RK817) including a charger and audio features.
B D-pad buttons
C I ~ VI buttons
D X, Y, A, B buttons

A CPU : Rockchip RK3326
B RAM : 1GB DDR3L
C SPI Flash(16Mbytes Boot)
D MicroSD card slot
E Forced SD card boot(without spirom)
F UART port(But not mounted default)
G Speaker connector
H Battery connector
I USB 2.0 type-A Host
J Statue LED(charger, alive, power)
K DC Power Jack
L 10pin expansion port
M Audio jack
N 20pin LCD connector
O PWR switch
P Analog joystick connector
Q Left trigger button
R Right trigger button
Processor CPU : RockChip RK3326(Quad-Core ARM Cortex-A35 1.3GHz)
GPU : Mali-G31 MP2
Memory 1GB (DDR3L 786Mhz, 32 Bits bus width)
Storage SPI Flash(16Mbytes Boot), Micro SD Card slot(UHS-1 Capable interface)
Display 3.5inch 320×480 TFT LCD (Wide viewing angle display, MIPI-DSI interface)
Audio Earphone stereo jack, 0.5Watt 8Ω Mono speaker
Battery Li-Polymer 3.7V/3000mAh, Up to 10 hours of continuous game playing time
DC Jack 2.5mm diameter DC plug: A USB charging cable is included in the package.
Maximum drawing current: 1.5Amp
External I/O USB 2.0 Host x 1, 10Pin port(I2C, GPIO, IRQ at 3.3Volt)
Input Buttons F1, F2, F3, F4, F5, F6, A, B, X, Y, Direction Pad, Left Shoulder, Right Shoulder, Analog joystick
Power consumption Power consumption Game emulation: 250~350mA, Power off: 0.1mA
Charging time 2.5~3 hours when the device turns off. When you play game, it takes 4~5 hours.
Dimensions 155x72x20 mm (6.1×2.8×0.8 inch), Weight: 170 g (6 oz)

via SD card reader (Linux HOST-PC)

Insert your SD card which you have installed to your HOST-PC and then, copy game ROMs to /roms folder.
You can find the /roms folder like the picture below. You can copy your game ROMs into the /roms folder without any permission.

* Since the SD card data partition file system is EXT4, you can't access itfrom a Windows PC probably.
So we need to prepare a way to transfer ROM files from a USB storage on the system.

via ssh(scp)

First of all, you can check your network environment. If you have any USB network module, follow this instruction for the use of the network.
Connecting your GO-Advance to an wireless network with an extra USB WiFi adapter.

Compatible WiFi dongles are sold separately.
WiFi module 0
WiFi module 3
WiFi module 5A

After that, you can send your game ROMs to the GO-Advance with “scp” command on your HOST-PC.

sudo apt install ssh
scp <ROM file> odroid@<ip address>:/roms/<rom folder>/

For example,

ping 192.168.0.10
scp test.gba odroid@192.168.0.10:/roms/gba/
First Generation Second Generation Third Generation

Force Power OFF

If you have any problem with your ODROID-GO-Advance, you will try to switch off.
You can switch off ODROID-GO-Advance by pushing the on/off buttons for about 6 seconds.




Pin # GPIO Type Function Sysfs #
1 GND POWER - -
2 GPIO1_C0 IN/OUT UART1_RX #48
3 GPIO1_C1 IN/OUT UART1_TX #49
4 GPIO1_C2 IN/OUT UART1_CTS #50
5 GPIO1_C3 IN/OUT UART1_RTS #51
6 3.0V POWER - -
7 GPIO0_C2 IN/OUT I2C1_SCL #18
8 GPIO0_C3 IN/OUT I2C1_SDA #19
9 GPIO1_B2 IN/OUT - #42
10 5.0V POWER - -


  • odroid_go_advance.txt
  • Last modified: 2019/12/27 14:58
  • by john1117