ODROID U2 (odroid-u2)
Revision as of 14:39, 23 April 2023 by Maintenance script (talk | contribs) (rollbackEdits.php mass rollback)
![]() ODROID U2 | |
Manufacturer | ODROID |
---|---|
Name | U2 |
Codename | odroid-u2 |
Released | 2012 |
Category | testing |
Original software | Ubuntu |
Original version | 14.04 LTS |
Hardware | |
Chipset | Samsung Exynos 4412 |
CPU | Quad-core 1.7 GHz A9 |
GPU | Mali 400 MP4 |
Display | None |
Storage | eMMC card or microSD |
Memory | 2GB LPDDR3 |
Architecture | armv7 |
USB Networking |
Works |
---|---|
Flashing | |
Touchscreen | |
Display | |
WiFi | |
FDE | |
Mainline |
Works |
Battery | |
3D Acceleration |
Works |
Audio | |
Bluetooth | |
Camera | |
GPS | |
Mobile data | |
SMS | |
Calls | |
USB OTG | |
NFC | |
Accelerometer | |
---|---|
Magnetometer | |
Ambient Light | |
Proximity | |
Hall Effect | |
Barometer | |
Power Sensor | |
Camera Flash | |
---|---|
Keyboard | |
Touchpad | |
USB-A | |
HDMI/DP | |
Ir TX | |
Ir RX | |
Stylus | |
Haptics | |
Ethernet | |
FOSS bootloader | |
Contributors
Users owning this device
Installation
1. Use pmbootstrap to create a bootable SD card:
pmbootstrap init # pick 'odroid' as manufacturer, 'u2' as device. pmbootstrap install --sdcard=/dev/sdX
You must install the nonfree firmware package for this device to get it booting. It contains early bootloaders which initialise the hardware and then boot u-boot.
2. Insert SD card or eMMC card into the Odroid U2, plug in the Ethernet cable and turn it on.
3. The Odroid U2 should boot up, get an ip address, and become accessible over SSH.
![]() |
If the Odroid does not appear on your local network, its Ethernet may be disabled. One can enable it by attaching a keyboard and following the Alpine wiki: sudo setup-interfaces && sudo /etc/init.d/networking --quiet restart && sudo rc-update add networking boot. Ethernet also will not work if the system time is too out of date. It should sync automatically, but if that process is too slow you might want to manually edit the date and time. |