mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
640192d04f
This adds initial support for the Hardkernel Odroid Go Ultra. The Odroid Go Ultra is a portable gaming device with the following characteristics: - Amlogic S922X SoC - RK817 & RK818 PMICs - 2GiB LPDDR4 - On board 16GiB eMMC - Micro SD Card slot - 5inch 854×480 MIPI-DSI TFT LCD - Earphone stereo jack, 0.5Watt 8Ω Mono speaker - Li-Polymer 3.7V/4000mAh Battery - USB-A 2.0 Host Connector - x16 GPIO Input Buttons - 2x ADC Analog Joysticks - USB-C Port for USB2 Device and Charging The following are not yet handled: - Battery RK818 Gauge and Charging - 5inch 854×480 MIPI-DSI TFT LCD Link: https://lore.kernel.org/r/20230119-u-boot-odroid-go-ultra-v1-2-f96bab9db396@linaro.org Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
34 lines
787 B
ReStructuredText
34 lines
787 B
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0+
|
||
|
||
U-Boot for ODROID-GO-ULTRA
|
||
==========================
|
||
|
||
The Odroid Go Ultra is a portable gaming device with the following
|
||
characteristics:
|
||
|
||
- Amlogic S922X SoC
|
||
- RK817 & RK818 PMICs
|
||
- 2GiB LPDDR4
|
||
- On board 16GiB eMMC
|
||
- Micro SD Card slot
|
||
- 5inch 854×480 MIPI-DSI TFT LCD
|
||
- Earphone stereo jack, 0.5Watt 8Ω Mono speaker
|
||
- Li-Polymer 3.7V/4000mAh Battery
|
||
- USB-A 2.0 Host Connector
|
||
- x16 GPIO Input Buttons
|
||
- 2x ADC Analog Joysticks
|
||
- USB-C Port for USB2 Device and Charging
|
||
|
||
U-Boot compilation
|
||
------------------
|
||
|
||
.. code-block:: bash
|
||
|
||
$ export CROSS_COMPILE=aarch64-none-elf-
|
||
$ make odroid-go-ultra_defconfig
|
||
$ make
|
||
|
||
Image creation
|
||
--------------
|
||
|
||
Pleaser refer to :doc:`pre-generated-fip` with codename `odroid-go-ultra`
|