> For the complete documentation index, see [llms.txt](https://bananapi.gitbook.io/bpi-m1/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-m1/zh/bpi-m1hardware.md).

# BPI-M1 硬件设计

![](/files/-M2HXFSJCYYuvwriCORH)

BIP-M1 有26 Pin 的扩展接口和+

BPI-M1+ 有40Pin 的扩展接口以及板载2.4G Wifi模块

![](/files/-M2HXFSLaKlLWHMOU0K-)

处理器：全志A20 双核处理器

内存：1Gbyte LDDR3 内存

网络：千兆网口以及Wifi模块

HDMI：标准HDMI接口

SATA接口：支持（供电可以从板上取5V供电，3.5英寸硬盘需要外接电源供电）

AV接口：BPI-M1板卡支持（BPI-M1+及以上版本已经取消AV接口）

USB接口：2个标准USB接口以及一个OTG接口

按键：POWER电源按键 & RESET复位按钮

音频：板载3.5mm 3线耳机接口


---

# 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-m1/zh/bpi-m1hardware.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.
