From 367456df1697326ff7085381debf7b811c5b8cb7 Mon Sep 17 00:00:00 2001 From: Victor Chong Date: Wed, 12 Jul 2017 16:13:43 +0900 Subject: [PATCH] hikey: Fix errors in doc Signed-off-by: Victor Chong --- docs/plat/hikey.rst | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/plat/hikey.rst b/docs/plat/hikey.rst index 027e14c7c..d513ae330 100644 --- a/docs/plat/hikey.rst +++ b/docs/plat/hikey.rst @@ -24,7 +24,7 @@ Code Locations `link `__ - uefi-tools: - `link `__ + `link `__ - atf-fastboot: `link `__ @@ -74,9 +74,7 @@ Build Procedure # Generate l-loader.bin cd ${BUILD_PATH}/l-loader ln -sf ${EDK2_OUTPUT_DIR}/FV/bl1.bin - ln -sf ${EDK2_OUTPUT_DIR}/FV/fip.bin ln -sf ${BUILD_PATH}/atf-fastboot/build/hikey/${FASTBOOT_BUILD_OPTION}/bl1.bin fastboot.bin - python gen_loader.py -o l-loader.bin --img_bl1=bl1.bin --img_ns_bl1u=BL33_AP_UEFI.fd arm-linux-gnueabihf-gcc -c -o start.o start.S arm-linux-gnueabihf-ld -Bstatic -Tl-loader.lds -Ttext 0xf9800800 start.o -o loader arm-linux-gnueabihf-objcopy -O binary loader temp @@ -86,7 +84,7 @@ Build Procedure .. code:: shell - $PTABLE=aosp-4g SECTOR_SIZE=512 bash -x generate_ptable.sh + PTABLE=aosp-4g SECTOR_SIZE=512 bash -x generate_ptable.sh Setup Console ------------- @@ -110,6 +108,13 @@ Setup Console 2004:telnet:0:/dev/ttyUSB0:115200 8DATABITS NONE 1STOPBIT banner +- Start ser2net + + .. code:: shell + + $sudo killall ser2net + $sudo ser2net -u + - Open the console. .. code:: shell