linaro-swg / optee_android_manifest

Android manifest for building OP-TEE in AOSP
38 stars 34 forks source link

HiKey620 can't boot after flashing branch lcr-ref-hikey #52

Closed bryan370210 closed 5 years ago

bryan370210 commented 5 years ago

hi, I build and flash lcr-ref-hikey into hikey620 successful. but the board can not boot after power on

vchong commented 5 years ago

@bryan370210 seems like a kernel issue, not op-tee. Working on a workaround while waiting for the fix by the right people. In the meantime, you can:

wget http://snapshots.linaro.org/android/android-hikey-optee-p/122/boot.img.xz
unxz boot.img.xz
sudo fastboot flash boot boot.img

Btw, thanks for closing old issues!

bryan370210 commented 5 years ago

@vchong it works ,thank you.

vchong commented 5 years ago

@bryan370210 it didn't work initially but now it does? What happened in between? Can we close this then?