]> git.sur5r.net Git - u-boot/blobdiff - board/theobroma-systems/puma_rk3399/README
Merge git://www.denx.de/git/u-boot-imx
[u-boot] / board / theobroma-systems / puma_rk3399 / README
index 1a8d02b480c70ae5f3a1ff558e924e930d3e8b8a..214281a32990e25c573c8d39ba79f1100f5e8972 100644 (file)
@@ -37,7 +37,7 @@ Compile the ATF
 
   > cd arm-trusted-firmware
   > make CROSS_COMPILE=aarch64-linux-gnu- PLAT=rk3399 bl31
-  > cp build/rk3399/release/bl31.bin ../u-boot
+  > cp build/rk3399/release/bl31.bin ../u-boot/bl31-rk3399.bin
 
 Compile the M0 firmware
 =======================
@@ -56,8 +56,7 @@ Package the image
 =================
 
        > tools/mkimage -n rk3399 -T rksd -d spl/u-boot-spl.bin spl.img
-       > tools/mkimage -f board/theobroma/puma_rk3399/fit_spl_atf.its \
-               -E rk3399_bl3x.itb
+       > make CROSS_COMPILE=aarch64-linux-gnu- u-boot.itb
 
 Flash the image
 ===============
@@ -67,7 +66,7 @@ Copy the SPL to offset 32k and the FIT image containing the payloads
 card.
 
   > dd if=spl.img of=/dev/sdb seek=64
-  > dd if=rk3399_bl3x.itb of=/dev/sdb seek=512
+  > dd if=u-boot.itb of=/dev/sdb seek=512
 
 After powering up the board (with the inserted SD card), you should see
 a U-Boot console on UART0 (115200n8).