Odroid XU4 Setup
Setting up the Odroid.
Source:
Components Required:
Odroid XU4
LAN Cable
USB Wireless Adapter
eMMC/Micro SD card
Router (Switching Hub, DHCP network)
PC
Monitor TV with HDMI Port (Optional)
Step 1: Software Setup
Follow these steps to install an OS for your Odroid:
1. Download the image file:
Odroid OS have separate kernels, so download an image from the following link:
2. Flashing the OS:
Download Etcher from the following link and use it to flash the eMMC/microSD card with the OS:
Step 2: Hardware Setup
Insert the flashed eMMC/microSD card in the respective slot as shown in this video:
Connect the Odroid to a router via LAN. Connect your PC to the same router/network.
Insert the flashed eMMC/microSD card in the respective slot as shown in this video:
For a GUI based procedure, follow this link:
For a console based procedure, run the following commands on your Linux terminal:
sudo apt-get install nmap
nmap -sn 192.168.100.0/24
arp -a | grep 00:1e:06The first IP address in the output is the address of your Odroid. If xxx.xxx.xxx.xxx is this address, run:
You would be prompted for a password, enter odroid.
Odroid terminal accessed.
Last updated
Was this helpful?
