Luckfox Pico Pro Max编译SDK过程中的错误

  • 您好,原因可能是由于您之前编译其他导致最终打包超过限制,fastboot的镜像放在RAM中的设备树配置较为严格。
  • I just used the latest SDK version and I get a similar error message : /mnt/data/devel/embedded/LuckFox/SDK/luckfox-pico/output/out/fastboot/rv1106g-luckfox-pico-pro-max-fastboot.dtb
    comp = <kernel_c>;
    comp = <ramdisk_c>;
    load = <ramdisk_r>;
    /mnt/data/devel/embedded/LuckFox/SDK/luckfox-pico/output/out/sysdrv_out/pc/mk-fitimage.sh:error filesize of /mnt/data/devel/embedded/LuckFox/SDK/luckfox-pico/output/out/fastboot/rootfs_erofs.img go beyond the limit 0x1400000
    /mnt/data/devel/embedded/LuckFox/SDK/luckfox-pico/output/out/sysdrv_out/pc/mk-fitimage.sh:error please check kernel's dts ramdisk_r/ramdisk_c
    [build.sh:error] Running build_mkimg failed!
    [build.sh:error] exit code 1 from line 2308:
    ==> How to solve the problem ?

  • Make sure the SDK is completely cleaned or re-downloaded before compiling fastboot, as fastboot is particularly sensitive to partition sizes. Residual files from compiling other configurations may cause the partition to be larger than expected, preventing the firmware from being successfully packaged.