报错
binman: Node '/binman/u-boot-img': Entry contents size is 0xa6fb1 (683953) but entry size is 0x76000 (483328)
Makefile:1148: recipe for target 'u-boot-sunxi-with-spl.bin' failed
make: *** [u-boot-sunxi-with-spl.bin] Error 1解决
make ARCH=arm menuconfig
Environment  ---> 
      Select the location of the environment (Environment in an MMC│
      (0xf0000) Environment Offset                                       
      (0x8000) Environment Size  结果
  OBJCOPY spl/u-boot-spl-nodtb.bin
  COPY    spl/u-boot-spl.bin
  MKSUNXI spl/sunxi-spl.bin
  BINMAN  u-boot-sunxi-with-spl.bin 正常

离线