Xunlong Orange Pi Mini 2

From linux-sunxi.org
Jump to navigation Jump to search
Xunlong Orange Pi Mini 2
Xunlong Orangepi mini2.jpg
Manufacturer OrangePi
Dimensions 93mm x 60mm
Release Date March 2015
Website Orange Pi Mini 2 Product Page
Specifications
SoC H3 @ 1.2GHz
DRAM 1GiB DDR3 @ 600MHz
NAND no nand available
Power DC 5V @ 2A (via DC input)
Features
Video HDMI output with HDCP, HDMI CEC, HDMI 30 function, Integrated CVBS, simultaneous output of HDMI and CVBS
Audio 3.5 mm Jack and HDMI
Network 10/100Mbps Ethernet(RJ45)
Storage TF card(Max 64GB)/MMC card slot
USB 4 USB2.0 Host, 1 USB2.0 OTG
Other CIR
Headers 1 pin UART, 3 pin UART, LCD/ LVDS, CSI, 40 pin GPIO

Orange Pi Mini 2 is H3 based development board produced by Xunlong. The concept is based on the original Orange Pi Mini. Both, Orange Pi 2 and its smaller cousin Orange Pi Mini 2 were released in March 2015. The board is based on a quad-core H3 CPU, and offers a TF card slot, onboard Ethernet (10/100M Ethernet RJ45), 40 pin GPIO and 4 x USB type A connectors, but does not come with WiFi or a SATA port like the A20 based original Orange Pi Mini did.

Identification

The PCB has the following silkscreened on it:

Orange Pi mini 2

Sunxi support

Current status

The H3 SoC support has matured since its introduction in kernel 4.2. Most of the board functionality for boards such as Orange Pi Mini 2 are available with current mainline kernels. Some features (hw accelerated crypto, hw spinlocks, and thermal) are still being worked on. For a more comprehensive list of supported features, see the status matrix for mainline kernels. In addition, legacy 3.4 kernels are available in various work-in-progress git branches.

See the Manual build section for more details.


Manual build

You can build things for yourself by following our Manual build howto and by choosing from the configurations available below.

U-Boot

Mainline U-Boot

Use the orangepi_2 (as a workaround until Orange Pi Mini 2 defconfig is available) build target. The U-Boot repository and toolchain is described in the Mainline U-Boot howto.

The H3 boards can boot from SD cards, eMMC, NAND or SPI NOR flash (if available), and via FEL using the OTG USB port. In U-Boot, loading the kernel is also supported from USB or ethernet (netboot). HDMI support in U-Boot is still WIP.

Linux Kernel

Sunxi/Legacy Kernel

The 3.4 kernel from the official Allwinner's git repository does not support H3 yet. But it is possible to use one of the kernel forks, based on the lichee H3 SDK tarball:

Configure this kernel using sun8i_h3_defconfig, the rest is explained in the kernel compilation guide.

Use the .fex file for generating script.bin.


When booting the legacy 3.4 kernel with the mainline U-Boot, add the following line to boot.cmd:

  setenv machid 1029
  setenv bootm_boot_mode sec

Some other legacy kernel repositories:

Mainline kernel

The mainline kernel has good support for the H3 SoC. Please refer to the status matrix for a more detailed list of the development process, links to patches and links to kernel fork repositories. Minor drivers that are currently work-in-progress may require a) third party patches (see also arm-linux mailing list) or b) a pre-patched distro (e.g. Armbian).

Repositories with H3 patches:


Use the sun8i-h3-orangepi-2.dtb (until a dedicated dtb is available) device-tree binary.

Tips, Tricks, Caveats

FEL mode

The button marked SW3, located between the HDMI and TTL UART, triggers FEL mode when pressed during boot.

To verify you have successfully entered FEL mode, check the output of fel version. For the Orange Pi Mini 2, it should look like:

AWUSBFEX soc=00001680(unknown) 00000001 ver=0001 44 08 scratchpad=00007e00 00000000 00000000

LEDs

For those with a transparent case (or no case at all) the Orange Pi Mini 2's LED activity is good. The red power LED (D7) can be turned off.

Adding a serial port

UART pads

Locating the UART

The UART pins are located between DC input and Uboot Button(SW3) of the board. They are marked as TX, RX and GND on the PCB. Just attach some leads according to our UART Howto. Do not connect the red wire (VCC or 3.3V/5V), as that might damage your board.

Pictures

Variants

  • The original Orange Pi and Orange Pi Mini were released in November 2014.
  • The Orange Pi 2 variant was also released in March 2015. This version also comes with onboard WiFi.

Also known as

See also

There are several websites about Orange Pi Mini 2 and claiming to support it. It has to be clarified, what is "official" and who is behind this sites.

Manufacturer images

A various amount of prebuilt images is provided via OrangePi's Website.