igkboard-rk3568 SDK编译系统,该项目测试开发环境为Ubuntu-22.04。
android@ubuntu22:/work/build-rockchip$ tree -L 2
.
├── android_sdk // Android13编译目录及编译脚本
│ ├── build.sh // Android13编译脚本
│ └── patches // Android13修改补丁文件、第三方库和firmware文件
├── config.json // 编译的配置文件
├── documents // 开发文档
│ ├── 4g // 4G模块相关文档
│ ├── docs // 开发人员编写的 RK3568 开发文档
│ ├── edp_mipi // eDP MIPI LCD 相关文档
│ ├── lvds // LVDS LCD 相关文档
│ └── schematic // RK3568 开发板原理图
├── linux_sdk // Linux-5.10编译目录及编译脚本
│ ├── build.sh // linux-5.10编译脚本
│ └── patches // linux-5.10修改补丁文件
├── mcu_sdk // MCU相关源码
│ ├── gd32f103_adc // 使用gd32f103 mcu实现adc采样电压和电流的源码
│ └── stm8s003f3_edp // 使用stm8s003f3 mcu实现mipi转edp信号的源码
└── README.md //本项目介绍文档
使用下面命令,一键解压、打补丁、编译并制作系统烧录镜像文件
Linux 编译
android@ubuntu22:/work/build-rockchip/linux_sdk$ ./build.sh
android 编译
android@ubuntu22:/work/build-rockchip/android_sdk$ ./build.sh
编译生成的文件将放到相应sdk顶层目录的 rockdev文件夹下。
Linux 编译产物
android@ubuntu22:~/rk3568/sdkv1.4.0_linux5.10/rockdev$ ls
boot.img linux-headers.tar MiniLoaderAll.bin misc.img oem.img parameter.txt recovery.img rootfs.img uboot.img update.img userdata.img
android 编译产物
android@ubuntu22:~/rk3568/android13/rockdev/Image-rk3568_t$ ls
baseparameter.img boot.img dtbo.img misc.img pcba_small_misc.img recovery.img super.img update.img
boot-debug.img config.cfg MiniLoaderAll.bin parameter.txt pcba_whole_misc.img resource.img uboot.img vbmeta.img
![]() |
README | 2 KB | view | edit | raw | blame | history |
![]() |
app_sdk/app_src/app/src/main/cpp/CMakeLists | 1 KB | view | edit | raw | blame | history |
![]() |
documents/docs/RK3568_Android_SDK开发文档/RK3568_Android_SDK开发文档 | 44 KB | view | edit | raw | blame | history |
![]() |
documents/docs/RK3568_Android开发入门文档/RK3568_Android开发入门文档 | 21 KB | view | edit | raw | blame | history |
![]() |
documents/docs/RK3568_Android测试文档/RK3568_Android测试 | 14 KB | view | edit | raw | blame | history |
![]() |
documents/docs/RK3568_Linux_SDK开发文档/RK3568_Linux_SDK开发文档 | 44 KB | view | edit | raw | blame | history |
![]() |
documents/docs/RV1106_Linux_SDK开发文档/RV1106_Linux_SDK开发文档 | 14 KB | view | edit | raw | blame | history |
![]() |
mcu_sdk/stm8s003f3_edp/docs/README | 1 KB | view | edit | raw | blame | history |
![]() |
tools/Rockchip-DDR-test-tool/Rockchip_DDR_Test_Tools | 943 b | view | edit | raw | blame | history |