RK3288 编译不过遇到的问题
生活随笔
收集整理的這篇文章主要介紹了
RK3288 编译不过遇到的问题
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
配置ssh鏈接后sync 一下 執行命令repo sync -j2把源碼拉下來后編譯遇到一些問題
mkdir rk3288_Android_7.0 cd rk3288_Android_7.0 repo sync -j2**## build
- 1)u-boot build**
編譯后所看到 的log信息如下
CLEAN examples/standaloneCLEAN toolsCLEAN tools/lib tools/commonCLEAN u-boot.lds include/bmp_logo.h include/bmp_logo_data.h#### make completed successfully (4 seconds) ####HOSTCC scripts/basic/fixdepHOSTCC scripts/kconfig/conf.oHOSTCC scripts/kconfig/zconf.tab.oHOSTLD scripts/kconfig/conf # # configuration written to .config ##### make completed successfully (4 seconds) ####****************************** * Make AArch32 Uboot * ****************************** scripts/kconfig/conf --silentoldconfig Kconfig ./tools/boot_merger................./tools/rk_tools/RKBOOT/RK3288MINIALL.ini out:rk3288_loader_v1.06.236.bin fix opt:rk3288_loader_v1.06.236.bin merge success(rk3288_loader_v1.06.236.bin) ./tools/loaderimage --pack --trustos tools/rk_tools/bin/rk32/rk3288_tee_ta_v1.33.bin trust.imgload addr is 0x8400000! pack input tools/rk_tools/bin/rk32/rk3288_tee_ta_v1.33.bin pack file size: 619356 crc = 0xd6e26d7c pack trust.img success! ./tools/loaderimage --pack --uboot u-boot.bin uboot.imgload addr is 0x0! pack input u-boot.bin pack file size: 672872 crc = 0xc436d8ae pack uboot.img success!pack uboot.img success! 這句話表示uboot編譯成功!!
- 2)kernel build
發現編譯不過出現
/bin/sh: 1: lzop: not found解決方案如下:
sudo apt-get install lzop //提前把這個安裝上。編譯成功log信息如下:
Pack to resource.img successed!Image: resource.img (with rk3288-evb-act8846.dtb logo.bmp logo_kernel.bmp) is readyImage: boot.img (with Image resource.img) is readyImage: zboot.img (with zImage resource.img) is ready#### make completed successfully (02:52 (mm:ss)) ####- 3)android build
總結
以上是生活随笔為你收集整理的RK3288 编译不过遇到的问题的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 这个截图神器,能轻松碾压QQ和微信。。。
- 下一篇: debian配置JDK环境变量