Re: [OpenWrt-Devel] [PATCH 0/7] zynq: implement sdcard image support

2018-09-03 Thread Luis Araneda
Hi, On Mon, Sep 3, 2018 at 10:40 PM Luis Araneda wrote: > This series implements sdcard image support for the zynq target > [...] I forgot to mention that this series depends on a patch [1], which is waiting for review. [1] https://patchwork.ozlabs.org/patch/964806/ (zynq: rename zedboard with

[OpenWrt-Devel] [PATCH 7/7] zynq: add sdcard image support

2018-09-03 Thread Luis Araneda
Implement the generation of sdcard images with ext4 or squashfs + f2fs overlay, but only enable the latter automatically Additionally, add mkf2fs and e2fsprogs to default packages to manipulate ext4 and f2fs filesystems Finally, disable the automatic generation of initramfs and rootfs.tar.gz

[OpenWrt-Devel] [PATCH 6/7] zynq: enable kernel overlay and f2fs support

2018-09-03 Thread Luis Araneda
Select configs to enable build-in F2FS support and use the overlayfs provided by generic config Signed-off-by: Luis Araneda --- target/linux/zynq/config-4.14 | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/target/linux/zynq/config-4.14 b/target/linux/zynq/config-4.14

[OpenWrt-Devel] [PATCH 5/7] zynq: remove bootargs from kernel config

2018-09-03 Thread Luis Araneda
Use options from generic instead of target-specific, as the bootargs are now passed by the bootloader and can be device-specific Signed-off-by: Luis Araneda --- target/linux/zynq/config-4.14 | 2 -- 1 file changed, 2 deletions(-) diff --git a/target/linux/zynq/config-4.14

[OpenWrt-Devel] [PATCH 4/7] uboot-zynq: use a file to modify the default environment

2018-09-03 Thread Luis Araneda
Follow the strategy of other targets and create a default environment file, uEnv.txt, to configure the behavior of U-Boot. For now, use it to pass bootargs to the kernel Signed-off-by: Luis Araneda --- package/boot/uboot-zynq/Makefile | 2 ++

[OpenWrt-Devel] [PATCH 3/7] uboot-zynq: copy U-Boot images to STAGING_DIR

2018-09-03 Thread Luis Araneda
Create a directory inside STAGING_DIR and copy U-Boot output images, so they can be used later when creating the sdcard image Additionally, like others targets, override the default install method to avoid copying the images to bin directory Signed-off-by: Luis Araneda ---

[OpenWrt-Devel] [PATCH 2/7] uboot-zynq: automatically select the appropriate variant

2018-09-03 Thread Luis Araneda
Select the U-Boot variant automatically based on the current selected device, and hide the package from menuconfig Signed-off-by: Luis Araneda --- package/boot/uboot-zynq/Makefile | 5 + 1 file changed, 5 insertions(+) diff --git a/package/boot/uboot-zynq/Makefile

[OpenWrt-Devel] [PATCH 1/7] uboot-zynq: remove ZC706 board

2018-09-03 Thread Luis Araneda
The board was added when creating the target, but the corresponding device was never defined inside the target Signed-off-by: Luis Araneda --- package/boot/uboot-zynq/Makefile | 4 1 file changed, 4 deletions(-) diff --git a/package/boot/uboot-zynq/Makefile

[OpenWrt-Devel] [PATCH 0/7] zynq: implement sdcard image support

2018-09-03 Thread Luis Araneda
This series implements sdcard image support for the zynq target Some implementation details were copied from other targets. In particular, U-Boot's environment handling and the sdcard image generation script compile-tested: all zynq boards run-tested: zybo Z7 board with the following images: -

Re: [OpenWrt-Devel] lede-imagebuilder-17.01.5-ar71xx-generic.Linux-x86_64 fails to build image

2018-09-03 Thread Baptiste Jonglez
Hi, On 18-07-18, Mikael Bak wrote: > Hi, > > Image builder for 17.01.5 seems broken. > > It works well for 17.01.4 and 18.06.0-rc1 on my system. I'm having the same issue with the ar71xx imagebuilder on Arch Linux: 17.01.4 and 18.06.1 both work fine, but 17.01.5 fails with the same error