编译 android9 for vim3 失败

不用安装u-boot-mkimage工具,安装u-boot-tools就行了

好的,已经在编译中,我想问下。编译成功之后,需要烧录哪些镜像。
我看到vim3的文档中有uboot烧录boot . 还有fastboot 烧录。
fastboot flash boot /path/to/boot.img
fastboot flash logo /path/to/logo.img
fastboot flash recovery /path/to/recovery.img
fastboot flash system /path/to/system.img
fastboot flash dts /path/to/dt.img
fastboot flash bootloader /path/to/u-boot.bin
fastboot flash vendor /path/to/vendor.img
fastboot flash odm /path/to/odm.img

实际操作中,烧录的操作步骤是怎样的呢?
@Terry

@Terry 编译成功了。多谢 :grin: