From 4c58be8dfa8e2286c66f591491b84fe60c6cd57d Mon Sep 17 00:00:00 2001 From: Michel Wohlert Date: Wed, 23 Jan 2019 22:45:34 +0100 Subject: [PATCH] resin-image.inc: add support for Orange Pi Zero device. This adds the possibility to build balenaOS for the Orange Pi Zero device. Changelog-entry: Add support for Orange Pi Zero --- .../recipes-core/images/resin-image.inc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/layers/meta-resin-allwinner/recipes-core/images/resin-image.inc b/layers/meta-resin-allwinner/recipes-core/images/resin-image.inc index d1d79ca..5742e5a 100644 --- a/layers/meta-resin-allwinner/recipes-core/images/resin-image.inc +++ b/layers/meta-resin-allwinner/recipes-core/images/resin-image.inc @@ -74,6 +74,25 @@ IMAGE_CMD_resinos-img_append_orange-pi-lite () { dd if=${DEPLOY_DIR_IMAGE}/u-boot-sunxi-with-spl.bin of=${RESIN_RAW_IMG} conv=notrunc seek=8 bs=1024 } + +# +# Orange Pi Zero +# + +IMAGE_FSTYPES_append_orange-pi-zero = " resinos-img" + +#Customize resinos-img +RESIN_IMAGE_BOOTLOADER_orange-pi-zero = "u-boot" +RESIN_BOOT_PARTITION_FILES_orange-pi-zero = " \ + ${KERNEL_IMAGETYPE}${KERNEL_INITRAMFS}-${MACHINE}.bin:/${KERNEL_IMAGETYPE} \ + uImage-sun8i-h2-plus-orangepi-zero.dtb:/dtb/sun8i-h2-plus-orangepi-zero.dtb \ + u-boot-sunxi-with-spl.bin: \ +" +IMAGE_CMD_resinos-img_append_orange-pi-zero () { + # Orange Pi Zero needs uboot written at a specific location + dd if=${DEPLOY_DIR_IMAGE}/u-boot-sunxi-with-spl.bin of=${RESIN_RAW_IMG} conv=notrunc seek=8 bs=1024 +} + # # nanopi-neo-air #