All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] arm64: dts: rk3399-nanopi4: Add u-boot,spl-boot-order
@ 2020-05-24 17:32 ` Jagan Teki
  0 siblings, 0 replies; 12+ messages in thread
From: Jagan Teki @ 2020-05-24 17:32 UTC (permalink / raw)
  To: Kever Yang, Simon Glass, Philipp Tomsich
  Cc: u-boot-0aAXYlwwYIKGBzrmiIFOJg,
	linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-amarula-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/,
	Jagan Teki, sunil-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/

Add u-boot,spl-boot-order as sdhci and sdmmc for booting
from eMMC and SD card.

Signed-off-by: Jagan Teki <jagan-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org>
---
 arch/arm/dts/rk3399-nanopi4-u-boot.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/dts/rk3399-nanopi4-u-boot.dtsi b/arch/arm/dts/rk3399-nanopi4-u-boot.dtsi
index a126bbaf08..a9d10592d5 100644
--- a/arch/arm/dts/rk3399-nanopi4-u-boot.dtsi
+++ b/arch/arm/dts/rk3399-nanopi4-u-boot.dtsi
@@ -5,6 +5,12 @@
 
 #include "rk3399-u-boot.dtsi"
 
+/{
+	chosen {
+		u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
+	};
+};
+
 &sdmmc {
 	pinctrl-0 = <&sdmmc_bus4 &sdmmc_clk &sdmmc_cmd &sdmmc_cd>;
 };
-- 
2.25.1

^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 1/3] arm64: dts: rk3399-nanopi4: Add u-boot,spl-boot-order
@ 2020-05-24 17:32 ` Jagan Teki
  0 siblings, 0 replies; 12+ messages in thread
From: Jagan Teki @ 2020-05-24 17:32 UTC (permalink / raw)
  To: u-boot

Add u-boot,spl-boot-order as sdhci and sdmmc for booting
from eMMC and SD card.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
---
 arch/arm/dts/rk3399-nanopi4-u-boot.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/dts/rk3399-nanopi4-u-boot.dtsi b/arch/arm/dts/rk3399-nanopi4-u-boot.dtsi
index a126bbaf08..a9d10592d5 100644
--- a/arch/arm/dts/rk3399-nanopi4-u-boot.dtsi
+++ b/arch/arm/dts/rk3399-nanopi4-u-boot.dtsi
@@ -5,6 +5,12 @@
 
 #include "rk3399-u-boot.dtsi"
 
+/{
+	chosen {
+		u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
+	};
+};
+
 &sdmmc {
 	pinctrl-0 = <&sdmmc_bus4 &sdmmc_clk &sdmmc_cmd &sdmmc_cd>;
 };
-- 
2.25.1

^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 2/3] nanopc-t4: Enable USB Gadget
  2020-05-24 17:32 ` Jagan Teki
@ 2020-05-24 17:32     ` Jagan Teki
  -1 siblings, 0 replies; 12+ messages in thread
From: Jagan Teki @ 2020-05-24 17:32 UTC (permalink / raw)
  To: Kever Yang, Simon Glass, Philipp Tomsich
  Cc: u-boot-0aAXYlwwYIKGBzrmiIFOJg,
	linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-amarula-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/,
	Jagan Teki, sunil-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/

Enable DWC3 core, gadget for nanopc-t4 board.

This would help to use fastboot by default.

Signed-off-by: Jagan Teki <jagan-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org>
---
 configs/nanopc-t4-rk3399_defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configs/nanopc-t4-rk3399_defconfig b/configs/nanopc-t4-rk3399_defconfig
index 3bb5b498f2..40fb797c49 100644
--- a/configs/nanopc-t4-rk3399_defconfig
+++ b/configs/nanopc-t4-rk3399_defconfig
@@ -50,7 +50,10 @@ CONFIG_USB_XHCI_HCD=y
 CONFIG_USB_XHCI_DWC3=y
 CONFIG_USB_EHCI_HCD=y
 CONFIG_USB_EHCI_GENERIC=y
