summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2016-05-24 20:38:16 -0700
committerDmitry Shmidt <dimitrysh@google.com>2016-05-25 12:23:27 -0700
commitecf458f1c3da1b4e209c84cceb4fb87bb6a85932 (patch)
treee5dfbf6d878184745cc6708c237c875289c73882
parentdb2f143b008f788136191f8ebff429463786cb88 (diff)
downloadhikey-ecf458f1c3da1b4e209c84cceb4fb87bb6a85932.tar.gz
hikey: README: Update documentation to use boot.img instead of boot_fat.uefi.img
Update the README file to use the boot.img output rather then the boot_fat.uefi.img Change-Id: Ice7cc25925c7865d5962c1c5cbbac29ce947a621 Signed-off-by: John Stultz <john.stultz@linaro.org>
-rw-r--r--README8
1 files changed, 5 insertions, 3 deletions
diff --git a/README b/README
index 9425f02e..b4c97c6c 100644
--- a/README
+++ b/README
@@ -30,7 +30,7 @@ Remove link 3-4 and power the board
* Flashing images:
Enter fastboot mode by linking J15 1-2 and 5-6 pins
-$ fastboot flash boot out/target/product/hikey/boot_fat.uefi.img
+$ fastboot flash boot out/target/product/hikey/boot.img
$ fastboot flash system out/target/product/hikey/system.img
$ fastboot flash cache out/target/product/hikey/cache.img
$ fastboot flash userdata out/target/product/hikey/userdata.img
@@ -43,10 +43,12 @@ $ git checkout -b android-hikey-linaro-4.1 origin/android-hikey-linaro-4.1
$ make ARCH=arm64 hikey_defconfig
$ make ARCH=arm64 CROSS_COMPILE=aarch64-linux-android- -j24
Output: arch/arm64/boot/Image & arch/arm64/boot/dts/hisilicon/hi6220-hikey.dtb
- copy Image and hi6220-hikey.dtb to hikey-kernel directory
+ copy Image-dtb and hi6220-hikey.dtb to hikey-kernel directory
* Setting monitor resolution
-Edit device/linaro/hikey/bootloader/EFI/BOOT/grub.cfg
+Add to BOARD_KERNEL_CMDLINE in BoardConfig.mk or
+if you are setting TARGET_BOOTIMAGE_USE_FAT=true edit
+device/linaro/hikey/bootloader/EFI/BOOT/grub.cfg
Set video= (for example for 24” monitor): video=HDMI-A-1:1280x800@60
* Kernel serial output (uart3):