> For the complete documentation index, see [llms.txt](https://bananapi.gitbook.io/bpi-m2-ultra-open-source-single-board-computer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bananapi.gitbook.io/bpi-m2-ultra-open-source-single-board-computer/chapter1/bpi-m2ultrahardwarespec.md).

# BPI-M2 Ultra hardware spec

**Hardware Specification of Banana pi BPI-M2 Ultra**

| Soc              | Allwinner R40                                                                                                                                                                                                                                                                      |
| ---------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| CPU              | quad-core cortex -A7,the most power efficient CPU core ARM's ever development                                                                                                                                                                                                      |
| GPU              | dual-core MALI-400 MP2 and runs at 500MHz, capable of 1.1 Gpixel/s throughput. Graphics capabilities are slightly higher than the original Xbox’s level of performance. The GPU provides OpenGL ES 2.0, hardware-accelerated OpenVG, 1080p45 H.264 high-profile encode and decode. |
| SDRAM            | 2GB DDR3 with 733MHz(shared with GPU)                                                                                                                                                                                                                                              |
| SATA             | suppoort SATA interface                                                                                                                                                                                                                                                            |
| GPIO             | 40 Pins Header, 28×GPIO, some of which can be used for specific functions including UART, I2C, SPI, PWM, I2S.                                                                                                                                                                      |
| On board Network | 10/100/1000Mbps Ethernet (Realtek RTL8211E/D)                                                                                                                                                                                                                                      |
| Wifi Module      | WiFi 802.11 b/g/n (AP 6212 module on board)                                                                                                                                                                                                                                        |
| Bluetooth        | BT4.0                                                                                                                                                                                                                                                                              |
| On board Storage | MicroSD (TF) card, eMMC 8G on board (option：16/32/64G)                                                                                                                                                                                                                             |
| Display          | 4-lane MIPI DSI display,or RGB panel or LVDS panel,TV-out on HDMI V1.4                                                                                                                                                                                                             |
| Video            | Multi-format FHD video decoding, including Mpeg1/2, Mpeg4, H.263, H.264, etc H.264 decode up to 1080P60,support video encodeing:High-deinition(HD)H.264 video encoder is up to 1080P\@45fps                                                                                        |
| Audio outputs    | HDMI, analog audio (via 3.5 mm TRRS jack), I2S audio (also potentially for audio input)                                                                                                                                                                                            |
| Camera           | A CSI input connector Camera:Supports 8-bit YUV422 CMOS sensor interface,Supports CCIR656 protocol for NTSC and PAL,Supports 5M pixel camera sensor ,Supports video capture solution up to 1080p\@30fps                                                                            |
| Audio input      | On board microphone                                                                                                                                                                                                                                                                |
| USB              | 3 USB 2.0 host, 1 USB 2.0 OTG                                                                                                                                                                                                                                                      |
| Buttons          | Reset button, Power button, U-boot button                                                                                                                                                                                                                                          |
| Leds             | Power status Led and RJ45 Led                                                                                                                                                                                                                                                      |
| IR               | on board IR receiver                                                                                                                                                                                                                                                               |
| DC Power         | 5V/2A with DC port                                                                                                                                                                                                                                                                 |
| battery          | 3.7V lithium battery power support                                                                                                                                                                                                                                                 |
| Sizes            | 92mm×60mm                                                                                                                                                                                                                                                                          |
| Weight           | 45g                                                                                                                                                                                                                                                                                |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://bananapi.gitbook.io/bpi-m2-ultra-open-source-single-board-computer/chapter1/bpi-m2ultrahardwarespec.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
