mkbootimg_tools icon indicating copy to clipboard operation
mkbootimg_tools copied to clipboard

Unpack and repack boot.img,support dtb(dt.img).

Results 13 mkbootimg_tools issues
Sort by recently updated
recently updated
newest added

Hello,I have unpacked the files stored inside this boot.img file : https://github.com/raspiduino/a6lte-kvm/releases/download/0.01/boot.tar and I've used a tool called "unpackbootimg" that I've got from this link : https://github.com/osm0sis/mkbootimg this is how...

It gives out 4 error statements: Unpack & decompress boot.img to ./extract_img ./mkboot: line 220: (kernel_size+page_size-1)/page_size: division by 0 (error token is "page_size") ./mkboot: line 221: (ramdisk_size+page_size-1)/page_size: division by 0...

I get this error when I try to unpack the working folder -> OUT mkbootimg_tools$ ./mkboot OUT new-boot.img mkbootimg from OUT/img_info. ./mkboot: line 145: /home/pintu/PINTU/Y2017/tools/PACK_TOOL/mkbootimg_tools/mkbootfs: No such file or directory...

I did build a kernel and i end up with two files ``` ~/.../arm64/boot $ ls Image Image.gz ~/.../arm64/boot $ file Image Image: Linux kernel ARM64 boot executable Image, little-endian...

With https://github.com/xiaolu/mkbootimg_tools/commit/bc6b1b07749b2fbdf1c4adda29f049c8f7053a70 there does not seem to be dtb support to repack the a boot.img mkbootimg: error: unrecognized arguments: --dt dt.img

Mediatek prepends a 512 bytes partition header to filesystem, identified by magic 0x58881688 and with struct: typedef union { struct { unsigned int magic; unsigned int size; char name[32]; }...

the command and result is here: ThinkPad-T420:~/rom/mkbootimg_tools$ sh mkboot boot.img output output exists, delete?(N/y)y Unpack & decompress boot.img to output mkboot: 214: mkboot: Bad substitution

Whatever i do , Add path Change permission Execute as root I Am getting permission denied on ./mktool

折腾了一天 不断的google+尝试自己搞定了……差点就想放弃了……(⊙﹏⊙)b