[LEDE-DEV] [PATCH v3 6/6] ipq806x: Enable ubi image for ipq40xx AP-DK04.1-C1 board

John Crispin john at phrozen.org
Sun May 28 23:25:58 PDT 2017


Hi Ram,

thanks for splitting the series up, i merged the first  patches into my 
tree, however the final patch fails to apply. could you rebase/resend 
just that last one please ?

     John

On 25/05/17 01:31, Ram Chandra Jangir wrote:
> This change enables ubi image for IPQ40xx AP-DK04.1-C1
> board, also add sysupgrage support for AP-DK04.1-C1 and
> generates a sysupgrade.tar image.
>
> Testing:
>   *Tested on IPQ40xx AP-DK04.1-C1:
>     a. NAND boot
>     b. ubi sysupgrade
>
> Signed-off-by: Ram Chandra Jangir <rjangir at codeaurora.org>
> ---
>
> Changes since v2:
>   *Splitted to individual patches
>
>   target/linux/ipq806x/base-files/lib/upgrade/platform.sh | 1 +
>   target/linux/ipq806x/image/Makefile                     | 1 +
>   2 files changed, 2 insertions(+)
>
> diff --git a/target/linux/ipq806x/base-files/lib/upgrade/platform.sh b/target/linux/ipq806x/base-files/lib/upgrade/platform.sh
> index 8970285..fd08db3 100644
> --- a/target/linux/ipq806x/base-files/lib/upgrade/platform.sh
> +++ b/target/linux/ipq806x/base-files/lib/upgrade/platform.sh
> @@ -12,6 +12,7 @@ platform_pre_upgrade() {
>   
>   	case "$board" in
>   	ap148 |\
> +	ap-dk04.1-c1 |\
>   	d7800 |\
>   	nbg6817 |\
>   	r7500 |\
> diff --git a/target/linux/ipq806x/image/Makefile b/target/linux/ipq806x/image/Makefile
> index 6ebcde5..c49a73e 100644
> --- a/target/linux/ipq806x/image/Makefile
> +++ b/target/linux/ipq806x/image/Makefile
> @@ -264,6 +264,7 @@ endef
>   
>   define Device/AP-DK04.1-C1
>   	$(call Device/FitImage)
> +	$(call Device/UbiFit)
>   	DEVICE_DTS := qcom-ipq4019-ap.dk04.1-c1
>   	KERNEL_LOADADDR := 0x80208000
>   	KERNEL_INSTALL := 1




More information about the Lede-dev mailing list