Fail in the last step

Hello everyone!
I used openwrt-18.06 branch from the Openwrt source-code on Github. In this project, I customed the LuCI web interface, only LuCI web interface. When I build this source, some problems (I will show below) appear in the last step. I think these problems cause the uncompleted creating the image.
Content from my console

Warning (unit_address_vs_reg): Node /soc has a reg or ranges property, but no unit name
Warning (unit_address_vs_reg): Node /soc/gpiomem has a reg or ranges property, but no unit name
Warning (unit_address_vs_reg): Node /soc/vchiq has a reg or ranges property, but no unit name
Warning (unit_address_vs_reg): Node /soc/local_intc has a reg or ranges property, but no unit name
Warning (unit_address_vs_reg): Node /memory has a reg or ranges property, but no unit name
rm -f /home/nhan/WebUI/customluci/openwrt/build_dir/target-aarch64_cortex-a53_musl/linux-brcm2708_bcm2710/image-bcm2710-rpi-3-b-plus.dtb.tmp
mkdir -p /home/nhan/WebUI/customluci/openwrt/bin/targets/brcm2708/bcm2710 /home/nhan/WebUI/customluci/openwrt/build_dir/target-aarch64_cortex-a53_musl/linux-brcm2708_bcm2710/tmp
/home/nhan/WebUI/customluci/openwrt/staging_dir/host/bin/make_ext4fs -l 5368709120 -b 4096 -m 0 -J -T 1567508100 /home/nhan/WebUI/customluci/openwrt/build_dir/target-aarch64_cortex-a53_musl/linux-brcm2708_bcm2710/root.ext4 /home/nhan/WebUI/customluci/openwrt/build_dir/target-aarch64_cortex-a53_musl/root-brcm2708/
Creating filesystem with parameters:
    Size: 5368709120
    Block size: 4096
    Blocks per group: 32768
    Inodes per group: 8192
    Inode size: 256
    Journal blocks: 0
    Label:
    Blocks: 1310720
    Block groups: 40
    Reserved blocks: 0
    Reserved block group size: 319
Created filesystem with 1506/327680 inodes and 27489/1310720 blocks
rm -f /home/nhan/WebUI/customluci/openwrt/build_dir/target-aarch64_cortex-a53_musl/linux-brcm2708_bcm2710/rpi-3-kernel.bin
cp /home/nhan/WebUI/customluci/openwrt/build_dir/target-aarch64_cortex-a53_musl/linux-brcm2708_bcm2710/vmlinux /home/nhan/WebUI/customluci/openwrt/build_dir/target-aarch64_cortex-a53_musl/linux-brcm2708_bcm2710/rpi-3-kernel.bin
perl /home/nhan/WebUI/customluci/openwrt/build_dir/target-aarch64_cortex-a53_musl/linux-brcm2708_bcm2710/linux-4.9.190/scripts/mkknlimg /home/nhan/WebUI/customluci/openwrt/build_dir/target-aarch64_cortex-a53_musl/linux-brcm2708_bcm2710/rpi-3-kernel.bin /home/nhan/WebUI/customluci/openwrt/build_dir/target-aarch64_cortex-a53_musl/linux-brcm2708_bcm2710/rpi-3-kernel.bin.tmp
Version: Linux version 4.9.190 (nhan@ubuntu16) (gcc version 7.3.0 (OpenWrt GCC 7.3.0 r7853-f6de1fa) ) #0 SMP Tue Sep 3 10:55:00 2019
DT: y
DDT: y
270x: n
283x: n
mv /home/nhan/WebUI/customluci/openwrt/build_dir/target-aarch64_cortex-a53_musl/linux-brcm2708_bcm2710/rpi-3-kernel.bin.tmp /home/nhan/WebUI/customluci/openwrt/build_dir/target-aarch64_cortex-a53_musl/linux-brcm2708_bcm2710/rpi-3-kernel.bin
[ -f /home/nhan/WebUI/customluci/openwrt/build_dir/target-aarch64_cortex-a53_musl/linux-brcm2708_bcm2710/rpi-3-kernel.bin -a -f /home/nhan/WebUI/customluci/openwrt/build_dir/target-aarch64_cortex-a53_musl/linux-brcm2708_bcm2710/root.ext4 ]
rm -f /home/nhan/WebUI/customluci/openwrt/build_dir/target-aarch64_cortex-a53_musl/linux-brcm2708_bcm2710/tmp/openwrt-brcm2708-bcm2710-rpi-3-ext4-factory.img.gz.boot
mkfs.fat -C /home/nhan/WebUI/customluci/openwrt/build_dir/target-aarch64_cortex-a53_musl/linux-brcm2708_bcm2710/tmp/openwrt-brcm2708-bcm2710-rpi-3-ext4-factory.img.gz.boot 2097152
mkfs.fat 4.1 (2017-01-24)
mcopy -i /home/nhan/WebUI/customluci/openwrt/build_dir/target-aarch64_cortex-a53_musl/linux-brcm2708_bcm2710/tmp/openwrt-brcm2708-bcm2710-rpi-3-ext4-factory.img.gz.boot /home/nhan/WebUI/customluci/openwrt/build_dir/target-aarch64_cortex-a53_musl/linux-brcm2708_bcm2710/COPYING.linux ::
Total number of sectors (4194304) not a multiple of sectors per track (63)!
Add mtools_skip_check=1 to your .mtoolsrc file to skip this test
Makefile:85: recipe for target '/home/nhan/WebUI/customluci/openwrt/build_dir/target-aarch64_cortex-a53_musl/linux-brcm2708_bcm2710/tmp/openwrt-brcm2708-bcm2710-rpi-3-ext4-factory.img.gz' failed
make[5]: *** [/home/nhan/WebUI/customluci/openwrt/build_dir/target-aarch64_cortex-a53_musl/linux-brcm2708_bcm2710/tmp/openwrt-brcm2708-bcm2710-rpi-3-ext4-factory.img.gz] Error 1
make[5]: Leaving directory '/home/nhan/WebUI/customluci/openwrt/target/linux/brcm2708/image'
Makefile:35: recipe for target 'install' failed
make[4]: *** [install] Error 2

This's my file .config " https://drive.google.com/drive/folders/14kaq--iZJ3y2HxANUB5rlsuMmzK3qM0H?usp=sharing "

Thank in advance,
Nhanlee97

echo mtools_skip_check=1 > ~/.mtoolsrc
lsblk -no NAME,UUID,FSTYPE $(df -P /home/nhan/WebUI/customluci/openwrt/ | awk 'END{print $1}')
1 Like