ma-rapp / hikey970

HiKey 970 tools and utilities
MIT License
1 stars 0 forks source link

mkbootimg.py missing #1

Closed tgonzalez89 closed 4 years ago

tgonzalez89 commented 4 years ago

mkbootimg.py script is missing causing the following error:

mkbootimg.py --kernel out/Image-dtb --ramdisk out/ramdisk.img --cmdline "androidboot.hardware=hikey970 firmware_class.path=/system/etc/firmware loglevel=15 buildvariant=userdebug androidboot.selinux=permissive clk_ignore_unused=true initrd=0xBE19D000,0x16677F earlycon=pl011,0xfff32000,115200 console=ttyAMA6 androidboot.serialno=54DA9CD5022525E4 clk_ignore_unused=true" -o out/boot1.img
/bin/sh: 1: mkbootimg.py: not found
Makefile:100: recipe for target 'out/boot.img' failed
make: *** [out/boot.img] Error 127
nikitakrh commented 4 years ago

fixed in latest commit