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

Luis Araneda luaraneda at gmail.com
Mon Sep 3 21:39:55 EDT 2018


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:
- generated ext4 rootfs
- generated squashfs + f2fs overlay rootfs
- initramfs image manually copied to boot partition


Luis Araneda (7):
  uboot-zynq: remove ZC706 board
  uboot-zynq: automatically select the appropriate variant
  uboot-zynq: copy U-Boot images to STAGING_DIR
  uboot-zynq: use a file to modify the default environment
  zynq: remove bootargs from kernel config
  zynq: enable kernel overlay and f2fs support
  zynq: add sdcard image support

 package/boot/uboot-zynq/Makefile              | 20 +++++++++++---
 .../boot/uboot-zynq/files/uEnv-default.txt    |  1 +
 target/linux/zynq/Makefile                    |  4 +--
 target/linux/zynq/config-4.14                 |  9 ++++---
 target/linux/zynq/image/Makefile              | 20 ++++++++++++++
 .../linux/zynq/image/gen_zynq_sdcard_img.sh   | 26 +++++++++++++++++++
 6 files changed, 71 insertions(+), 9 deletions(-)
 create mode 100644 package/boot/uboot-zynq/files/uEnv-default.txt
 create mode 100755 target/linux/zynq/image/gen_zynq_sdcard_img.sh

-- 
2.18.0


_______________________________________________
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