Browse Source

Minor formatting

Giulio 3 years ago
parent
commit
41ed23bd2e
1 changed files with 7 additions and 8 deletions
  1. 7 8
      Readme.md

+ 7 - 8
Readme.md

@@ -28,15 +28,14 @@ git clone https://github.com/ARM-software/arm-trusted-firmware.git atf
 git clone https://gitlab.com/pine64-org/u-boot
 cd atf
 CROSS_COMPILE=aarch64-linux-gnu- make -j12 PLAT=rk3399 CFLAGS='-gdwarf-2'
-cd ..
-cd u-boot
+cd ../u-boot
 CROSS_COMPILE=aarch64-linux-gnu- make -j12 BL31=../atf/build/rk3399/release/bl31/bl31.elf
 ```
 
 Write it on sd
 ```
-dd if=uboot/idbloader.img of=/dev/mmcblk2 seek=64
-dd if=uboot/u-boot.itb of=/dev/mmcblk2 seek=16384
+dd if=u-boot/idbloader.img of=/dev/mmcblk2 seek=64
+dd if=u-boot/u-boot.itb of=/dev/mmcblk2 seek=16384
 ```
 
 ### Bootrom dumping
@@ -81,7 +80,7 @@ The bootrom ha a _magic_ ASCII signature at the end `C03361028110001V`.
 
 ### Links
 
-https://eno.space/blog/2020/01/pbp-uboot
-https://wiki.pine64.org/wiki/RK3399_boot_sequence
-http://opensource.rock-chips.com/wiki_Boot_option
-https://forum.pine64.org/showthread.php?tid=5026
+ * https://eno.space/blog/2020/01/pbp-uboot
+ * https://wiki.pine64.org/wiki/RK3399_boot_sequence
+ * http://opensource.rock-chips.com/wiki_Boot_option
+ * https://forum.pine64.org/showthread.php?tid=5026