Boot.scr: No such file or directory

I have Mele A1000 android tv box - it successfully starting cubieboard images, but when i cloned cubi section and rename to mele in openwrt/target/linux/sunxi/image/cortexa8.mk

define Device/mele_a10-a1000
  DEVICE_VENDOR := Mele
  DEVICE_MODEL := A1000
  DEVICE_PACKAGES:=kmod-ata-sunxi kmod-sun4i-emac kmod-rtc-sunxi
  SOC := sun4i
endef
TARGET_DEVICES += mele_a10-a1000

I can't build custom image with error

mkfs.fat /mnt/build/owrt_meele/openwrt/build_dir/target-arm_cortex-a8+vfpv3_musl_eabi/linux-sunxi_cortexa8/tmp/openwrt-sunxi-cortexa8-mele_a10-a1000-ext4-sdcard.img.gz.boot -C 20480
mkfs.fat 4.1 (2017-01-24)
mcopy -i /mnt/build/owrt_meele/openwrt/build_dir/target-arm_cortex-a8+vfpv3_musl_eabi/linux-sunxi_cortexa8/tmp/openwrt-sunxi-cortexa8-mele_a10-a1000-ext4-sdcard.img.gz.boot /mnt/build/owrt_meele/openwrt/staging_dir/target-arm_cortex-a8+vfpv3_musl_eabi/image/mele_a10-a1000-boot.scr ::boot.scr
/mnt/build/owrt_meele/openwrt/staging_dir/target-arm_cortex-a8+vfpv3_musl_eabi/image/mele_a10-a1000-boot.scr: No such file or directory
make[5]: *** [Makefile:46: /mnt/build/owrt_meele/openwrt/build_dir/target-arm_cortex-a8+vfpv3_musl_eabi/linux-sunxi_cortexa8/tmp/openwrt-sunxi-cortexa8-mele_a10-a1000-ext4-sdcard.img.gz] Error 1
1 Like

I edit uboot-sunxi makefile, add

define U-Boot/Mele_A1000
  BUILD_SUBTARGET:=cortexa8
  NAME:=Mele A1000
  BUILD_DEVICES:=mele_a10-a1000
endef

But i continue see error No such file or directory

1 Like

I have a similar confusion, do you have the answer?

no, but you can make\use cubieboard images and custom u-boot from mainline sources and you will see name your hardware