+CONFIG_USB_DWC3=y
+CONFIG_ROCKCHIP_USB2_PHY=y
 CONFIG_USB_KEYBOARD=y
+CONFIG_USB_GADGET=y
 CONFIG_USB_HOST_ETHER=y
 CONFIG_USB_ETHER_ASIX=y
 CONFIG_USB_ETHER_ASIX88179=y
-- 
2.25.1

^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 2/3] nanopc-t4: Enable USB Gadget
@ 2020-05-24 17:32     ` Jagan Teki
  0 siblings, 0 replies; 12+ messages in thread
From: Jagan Teki @ 2020-05-24 17:32 UTC (permalink / raw)
  To: u-boot

Enable DWC3 core, gadget for nanopc-t4 board.

This would help to use fastboot by default.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
---
 configs/nanopc-t4-rk3399_defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configs/nanopc-t4-rk3399_defconfig b/configs/nanopc-t4-rk3399_defconfig
index 3bb5b498f2..40fb797c49 100644
--- a/configs/nanopc-t4-rk3399_defconfig
+++ b/configs/nanopc-t4-rk3399_defconfig
@@ -50,7 +50,10 @@ CONFIG_USB_XHCI_HCD=y
 CONFIG_USB_XHCI_DWC3=y
 CONFIG_USB_EHCI_HCD=y
 CONFIG_USB_EHCI_GENERIC=y
+CONFIG_USB_DWC3=y
+CONFIG_ROCKCHIP_USB2_PHY=y
 CONFIG_USB_KEYBOARD=y
+CONFIG_USB_GADGET=y
 CONFIG_USB_HOST_ETHER=y
 CONFIG_USB_ETHER_ASIX=y
 CONFIG_USB_ETHER_ASIX88179=y
-- 
2.25.1

^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 3/3] doc: rockchip: Document eMMC program steps
  2020-05-24 17:32 ` Jagan Teki
@ 2020-05-24 17:32   ` Jagan Teki
  -1 siblings, 0 replies; 12+ messages in thread
From: Jagan Teki @ 2020-05-24 17:32 UTC (permalink / raw)
  To: Kever Yang, Simon Glass, Philipp Tomsich
  Cc: sunil, u-boot, linux-rockchip, linux-amarula, Jagan Teki

Document eMMC partition creation and program steps for
rockchip platforms.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
---
 doc/board/rockchip/rockchip.rst | 32 ++++++++++++++++++++++++++++++--
 1 file changed, 30 insertions(+), 2 deletions(-)

diff --git a/doc/board/rockchip/rockchip.rst b/doc/board/rockchip/rockchip.rst
index cd9c8d6dc4..1faa675aa8 100644
--- a/doc/board/rockchip/rockchip.rst
+++ b/doc/board/rockchip/rockchip.rst
@@ -117,14 +117,42 @@ To write an image that boots from an SD card (assumed to be /dev/sda)::
         sudo dd if=u-boot-rockchip.bin of=/dev/sda seek=64
         sync
 
+eMMC
+^^^^
+
+eMMC flash would probe on mmc0 in most of the rockchip platforms.
+
+Create GPT partition layout as defined in configurations::
+
+        mmc dev 0
+        gpt write mmc 0 $partitions
+
+Connect the USB-OTG cable between host and target device.
+
+Launch fastboot at target::
+
+        fastboot 0
+
+Upon successful gadget connection,host show the USB device like::
+
+        lsusb
+        Bus 001 Device 020: ID 2207:330c Fuzhou Rockchip Electronics Company RK3399 in Mask ROM mode
+
+Program the flash::
+
+        sudo fastboot -i 0x2207 flash loader1 idbloader.img
+        sudo fastboot -i 0x2207 flash loader2 u-boot.itb
+
+Note: for rockchip 32-bit platforms the U-Boot proper image
+is u-boot-dtb.img
+
 TODO
 ----
 
 - Add rockchip idbloader image building
 - Add rockchip TPL image building
 - Document SPI flash boot
-- Describe steps for eMMC flashing
 - Add missing SoC's with it boards list
 
 .. Jagan Teki <jagan@amarulasolutions.com>
-.. Fri Jan 10 00:08:40 IST 2020
+.. Sunday 24 May 2020 10:08:41 PM IST
-- 
2.25.1

^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 3/3] doc: rockchip: Document eMMC program steps
@ 2020-05-24 17:32   ` Jagan Teki
  0 siblings, 0 replies; 12+ messages in thread
