Hikey960 android fastboot FAILED (remote: No such partition.)

I try to flash img, but is failed
device/linaro/hikey/installer/hikey960/flash-all.sh

android out dir:./…/…/…/…/…//out/target/product/hikey960
target reported max download size of 134217728 bytes
sending ‘xloader’ (151 KB)…
OKAY [ 0.010s]
writing ‘xloader’…
OKAY [ 0.010s]
finished. total time: 0.020s
target reported max download size of 134217728 bytes
sending ‘ptable’ (196 KB)…
OKAY [ 0.020s]
writing ‘ptable’…
OKAY [ 0.005s]
finished. total time: 0.025s
target reported max download size of 134217728 bytes
sending ‘fastboot’ (3346 KB)…
OKAY [ 0.090s]
writing ‘fastboot’…
FAILED (remote: No such partition.)
finished. total time: 0.091s
rebooting into bootloader…
OKAY [ 0.000s]
finished. total time: 0.000s
< waiting for device >
target reported max download size of 134217728 bytes
sending ‘nvme’ (128 KB)…
OKAY [ 0.036s]
writing ‘nvme’…
FAILED (remote: No such partition.)
finished. total time: 0.036s
target reported max download size of 134217728 bytes
sending ‘fw_lpm3’ (212 KB)…
OKAY [ 0.026s]
writing ‘fw_lpm3’…
FAILED (remote: No such partition.)
finished. total time: 0.029s
target reported max download size of 134217728 bytes
sending ‘trustfirmware’ (145 KB)…
OKAY [ 0.008s]
writing ‘trustfirmware’…
FAILED (remote: No such partition.)
finished. total time: 0.011s
target reported max download size of 134217728 bytes
sending ‘boot’ (9606 KB)…
OKAY [ 0.246s]
writing ‘boot’…
FAILED (remote: No such partition.)
finished. total time: 0.248s
target reported max download size of 134217728 bytes
sending ‘dts’ (14 KB)…
OKAY [ 0.003s]
writing ‘dts’…
FAILED (remote: No such partition.)
finished. total time: 0.004s
target reported max download size of 134217728 bytes
erasing ‘system’…
FAILED (remote: Check device console.)
finished. total time: 0.000s
target reported max download size of 134217728 bytes
sending sparse ‘vendor’ (131068 KB)…
OKAY [ 3.334s]
writing ‘vendor’…
FAILED (remote: No such partition.)
finished. total time: 3.335s
target reported max download size of 134217728 bytes
erasing ‘userdata’…
FAILED (remote: Check device console.)
finished. total time: 0.000s
rebooting…

finished. total time: 0.000s

Please be aware you are using the legacy booting images, so you need to refer the page https://github.com/96boards-hikey/tools-images-hikey960/blob/master/README.md to recovery the board (I think the most important thing for you is to update partition table image). There also have a document for related notes: installer/hikey960/README - device/linaro/hikey - Git at Google.

If you want to use UEFI/ARM-TF images, you could refer the page: Board Recovery for HiKey960 - 96Boards.

1 Like

Thanks for the feedback. It has been quite useful!

My board used to be Linux.

It’s the difference between fastboot of Linux and Android is that Linux contains UEFI and Android doesn’t.

You are welcome. From your description, I think you have resolved this issue; if not you could report back.