ODROID XU4 (odroid-xu4): Difference between revisions
Appearance
Add more info on u-boot issue |
→Installation: Add hint that system clock needs to be somewhat accurate for ethernet to work |
||
Line 79: | Line 79: | ||
3. The Odroid XU4 should boot up and become accessible over SSH. | 3. The Odroid XU4 should boot up and become accessible over SSH. | ||
{{Note|1=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 [https://wiki.alpinelinux.org/wiki/Ethernet Alpine wiki]: ''sudo setup-interfaces && sudo /etc/init.d/networking --quiet restart && sudo rc-update add networking boot''}} | {{Note|1=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 [https://wiki.alpinelinux.org/wiki/Ethernet 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.}} | ||
== GPU == | == GPU == |
Revision as of 16:11, 8 April 2023
![]() ODROID XU4 | |
Manufacturer | ODROID |
---|---|
Name | XU4 |
Codename | odroid-xu4 |
Released | 2015 |
Hardware | |
Chipset | Samsung Exynos 5422 |
CPU | 4x 1.9 GHz A15 & 4x 1.3 GHz A7 |
GPU | Mali-T628 |
Display | None |
Storage | eMMC card or microSD |
Memory | 2GB LPDDR3 |
Architecture | armv7 |
Software | |
Original software | Ubuntu |
Original version | 20.04 LTS |
postmarketOS | |
Category | testing |
Pre-built images | no |
Mainline | yes |
USB Networking |
Works |
---|---|
Internal storage |
No data |
SD card |
No data |
Multimedia | |
3D Acceleration |
Works |
Audio |
No data |
Camera Flash |
No data |
Miscellaneous | |
FDE |
No data |
USB OTG |
No data |
HDMI/DP |
No data |
Sensors | |
Magnetometer |
No data |
Ambient Light |
No data |
Proximity |
No data |
Hall Effect |
No data |
Haptics |
No data |
Barometer |
No data |
Contributors
Maintainer(s)
Users owning this device
- Grimler
- Langfingaz (Notes: Running PostmarketOS edge)
- LongnoseRob (Notes: pmOS (edge), UI: phosh)
Installation
WARNING: u-boot 2023.01 and 2023.04 cannot boot odroid devices, patches has been sent to u-boot but not merged yet: https://lists.denx.de/pipermail/u-boot/2023-February/508928.html. See also MR to fix issue in aports repo: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/45717 |
1. Use pmbootstrap to create a bootable SD card:
pmbootstrap init # pick 'odroid' as manufacturer, 'xu4' as device and 'none' as UI. pmbootstrap install --sdcard=/dev/sdX
You must install the nonfree firmware package for this device to get it booting. It contains early bootloaders and trustzone firmware. The early bootloaders initialise the hardware and then boots u-boot.
2. Insert SD card into the Odroid XU4, plug in the Ethernet cable and turn it on.
3. The Odroid XU4 should boot up 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. |
GPU
See 3D_Acceleration#Mali_T628.
See also
- Its sibling odroid-hc2
- pmaports!2860 Initial merge request
- pmbootstrap!2069 Boot binary flashing support