From: Jagan Teki @ 2020-05-24 17:32 UTC (permalink / raw)
  To: u-boot

Document eMMC partition creation and program steps for
rockchip platforms.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
---
 doc/board/rockchip/rockchip.rst | 32 ++++++++++++++++++++++++++++++--
 1 file changed, 30 insertions(+), 2 deletions(-)

diff --git a/doc/board/rockchip/rockchip.rst b/doc/board/rockchip/rockchip.rst
index cd9c8d6dc4..1faa675aa8 100644
--- a/doc/board/rockchip/rockchip.rst
+++ b/doc/board/rockchip/rockchip.rst
@@ -117,14 +117,42 @@ To write an image that boots from an SD card (assumed to be /dev/sda)::
         sudo dd if=u-boot-rockchip.bin of=/dev/sda seek=64
         sync
 
+eMMC
+^^^^
+
+eMMC flash would probe on mmc0 in most of the rockchip platforms.
+
+Create GPT partition layout as defined in configurations::
+
+        mmc dev 0
+        gpt write mmc 0 $partitions
+
+Connect the USB-OTG cable between host and target device.
+
+Launch fastboot at target::
+
+        fastboot 0
+
+Upon successful gadget connection,host show the USB device like::
+
+        lsusb
+        Bus 001 Device 020: ID 2207:330c Fuzhou Rockchip Electronics Company RK3399 in Mask ROM mode
+
+Program the flash::
+
+        sudo fastboot -i 0x2207 flash loader1 idbloader.img
+        sudo fastboot -i 0x2207 flash loader2 u-boot.itb
+
+Note: for rockchip 32-bit platforms the U-Boot proper image
+is u-boot-dtb.img
+
 TODO
 ----
 
 - Add rockchip idbloader image building
 - Add rockchip TPL image building
 - Document SPI flash boot
-- Describe steps for eMMC flashing
 - Add missing SoC's with it boards list
 
 .. Jagan Teki <jagan@amarulasolutions.com>
-.. Fri Jan 10 00:08:40 IST 2020
+.. Sunday 24 May 2020 10:08:41 PM IST
-- 
2.25.1

^ permalink raw reply related	[flat|nested] 12+ messages in thread

* Re: [PATCH 1/3] arm64: dts: rk3399-nanopi4: Add u-boot, spl-boot-order
  2020-05-24 17:32 ` Jagan Teki
@ 2020-05-25  2:50   ` Kever Yang
  -1 siblings, 0 replies; 12+ messages in thread
From: Kever Yang @ 2020-05-25  2:50 UTC (permalink / raw)
  To: Jagan Teki, Simon Glass, Philipp Tomsich
  Cc: sunil, u-boot, linux-rockchip, linux-amarula


On 2020/5/25 上午1:32, Jagan Teki wrote:
> Add u-boot,spl-boot-order as sdhci and sdmmc for booting
> from eMMC and SD card.
>
> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>

Reviewed-by: Kever Yang <kever.yang@rock-chips.com>

