You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2.4 KiB

概述

Raspberry Pi 简介

本实验的目标是将 Rust OS 移植到 Raspberry Pi 3 Model B+ 上。Raspberry Pi 3B+ 的主要硬件参数如下:

Raspberry Pi 3B+
指令集 ARMv8-A 64 bit
片上系统(SoC) Broadcom BCM2837B0
处理器(CPU) 4 x Cortex-A53 1.4Ghz
图形处理器(GPU) Broadcom VideoCore IV
内存 1GB (与 GPU 共享)

AArch64 简介

官方文档

其他参考