# plat-rk3568 **Repository Path**: tenonos/plat-rk3568 ## Basic Information - **Project Name**: plat-rk3568 - **Description**: 本仓库用于将TenonOS移植到rk3568平台 - **Primary Language**: C - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 4 - **Created**: 2024-06-12 - **Last Updated**: 2025-07-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: Plat ## README RK3568 平台 为正常编译一个将在rk3568上运行的应用程序,请在make菜单中选择/取消选择以下选项: Architecture Selection --> Architecture --> select: Arrmv8 compatible (64 bits) Architecture Selection --> Processor Optimization --> select: Generic Armv8 Cortex A55 Architecture Selection --> deselect: Workaround for Cortex-A73 erratum Platform Configuration --> select: RK3568 Build Options --> select: Drop unused functions and data 编译完成后,在build路径下,可得到内核镜像kernel.img,后续该镜像可用于与设备树文件打包生成FIT镜像boot.img。