Thanks,
- Kever
> ---
>   arch/arm/dts/rk3399-nanopi4-u-boot.dtsi | 6 ++++++
>   1 file changed, 6 insertions(+)
>
> diff --git a/arch/arm/dts/rk3399-nanopi4-u-boot.dtsi b/arch/arm/dts/rk3399-nanopi4-u-boot.dtsi
> index a126bbaf08..a9d10592d5 100644
> --- a/arch/arm/dts/rk3399-nanopi4-u-boot.dtsi
> +++ b/arch/arm/dts/rk3399-nanopi4-u-boot.dtsi
> @@ -5,6 +5,12 @@
>   
>   #include "rk3399-u-boot.dtsi"
>   
> +/{
> +	chosen {
> +		u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
> +	};
> +};
> +
>   &sdmmc {
>   	pinctrl-0 = <&sdmmc_bus4 &sdmmc_clk &sdmmc_cmd &sdmmc_cd>;
>   };

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [PATCH 1/3] arm64: dts: rk3399-nanopi4: Add u-boot, spl-boot-order
@ 2020-05-25  2:50   ` Kever Yang
  0 siblings, 0 replies; 12+ messages in thread
From: Kever Yang @ 2020-05-25  2:50 UTC (permalink / raw)
  To: u-boot


On 2020/5/25 ??1:32, Jagan Teki wrote:
> Add u-boot,spl-boot-order as sdhci and sdmmc for booting
> from eMMC and SD card.
>
> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>

Reviewed-by: Kever Yang <kever.yang@rock-chips.com>

Thanks,
- Kever
> ---
>   arch/arm/dts/rk3399-nanopi4-u-boot.dtsi | 6 ++++++
>   1 file changed, 6 insertions(+)
>
> diff --git a/arch/arm/dts/rk3399-nanopi4-u-boot.dtsi b/arch/arm/dts/rk3399-nanopi4-u-boot.dtsi
> index a126bbaf08..a9d10592d5 100644
> --- a/arch/arm/dts/rk3399-nanopi4-u-boot.dtsi
> +++ b/arch/arm/dts/rk3399-nanopi4-u-boot.dtsi
> @@ -5,6 +5,12 @@
>   
>   #include "rk3399-u-boot.dtsi"
>   
> +/{
> +	chosen {
> +		u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
> +	};
> +};
> +
>   &sdmmc {
>   	pinctrl-0 = <&sdmmc_bus4 &sdmmc_clk &sdmmc_cmd &sdmmc_cd>;
>   };

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH 2/3] nanopc-t4: Enable USB Gadget
  2020-05-24 17:32     ` Jagan Teki
@ 2020-05-25  2:50         ` Kever Yang
  -1 siblings, 0 replies; 12+ messages in thread
From: Kever Yang @ 2020-05-25  2:50 UTC (permalink / raw)
  To: Jagan Teki, Simon Glass, Philipp Tomsich
  Cc: u-boot-0aAXYlwwYIKGBzrmiIFOJg,
	linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-amarula-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/,
	sunil-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/


On 2020/5/25 上午1:32, Jagan Teki wrote:
> Enable DWC3 core, gadget for nanopc-t4 board.
>
> This would help to use fastboot by default.
>
> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>

Reviewed-by: Kever Yang <kever.yang@rock-chips.com>

Thanks,
- Kever
> ---
>   configs/nanopc-t4-rk3399_defconfig | 3 +++
>   1 file changed, 3 insertions(+)
>
> diff --git a/configs/nanopc-t4-rk3399_defconfig b/configs/nanopc-t4-rk3399_defconfig
> index 3bb5b498f2..40fb797c49 100644
> --- a/configs/nanopc-t4-rk3399_defconfig
> +++ b/configs/nanopc-t4-rk3399_defconfig
> @@ -50,7 +50,10 @@ CONFIG_USB_XHCI_HCD=y
>   CONFIG_USB_XHCI_DWC3=y
>   CONFIG_USB_EHCI_HCD=y
>   CONFIG_USB_EHCI_GENERIC=y
> +CONFIG_USB_DWC3=y
> +CONFIG_ROCKCHIP_USB2_PHY=y
>   CONFIG_USB_KEYBOARD=y
> +CONFIG_USB_GADGET=y
>   CONFIG_USB_HOST_ETHER=y
>   CONFIG_USB_ETHER_ASIX=y
>   CONFIG_USB_ETHER_ASIX88179=y



_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [PATCH 2/3] nanopc-t4: Enable USB Gadget
@ 2020-05-25  2:50         ` Kever Yang
  0 siblings, 0 replies; 12+ messages in thread
