Hi,
I have tried to flash latest android tip code on Hikey960, flashing seems fine, but after boot, “adb root” is fine, but “adb remount” fails with below error.
Waited one second for gsiservice (is service started? are binder threads started and available?)
Could not acquire IImageManager: Invalid path
Overlayfs setup for /system failed, skipping: No such file or directory
Could not acquire IImageManager: Invalid path
Overlayfs setup for /vendor failed, skipping: No such file or directory
Could not acquire IImageManager: Invalid path
Overlayfs setup for /system_ext failed, skipping: No such file or directory
Could not acquire IImageManager: Invalid path
Overlayfs setup for /product failed, skipping: No such file or directory
No partitions to remount
remount failed
I have used below command to build.
$ make TARGET_KERNEL_USE=5.4 HIKEY_USES_GKI=true -j32
I have used “device/linaro/hikey/installer/hikey960/flash-all.sh” to flash.
Also noticed that it uses super.img and not system.img and vendor.img. Can someone help me understand what exactly “super.img” is?
Thanks.