如何使用Andriod“fastboot boot”加载指定地址的镜像

问题描述

我想使用fastboot boot命令来加载一个镜像文件一个DTB镜像文件)到指定地址 在 DRAM 中,我看到有一个选项“-b ”,所以我尝试了这个:

   fastboot boot -b 0x00000 file_name 

   # fastboot boot -b 0x00000 xyz.dtb
     creating boot image...
     creating boot image - 239616 bytes
     downloading 'boot.img'...
     OKAY [  0.025s]

但我不确定这是否是正确的方法,因为它说下载“boot.img”但我用来加载的图像的名称不同。

是否可以使用“fastboot boot”加载映像文件

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)