# Raspberry Pi 树莓派中文文档翻译项目

本文档是 [Raspberry Pi Documentation](https://www.raspberrypi.com/documentation/) 的简体中文翻译版本。

本项目开源地址：<https://github.com/taophilosophy/rpicn>

[**点击此处可浏览目录**](/mu-lu.md)

> **警告**
>
> **当前正在施工，具体进度请参考**[**编辑日志**](/qian-yan/changelog.md)**。**

## PDF 文档

> **PDF 文档**
>
> * 使用由 [safreya](https://github.com/safreya) 提供的脚本：
>
> > <https://github.com/FreeBSD-Ask/gitbook-pdf-export>
> >
> > 可用于导出本书的 PDF 文档。该脚本使用 Python 3 编写，仅在 Windows 10、FreeBSD 14 上测试过。
> >
> > 具体使用方法见该项目的 README。

## 关于我们

本项目由 FreeBSD 中文社区发起。

如有问题请 PR 或 Issue。

* 微信公众号: rpicn2025 （扫码关注）

![](/files/Zp6fnGAKNtFC5vS9wveu)

## 版本说明

目前已校对章节指向 2024.9.8 的[树莓派官方文档](https://raspberrypi.com/documentation)。

其他内容的版本指向 [2024.9.8](https://github.com/raspberrypi/documentation/commit/1b7709fea907aed7af8950f936ccfd1b82a29edd) 的[树莓派官方文档](https://raspberrypi.com/documentation)。

## 更新需求请看贡献指南文件

## 版权说明

[树莓派官方文档](https://raspberrypi.com/documentation)使用 [Creative Commons Attribution-ShareAlike 4.0 International](http://creativecommons.org/licenses/by-sa/4.0/)（CC BY-SA 4.0，署名-相同方式共享 4.0 国际）授权。非常抱歉，根据协议要求，本项目也只能使用 [Creative Commons Attribution-ShareAlike 4.0 International](http://creativecommons.org/licenses/by-sa/4.0/)（CC BY-SA 4.0，署名-相同方式共享 4.0 国际）及兼容的协议（兼容协议要求与该协议基本相同）进行授权。该协议要求您：

* 您必须给出适当的署名 ，提供指向本许可协议的链接，同时标明是否（对原始作品）作了修改。树莓派官方英文文档项目位于 <https://github.com/raspberrypi/documentation>。**我们特别授予所有人免于对本项目进行署名及链接的权利。但是您仍然需要遵守**[**树莓派文档项目**](https://github.com/raspberrypi/documentation)**本身的许可协议。**
* 相同方式共享 — 如果您再混合、转换或者基于本作品进行创作，您必须基于与原先许可协议相同的许可协议分发您贡献的作品。

> Raspberry Pi documentation is copyright © 2012-2024 Raspberry Pi Ltd and is licensed under a Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA) licence.
>
> Some content originates from the eLinux wiki, and is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported licence.
>
> The terms HDMI, HDMI High-Definition Multimedia Interface, HDMI trade dress and the HDMI Logos are trademarks or registered trademarks of HDMI Licensing Administrator, Inc


---

# Agent Instructions: 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:

```
GET https://rpicn.bsdcn.org/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
