[OpenWrt-Devel] [patch v1 10/11] at91: create fit image
Sandeep Sheriker M
sandeep.sheriker at microchip.com
Mon Jun 3 11:50:49 EDT 2019
create fit image & add fit image to sdcard image.
Signed-off-by: Sandeep Sheriker M <sandeep.sheriker at microchip.com>
---
target/linux/at91/image/Makefile | 2 ++
target/linux/at91/image/sama5.mk | 8 +++-----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/target/linux/at91/image/Makefile b/target/linux/at91/image/Makefile
index 3b01d42..adb7c6d 100644
--- a/target/linux/at91/image/Makefile
+++ b/target/linux/at91/image/Makefile
@@ -63,6 +63,8 @@ define Device/evaluation-dtb
$(Device/evaluation-zImage)
IMAGES += dtb
IMAGE/dtb := install-dtb
+ KERNEL_SUFFIX := -fit-zImage.itb
+ KERNEL := kernel-bin | gzip | fit gzip $$(DTS_DIR)/$$(DEVICE_DTS).dtb
endef
define Device/evaluation-fit
diff --git a/target/linux/at91/image/sama5.mk b/target/linux/at91/image/sama5.mk
index bce89a0..ed01787 100644
--- a/target/linux/at91/image/sama5.mk
+++ b/target/linux/at91/image/sama5.mk
@@ -11,11 +11,9 @@ define Build/at91-sdcard
rm -f $@.boot
mkfs.fat -C $@.boot $(FAT32_BLOCKS)
- mcopy -i $@.boot $(KDIR)/zImage ::zImage
-
- $(foreach dts,$(DEVICE_DTS), \
- mcopy -i $@.boot $(DTS_DIR)/$(dts).dtb \
- ::$(dts).dtb)
+ mcopy -i $@.boot \
+ $(KDIR)/$(DEVICE_NAME)-fit-zImage.itb \
+ ::$(DEVICE_NAME:at91-%=%)-fit.itb
mcopy -i $@.boot \
$(BIN_DIR)/u-boot-$(DEVICE_NAME:at91-%=%)_mmc*/u-boot.bin \
--
2.7.4
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list