From: Kever Yang @ 2020-05-25  2:50 UTC (permalink / raw)
  To: u-boot


On 2020/5/25 ??1:32, Jagan Teki wrote:
> Enable DWC3 core, gadget for nanopc-t4 board.
>
> This would help to use fastboot by default.
>
> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>

Reviewed-by: Kever Yang <kever.yang@rock-chips.com>

Thanks,
- Kever
> ---
>   configs/nanopc-t4-rk3399_defconfig | 3 +++
>   1 file changed, 3 insertions(+)
>
> diff --git a/configs/nanopc-t4-rk3399_defconfig b/configs/nanopc-t4-rk3399_defconfig
> index 3bb5b498f2..40fb797c49 100644
> --- a/configs/nanopc-t4-rk3399_defconfig
> +++ b/configs/nanopc-t4-rk3399_defconfig
> @@ -50,7 +50,10 @@ CONFIG_USB_XHCI_HCD=y
>   CONFIG_USB_XHCI_DWC3=y
>   CONFIG_USB_EHCI_HCD=y
>   CONFIG_USB_EHCI_GENERIC=y
> +CONFIG_USB_DWC3=y
> +CONFIG_ROCKCHIP_USB2_PHY=y
>   CONFIG_USB_KEYBOARD=y
> +CONFIG_USB_GADGET=y
>   CONFIG_USB_HOST_ETHER=y
>   CONFIG_USB_ETHER_ASIX=y
>   CONFIG_USB_ETHER_ASIX88179=y

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH 3/3] doc: rockchip: Document eMMC program steps
  2020-05-24 17:32   ` Jagan Teki
@ 2020-05-25  2:53     ` Kever Yang
  -1 siblings, 0 replies; 12+ messages in thread
From: Kever Yang @ 2020-05-25  2:53 UTC (permalink / raw)
  To: Jagan Teki, Simon Glass, Philipp Tomsich
  Cc: sunil, u-boot, linux-rockchip, linux-amarula


On 2020/5/25 上午1:32, Jagan Teki wrote:
> Document eMMC partition creation and program steps for
> rockchip platforms.
>
> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>

Reviewed-by: Kever Yang <kever.yang@rock-chips.com>

