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

Ram Chandra Jangir rjangir at codeaurora.org
Mon May 29 05:53:37 PDT 2017


Thanks John,

Actually this was based on https://patchwork.ozlabs.org/patch/752962/ and it
got failed to apply.  I will resend this last patch. 
Can you please help to merge this https://patchwork.ozlabs.org/patch/752962/
, if it takes some time to review/merge then can you please help to merge
the pinctrl patch(852-ipq4019-pinctrl-Updated-various-Pin-definitions.patch)
available in this.
 It is required for qpic nand pin definitions for nand boot.

Thanks,
Ram

On Monday, May 29, 2017 11:56 AM, John Crispin  wrote:

>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