summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Stokes <alanstokes@google.com>2021-05-13 15:59:30 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-05-13 15:59:30 +0000
commit607f7def820207893668a104553495312140224f (patch)
tree47670e17201afed5adf716d00538ab5dd2565006
parent8ca5238fce378867740cab3a7572ab7205b7183f (diff)
parente358b3a5a138aae95fdc1d21886933cc3f7d83a6 (diff)
downloadyukawa-607f7def820207893668a104553495312140224f.tar.gz
Improve documentation for VIM3L version. am: 63dfae2918 am: e358b3a5a1
Original change: https://android-review.googlesource.com/c/device/amlogic/yukawa/+/1706697 Change-Id: I03e024cc7bc2f3ed7e908c13e0ca78f8ec79fece
-rw-r--r--sei610/README9
1 files changed, 6 insertions, 3 deletions
diff --git a/sei610/README b/sei610/README
index 23fef45..e7d2c29 100644
--- a/sei610/README
+++ b/sei610/README
@@ -34,7 +34,13 @@ $ export PATH=$ANDROID_BUILD_TOP/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-a
Recover Bootloader:
===================
+Link to 'update' utility: https://github.com/khadas/utils/tree/master/aml-flash-tool/tools/linux-x86
+
- Enter USB recovery mode by pressing USB Boot Button and turning Power ON
+- For VIM3L:
+-- Use u-boot_kvim3l_noab.bin rather than u-boot_sei610.bin.
+-- Enter recovery / upgrade mode by pressing function button 3 times in 2s.
+
$ update write u-boot_sei610.bin 0xfffa0000 0x10000
$ update run 0xfffa0000
$ update bl2_boot u-boot_sei610.bin
@@ -43,6 +49,3 @@ $ fastboot flash bootloader u-boot_sei610.bin
$ fastboot erase bootenv
$ fastboot reboot-bootloader
-- For VIM3L: use u-boot_kvim3l.bin
-
-Link to 'update' utility: https://github.com/khadas/utils/tree/master/aml-flash-tool/tools/linux-x86