There are more tools that can program a EMMC. Add more EMMC program examples.
Signed-off-by: Johan Jonker <[email protected]> --- doc/board/rockchip/rockchip.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/board/rockchip/rockchip.rst b/doc/board/rockchip/rockchip.rst index e6c4815258bc..7da74eb8fb12 100644 --- a/doc/board/rockchip/rockchip.rst +++ b/doc/board/rockchip/rockchip.rst @@ -415,13 +415,22 @@ Upon a successful gadget connection the host shows the USB device with: lsusb # Bus 001 Device 020: ID 2207:330c Fuzhou Rockchip Electronics Company RK3399 in Mask ROM mode -Program the flash with: +Program example with fastboot: .. code-block:: bash sudo fastboot -i 0x2207 flash loader1 idbloader.img sudo fastboot -i 0x2207 flash loader2 u-boot.itb +Program example with rkdeveloptool: + +.. code-block:: bash + + rkdeveloptool db rk3308_loader_v1.26.117.bin + rkdeveloptool wl 0x40 idbloader.img + rkdeveloptool wl 0x4000 u-boot.itb + rkdeveloptool rd + Note: For Rockchip 32-bit platforms the U-Boot proper image -- 2.39.5
