IMX6ULL 编译Buildroot_2020.02.x 失败

/home/wz/Imx6ullSDK/Imx6ullSDK/100ask_imx6ull-sdk/Buildroot_2020.02.x/output/images/rootfs.tar.bz2

Executing post-image script support/scripts/genimage.sh
board/100ask/nxp-imx6ull/genimage.cfg:28: no sub-section title/index for 'config’
INFO: cmd: “mkdir -p “/home/wz/Imx6ullSDK/Imx6ullSDK/100ask_imx6ull-sdk/Buildroot_2020.02.x/output/build/genimage.tmp”” (stderr):
INFO: cmd: “rm -rf “/home/wz/Imx6ullSDK/Imx6ullSDK/100ask_imx6ull-sdk/Buildroot_2020.02.x/output/build/genimage.tmp”/*” (stderr):
INFO: cmd: “mkdir -p “/home/wz/Imx6ullSDK/Imx6ullSDK/100ask_imx6ull-sdk/Buildroot_2020.02.x/output/build/genimage.tmp”” (stderr):
INFO: cmd: “cp -a “/tmp/tmp.ZF6OfeRLwY” “/home/wz/Imx6ullSDK/Imx6ullSDK/100ask_imx6ull-sdk/Buildroot_2020.02.x/output/build/genimage.tmp/root”” (stderr):
INFO: cmd: “find ‘/home/wz/Imx6ullSDK/Imx6ullSDK/100ask_imx6ull-sdk/Buildroot_2020.02.x/output/build/genimage.tmp/root’ -depth -type d -printf ‘%P\0’ | xargs -0 -I {} touch -r ‘/tmp/tmp.ZF6OfeRLwY/{}’ ‘/home/wz/Imx6ullSDK/Imx6ullSDK/100ask_imx6ull-sdk/Buildroot_2020.02.x/output/build/genimage.tmp/root/{}’” (stderr):
INFO: cmd: “mkdir -p “/home/wz/Imx6ullSDK/Imx6ullSDK/100ask_imx6ull-sdk/Buildroot_2020.02.x/output/images”” (stderr):
INFO: hdimage(100ask-imx6ull-pro-512d-systemv-v1.img): adding partition ‘u-boot’ from ‘u-boot-dtb.imx’ …
ERROR: hdimage(100ask-imx6ull-pro-512d-systemv-v1.img): fiemap /home/wz/Imx6ullSDK/Imx6ullSDK/100ask_imx6ull-sdk/Buildroot_2020.02.x/output/images/u-boot-dtb.imx: 25 Inappropriate ioctl for device
ERROR: hdimage(100ask-imx6ull-pro-512d-systemv-v1.img): failed to write image partition ‘u-boot’
INFO: hdimage(100ask-imx6ull-pro-512d-systemv-v1.img): cmd: “rm -f “/home/wz/Imx6ullSDK/Imx6ullSDK/100ask_imx6ull-sdk/Buildroot_2020.02.x/output/images/100ask-imx6ull-pro-512d-systemv-v1.img”” (stderr):
ERROR: hdimage(100ask-imx6ull-pro-512d-systemv-v1.img): failed to generate 100ask-imx6ull-pro-512d-systemv-v1.img
Makefile:827: recipe for target ‘target-post-image’ failed
make[1]: *** [target-post-image] Error 1
Makefile:84: recipe for target ‘_all’ failed
make: *** [_all] Error 2

从上述来看是:genimage.cfg是这个配置出现问题了,有解决的办法嘛。
开发环境是WSL Ubantu18.04 ,已经配置好了文件
100ask_imx6ull-sdk/DevelopmentEnvConf/执行了Configuring_ubuntu.sh

建议进入 Buildroot_2020.02.x 目录后,用以下命令来查看文件是否有修改

# 命令
git status .