Thanks,
- Kever
> ---
>   doc/board/rockchip/rockchip.rst | 32 ++++++++++++++++++++++++++++++--
>   1 file changed, 30 insertions(+), 2 deletions(-)
>
> diff --git a/doc/board/rockchip/rockchip.rst b/doc/board/rockchip/rockchip.rst
> index cd9c8d6dc4..1faa675aa8 100644
> --- a/doc/board/rockchip/rockchip.rst
> +++ b/doc/board/rockchip/rockchip.rst
> @@ -117,14 +117,42 @@ To write an image that boots from an SD card (assumed to be /dev/sda)::
>           sudo dd if=u-boot-rockchip.bin of=/dev/sda seek=64
>           sync
>   
> +eMMC
> +^^^^
> +
> +eMMC flash would probe on mmc0 in most of the rockchip platforms.
> +
> +Create GPT partition layout as defined in configurations::
> +
> +        mmc dev 0
> +        gpt write mmc 0 $partitions
> +
> +Connect the USB-OTG cable between host and target device.
> +
> +Launch fastboot at target::
> +
> +        fastboot 0
> +
> +Upon successful gadget connection,host show the USB device like::
> +
> +        lsusb
> +        Bus 001 Device 020: ID 2207:330c Fuzhou Rockchip Electronics Company RK3399 in Mask ROM mode
> +
> +Program the flash::
> +
> +        sudo fastboot -i 0x2207 flash loader1 idbloader.img
> +        sudo fastboot -i 0x2207 flash loader2 u-boot.itb
> +
> +Note: for rockchip 32-bit platforms the U-Boot proper image
> +is u-boot-dtb.img
> +
>   TODO
>   ----
>   
>   - Add rockchip idbloader image building
>   - Add rockchip TPL image building
>   - Document SPI flash boot
> -- Describe steps for eMMC flashing
>   - Add missing SoC's with it boards list
>   
>   .. Jagan Teki <jagan@amarulasolutions.com>
> -.. Fri Jan 10 00:08:40 IST 2020
> +.. Sunday 24 May 2020 10:08:41 PM IST

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [PATCH 3/3] doc: rockchip: Document eMMC program steps
@ 2020-05-25  2:53     ` Kever Yang
  0 siblings, 0 replies; 12+ messages in thread
From: Kever Yang @ 2020-05-25  2:53 UTC (permalink / raw)
  To: u-boot


On 2020/5/25 ??1:32, Jagan Teki wrote:
> Document eMMC partition creation and program steps for
> rockchip platforms.
>
> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>

Reviewed-by: Kever Yang <kever.yang@rock-chips.com>

Thanks,
- Kever
> ---
>   doc/board/rockchip/rockchip.rst | 32 ++++++++++++++++++++++++++++++--
>   1 file changed, 30 insertions(+), 2 deletions(-)
>
> diff --git a/doc/board/rockchip/rockchip.rst b/doc/board/rockchip/rockchip.rst
> index cd9c8d6dc4..1faa675aa8 100644
> --- a/doc/board/rockchip/rockchip.rst
> +++ b/doc/board/rockchip/rockchip.rst
> @@ -117,14 +117,42 @@ To write an image that boots from an SD card (assumed to be /dev/sda)::
>           sudo dd if=u-boot-rockchip.bin of=/dev/sda seek=64
>           sync
>   
> +eMMC
> +^^^^
> +
> +eMMC flash would probe on mmc0 in most of the rockchip platforms.
> +
> +Create GPT partition layout as defined in configurations::
> +
> +        mmc dev 0
> +        gpt write mmc 0 $partitions
> +
> +Connect the USB-OTG cable between host and target device.
> +
> +Launch fastboot at target::
> +
> +        fastboot 0
> +
> +Upon successful gadget connection,host show the USB device like::
> +
> +        lsusb
> +        Bus 001 Device 020: ID 2207:330c Fuzhou Rockchip Electronics Company RK3399 in Mask ROM mode
> +
> +Program the flash::
> +
> +        sudo fastboot -i 0x2207 flash loader1 idbloader.img
> +        sudo fastboot -i 0x2207 flash loader2 u-boot.itb
> +
> +Note: for rockchip 32-bit platforms the U-Boot proper image
> +is u-boot-dtb.img
> +
>   TODO
>   ----
>   
>   - Add rockchip idbloader image building
>   - Add rockchip TPL image building
>   - Document SPI flash boot
> -- Describe steps for eMMC flashing
>   - Add missing SoC's with it boards list
>   
>   .. Jagan Teki <jagan@amarulasolutions.com>
> -.. Fri Jan 10 00:08:40 IST 2020
> +.. Sunday 24 May 2020 10:08:41 PM IST

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2020-05-25  2:53 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-24 17:32 [PATCH 1/3] arm64: dts: rk3399-nanopi4: Add u-boot,spl-boot-order Jagan Teki
2020-05-24 17:32 ` Jagan Teki
     [not found] ` <20200524173213.201123-1-jagan-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org>
2020-05-24 17:32   ` [PATCH 2/3] nanopc-t4: Enable USB Gadget Jagan Teki
2020-05-24 17:32     ` Jagan Teki
     [not found]     ` <20200524173213.201123-2-jagan-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org>
2020-05-25  2:50       ` Kever Yang
2020-05-25  2:50         ` Kever Yang
2020-05-24 17:32 ` [PATCH 3/3] doc: rockchip: Document eMMC program steps Jagan Teki
2020-05-24 17:32   ` Jagan Teki
2020-05-25  2:53   ` Kever Yang
2020-05-25  2:53     ` Kever Yang
2020-05-25  2:50 ` [PATCH 1/3] arm64: dts: rk3399-nanopi4: Add u-boot, spl-boot-order Kever Yang
2020-05-25  2:50   ` Kever Yang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.