From 41ed23bd2e3b77c1b9e88e2195923c56eabbccb2 Mon Sep 17 00:00:00 2001 From: Giulio Date: Sat, 6 Mar 2021 00:41:35 +0100 Subject: [PATCH] Minor formatting --- Readme.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Readme.md b/Readme.md index 188ce15..730d127 100644 --- a/Readme.md +++ b/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 \ No newline at end of file + * 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 \ No newline at end of file