[U-Boot] evb-rk3328_defconfig: dtc: option requires an argument
Matwey V. Kornilov
matwey.kornilov at gmail.com
Wed Apr 24 19:34:05 UTC 2019
Hello,
I am building u-boot master as the following
make evb-rk3328_defconfig
make all
make u-boot.itb
What I see it the following error:
LD u-boot
OBJCOPY u-boot-nodtb.bin
start=$(aarch64-suse-linux-nm u-boot | grep __rel_dyn_start | cut -f 1
-d ' '); end=$(aarch64-suse-linux-nm u-boot | grep __rel_dyn_end | cut
-f 1 -d ' '); tools/relocate-rela u-boot-nodtb.bin 0x00200000 $start $end
MKIMAGE u-boot.itb
dtc: option requires an argument -- 'p'
Usage: dtc [options] <input file>
Options: -[qI:O:o:V:d:R:S:p:a:fb:i:H:sW:E:@Ahv]
-q, --quiet
[skipped]
-v, --version
Print version and exit
Error: unknown option
./tools/mkimage: Can't open 0x0.tmp: No such file or directory
make[1]: *** [/usr/src/u-boot/Makefile:1247: u-boot.itb] Error 255
My dtc version is 1.4.4
More information about the U-Boot
mailing list