Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
e31de8bceaf3e9ea759e99e48b1b9d85e21cc52a
/
.
/
allbins
/
tools
/
squashfskit
/
readme.txt
blob: 9ee6c2be7f903179f8e06684a51588039e134689 [
file
] [
log
] [
blame
]
xf.li
e31de8b
2023-12-26 23:38:58 -0800
[
diff
] [
blame^
]
1
2
ap_caprootfs.img文件拆包到目录caprootfs
3
第一步,去掉ubinize数据
4
./squashfs_unubinize ap_caprootfs.img out_sq.bin
5
第二步,使用unsquashfs拆包
6
./unsquashfs -d caprootfs out_sq.bin
7