H3

From linux-sunxi.org
(Redirected from H2+)
Jump to navigation Jump to search
H3
Allwinner H3.jpg
Manufacturer Allwinner
Process 40nm
CPU Quad-Core ARM Cortex-A7 @ 1.296GHz
Memory LPDDR2/DDR2-LPDDR3/DDR3
GPU Mali400 MP2 @ 600Mhz
Connectivity
Video HDMI 1.4 with HDCP 1.2, TV CVBS
Audio I2S, PCM, AC97
Network GBit MAC, integrated 10/100M PHY
Storage MMC, NAND
USB 1x OTG, 3x Host, all with integrated PHY
Release Date October 2014
Website Product Page

Allwinner H3 (sun8iw7p1) SoC features a Quad-Core Cortex-A7 ARM CPU, and a Mali400 MP2 GPU from ARM. The Allwinner H3 is a highly cost-efficient quad-core OTT box processor, primarily marketed as being for "home entertainment" systems.

It has a nearly-compatible variant known now, H2+.

It's rated to run at 1.296GHz, anything higher is overclocking (and usually overvolting). If you run it without heatsink, fan and proper dvfs settings, you risk overheating.

Overview

See Mainlining Effort and Mainline U-Boot for support status.

H3 SoC Features

  • CPU
    • ARM Cortex-A7 Quad-Core
    • 512KB L2-Cache (shared between four cores)
    • 32 KB (Instruction) / 32KiB (Data) L1-Cache per core
    • SIMD NEON, VFP4
    • Virtualization
    • Large Physical Address Extensions (LPAE) 1TB
  • GPU
    • ARM Mali400 MP2
    • Featuring 1 vertex shader (GP) and 2 fragment shaders (PP).
    • Complies with OpenGL ES 2.0
  • Memory
    • DDR2/DDR2L-DDR3/DDR3L controller
    • NAND Flash controller and 64-bit ECC
  • Video
    • Ultra HD 4k and Full HD 1080p video decoding of MPEG-2, MPEG-4 SP/ASP GMC, H.263, H.264, H.265, WMV9/VC-1, and VP8
    • BD Directory, BD ISO and BD m2ts video decoding
    • H.264 High Profile 1080P@30fps encoding
    • 3840×1080,1920x2160 3D decoding
    • Complies with RTSP, HTTP,HLS,RTMP,MMS streaming media protocol
  • Display
    • Integrated HDMI V1.4 with HDCP1.2 4K@30fps
    • TV CVBS output
  • Camera
    • Integrated parallel 8-bit I/F YUV422 sensor
    • Support CCIR656 protocol fot NTSC and PAL
    • 5M CMOS sensor support
    • Support video capture resolution up to 1080p@30fps
  • Audio
    • Two audio digital-to-analog(DAC) channels 92dB SNR
    • Two differential microphone inputs (one low-noise)
    • Stereo Linein input
  • Embedded Controller:
    • AR100, an OpenRISC controller. Manages deep powersave modes.
  • Thermal Sensor Controller (TSC) providing over-temperature protection interrupt and over-temperature alarm interrupt
  • no PMU (According to arisc_dvfs.c pmuic_type defines 0~2, 0:none, 1:gpio, 2:i2c)
  • package: FBGA347, 14 mm x 14 mm, 0.65 mm Pitch

Variants

H2+ is a variant of H3, targeted at low-end OTT boxes, which lacks Gigabit MAC and 4K HDMI output support.

H3 images are proven to run on H2+.

According to the source code of BSP[1], variants differ by the last byte of the first word of SID. 0x42 and 0x83 indicates H2+, 0x00 and 0x81 indicates H3, and 0x58 indicates H3D (a still unknown variant).

Documentation

Software

Original SDK

Devices

See also

Software

U-Boot

Allwinner

Mainline U-Boot

Starting with version 2016.01, the official mainline U-Boot has supported the H3 SoC and various boards with it. This is the recommended way of booting boards when not using BSP kernels.

U-Boot defconfigs still missing for these H3 boards:

* Orange Pi Mini 2 (as a workaround, please use orangepi_2 defconfig)
* Orange Pi Plus 2 (as a workaround, please use orangepi_plus defconfig)
* pcDuino4 Nano (as a workaround, please use orangepi_one defconfig)

Kernel code

Allwinner

Sunxi Community

The mainline Linux kernel supports the H3 SoC quite well. For a more comprehensive list of supported features, see the status matrix for mainline kernels.

Device tree configs still missing for these H3 boards:

* Orange Pi Mini 2 (as a workaround, please use sun8i-h3-orangepi-2.dtb)
* Orange Pi Plus 2 (as a workaround, please use sun8i-h3-orangepi-plus.dtb)
* pcDuino4 Nano (as a workaround, please use sun8i-h3-orangepi-one.dtb)

Pictures

External links

References