# raspberrypi **Repository Path**: ownery/raspberrypi ## Basic Information - **Project Name**: raspberrypi - **Description**: It provides scripts for building openEuler image on Raspberry Pi and documents - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 44 - **Created**: 2023-10-08 - **Last Updated**: 2023-10-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # raspberrypi English | [简体中文](./README.md) This repository is main repository of openEuler RaspberryPi SIG, and provides scripts for building openEuler image for Raspberry Pi and related documents. In addition, RaspberryPi SIG also aims to migrate openEuler to other SoCs, such as [Rockchip](https://gitee.com/openeuler/rockchip) and [Allwinner](https://gitee.com/openeuler/allwinner-kernel). - [raspberrypi](#raspberrypi) - [To Do List](#to-do-list) - [How to collaborate](#how-to-collaborate) - [File description](#file-description) - [How to download latest image](#how-to-download-latest-image) - [How to Use image](#how-to-use-image) - [How to build image locally](#how-to-build-image-locally) - [Prepare the environment](#prepare-the-environment) - [Run the scripts to build image](#run-the-scripts-to-build-image) - [Quickly Build without kernel compilation(Recommended)](#quickly-build-without-kernel-compilationrecommended) - [Build with kernel compilation](#build-with-kernel-compilation) - [Build on host](#build-on-host) - [Build in a Docker container](#build-in-a-docker-container) ## To Do List 1. Raspberry Pi 1. [Migrate openEuler 22.09 to Raspberry Pi](https://gitee.com/openeuler/raspberrypi/issues/I5CHUF) 2. [Migrate openEuler to Raspberry Pi CM4](https://gitee.com/openeuler/raspberrypi/issues/I5CHSV) 2. Rockchip 1. [Migrate openEuler 22.09 to RK3399 SoCs](https://gitee.com/openeuler/rockchip/issues/I5CHNJ) 2. [Migrate openEuler 22.03 LTS (Next) to Rockchip SoCs](https://gitee.com/openeuler/rockchip/issues/I5CHO9) 3. [Migrate openEuler 22.03 LTS (Next) to ITX-3588J SoCs](https://gitee.com/openeuler/rockchip-kernel/issues/I5XTK1) 3. Allwinner 1. [Migrate openEuler 5.10 kernel to Allwinner SoCs](https://gitee.com/openeuler/allwinner-kernel/issues/I5CHOF) ## How to collaborate You can get introduction of openEuler RaspberryPi SIG from [sig-RaspberryPi](https://gitee.com/openeuler/community/tree/master/sig/sig-RaspberryPi). - Issues: welcome to collaborate with us by creating new issues or reply opened issues. You can get repository list from [sig-RaspberryPi](https://gitee.com/openeuler/community/tree/master/sig/sig-RaspberryPi). - Join Slack workspace: [openeuler-raspberrypi](https://openeuler-raspberrypi.slack.com) - [Invite link](https://join.slack.com/t/openeuler-raspberrypi/shared_invite/zt-uh95ug4n-yX7a~c7VrTEU64tZlX3Djw) - Weekly meeting schedule - Meeting Time: The 1st and 3rd Wednesday of each month, 17:00 - 17:30 UTC+8. - Meeting Link: There are two methods to get the meeting link which will be updated before each meeting. - Log in to the [openEuler Community](https://openeuler.org/) website, then view the booking information of `sig-RaspberryPi例会` in the meeting calendar. - Search `openEuler` in mini programs of WeChat, add `openEuler mini program`. Then click `会议` and view the booking information of `sig-RaspberryPi例会`. - [Meeting Agenda](https://etherpad.openeuler.org/p/sig-RaspberryPi-meetings) - [Meeting Minutes](https://gitee.com/openeuler/raspberrypi/issues/I1EYZ6) - Warmly welcome to submit Pull Requests. ## File description > **NOTE: ** >- Recommendation: use the openEuler-RaspberryPi images provided in the chapter [How to download latest image](#how-to-download-latest-image) of this documentation. >- If you need to customize the image, please refer to [Building openEuler image for Raspberry Pi](documents/openEuler镜像的构建.md) and [Cross-compile the kernel](documents/交叉编译内核.md). - [documents](./documents/): - [Install openEuler on an SD card](documents/刷写镜像.md) - [How to use Raspberry Pi](documents/树莓派使用.md) - [Building openEuler image for Raspberry Pi](documents/openEuler镜像的构建.md) - [Cross-compile the kernel](documents/交叉编译内核.md) - [Emulate Raspberry Pi with QEMU](documents/QEMU启动树莓派.md) - [openEuler 20.03 LTS SP2 alpha version ChangeLog](documents/changelog/changelog-20.03-LTS-SP2.en.md) - [openEuler 20.03 LTS SP2 alpha version (UKUI desktop environment and Chinese input method) ChangeLog](documents/changelog/changelog-20.03-LTS-SP2-UKUI.en.md) - [openEuler 20.03 LTS SP2 alpha version (DDE desktop environment and Chinese input method) ChangeLog](documents/changelog/changelog-20.03-LTS-SP2-DDE.en.md) - [openEuler 20.03 LTS SP2 alpha version (Xfce desktop environment and Chinese input method) ChangeLog](documents/changelog/changelog-20.03-LTS-SP2-Xfce.en.md) - [openEuler 21.09 alpha version ChangeLog](documents/changelog/changelog-21.09.en.md) - [openEuler 21.09 alpha version (UKUI desktop and Chinese input method) ChangeLog](documents/changelog/changelog-21.09-UKUI.en.md) - [openEuler 21.09 alpha version (DDE desktop and Chinese input method) ChangeLog](documents/changelog/changelog-21.09-DDE.en.md) - [openEuler 21.09 alpha version (Xfce desktop and Chinese input method) ChangeLog](documents/changelog/changelog-21.09-Xfce.en.md) - [openEuler 21.09 alpha version (LXDE desktop and Chinese input method) ChangeLog](documents/changelog/changelog-21.09-LXDE.en.md) - [scripts](./scripts): Script for building openEuler image for Raspberry Pi - [Quickly Build (without kernel compilation)](scripts/build-image.sh) - [Build on host (with kernel compilation)](scripts/build-image-common.sh) - [Build in a Docker container (with kernel compilation)](scripts/build-image-docker.sh) ## How to download latest image Basic information of the image is as follows. [more images](documents/images.en.md)