ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
>[danger] 注意,由于rootfs编译时间非常久,和网络速度以及电脑处理器有关系,基本要2个小时,所以我们打包的这个系统工程中,是已经编译过了的,大家不要进行clean操作(不要运行make clean更不要运行make distclean)。 在工程项目目录下运行: ``` export TARGET_OUTPUT_DIR=/home/lucker/workspace/Embedded_kits_rk3308/buildroot/output/rockchip_rk3308_release ``` ![](https://img.kancloud.cn/8b/31/8b3194e710f273b46ad49f4ed582fcaa_832x92.png) ### 接着输入make进行编译: ![](https://img.kancloud.cn/44/a2/44a24ce394407b5e96a67cc71e280eef_832x104.png) ### 编译成功: ![](https://img.kancloud.cn/f7/bd/f7bd5c8a400d9041ac800556203e674d_832x60.png) ### 编译成功后,在目录buildroot/output/rockchip\_rk3308\_release/images下可以看到编译出来的固件,我们用的类型是squashfs: ![](https://img.kancloud.cn/19/78/1978487bf6ca1333efcd07a858abe45d_832x88.png) ### 把这个文件重命名为rootfs.img即可(注意路径): ![](https://img.kancloud.cn/6f/d1/6fd16b3ee57013a6500b12d40eb7ea04_832x62.png)