# plat-raspi **Repository Path**: wwf2023/plat-raspi ## Basic Information - **Project Name**: plat-raspi - **Description**: 本仓库用于将tenonos移植到raspi3b+平台 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2024-08-09 - **Last Updated**: 2024-08-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # raspi Raspberry Pi 3B+ platform ## 配置文件 通过make menuconfig选择以下配置 - Architecture Selection --> Architecture --> select: Arrmv8 compatible (64 bits) - Architecture Selection --> Target Processor --> select: Cortex A53 - Platform Configuration --> select: Raspberry Pi 3B+ 编译成功后会生成kernel8.img镜像文件,将该文件和bsp库[raspberry-pi-3b+/bootloaders][bootfiles]目录下所有文件一同赋值到SD卡中,从SD卡启动树莓派即可。 [bootfiles]: https://gitee.com/tenonos/board-support-package/tree/master/raspberry-pi-3b+/bootloaders