xiaolu/mkbootimg_tools

mkbootfs file not found

dewoller opened this issue · 1 comments

Hi.

When running the mkboot under ubuntu linux, trying to build the color os oppo boot.img file,

mkboot boot.img directory

then

mkbootfs directory newboot.img

I get the following error:

./mkboot: line 117: mkbootfs: command not found

Specifically

./mkboot: line 117: mkbootfs: command not found
kernel : zImage
ramdisk : new_ramdisk.gz
page size : 2048
kernel size : 6686408
ramdisk size : 20
dtb size : 5339136
base : 0x00000000
kernel offset : 0x00008000
ramdisk offset : 0x02000000
tags offset : 0x01e00000
dtb img : dt.img
cmd line : console=ttyHSL0,115200,n8 androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x37 ehci-hcd.park=3
Kernel size: 6686408, new ramdisk size: 20, newboot.img: 12029952.
newboot.img has been created.

Resulting newboot.img does not work.

Thanks for the tool.
Dennis