简体   繁体   English

我可以从UBoot Linux映像中提取rootfs吗?

[英]Can I extract the rootfs from a UBoot Linux image?

I have prepared uImage of the kernel; 我已经准备好内核的uImage了。 now I want to unpack the root filesystem image from it. 现在,我想从中解包根文件系统映像。 How can I do that? 我怎样才能做到这一点?

Binwalk http://binwalk.org is cool to extract images. Binwalk http://binwalk.org很酷,可以提取图像。 To automate this process I analyse image with binwalk to get offsets of contained images. 为了使这个过程自动化,我使用binwalk分析图像以获取包含图像的偏移量。 After write script with dd or python . ddpython编写脚本之后。 This script extracts offset fron file, after cuts to parts. 该脚本在切割成部分后提取偏移的fron文件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM