]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - doc/README.rockchip
ARM: tegra: adapt to latest HSP DT binding
[karo-tx-uboot.git] / doc / README.rockchip
index 182e3aedf6b8b31fc69892722a21a4d0d5eacf0d..1b3a6022343792a8b4cdc4dd5ccc8c850721ace5 100644 (file)
@@ -36,11 +36,14 @@ You will need:
 Building
 ========
 
-At present three RK3288 boards are supported:
+At present six RK3288 boards are supported:
 
    - Firefly RK3288 - use firefly-rk3288 configuration
    - Radxa Rock 2 - use rock2 configuration
    - Hisense Chromebook - use chromebook_jerry configuration
+   - EVB RK3288 - use evb-rk3288 configuration
+   - Fennec RK3288 - use fennec-rk3288 configuration
+   - PopMetal RK3288 - use popmetal-rk3288 configuration
 
 Two RK3036 board are supported:
 
@@ -143,6 +146,32 @@ For evb_rk3036 board:
 Note: rk3036 SDMMC and debug uart use the same iomux, so if you boot from SD, the
       debug uart must be disabled
 
+Using fastboot on rk3288
+========================
+- Define GPT partition layout like kylin_rk3036(see include/configs/kylin_rk3036.h)
+- Write GPT partition layout to mmc device which fastboot want to use it to
+store the image
+
+        => gpt write mmc 1 $partitions
+
+- Invoke fastboot command to prepare
+
+        => fastboot 1
+
+- Start fastboot request on PC
+
+        fastboot -i 0x2207 flash loader evb-rk3288/spl/u-boot-spl-dtb.bin
+
+You should see something like:
+
+        => fastboot 1
+        WARNING: unknown variable: partition-type:loader
+        Starting download of 357796 bytes
+        ..
+        downloading of 357796 bytes finished
+        Flashing Raw Image
+        ........ wrote 357888 bytes to 'loader'
+
 Booting from SPI
 ================