I can't compile kernel !! part2 - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: ROCK64 (https://forum.pine64.org/forumdisplay.php?fid=85) +--- Forum: General Discussion on ROCK64 (https://forum.pine64.org/forumdisplay.php?fid=86) +--- Thread: I can't compile kernel !! part2 (/showthread.php?tid=5660) |
I can't compile kernel !! part2 - pine3228 - 02-05-2018 私は、タイムスタンプを修正することでコンパイルができましたが、 新たな問題が発生しました。 「make install」を実行しましたが、 /bin/bash ./arch/arm64/boot/install.sh 4.13.0 \ arch/arm64/boot/installsh 4.13.0\ run-parts: executing /etx/kernel/postinst.d/apt-auto-removal 4.13.0 /boot/vmlinuz-4.13.0 run-parts: executing /etc/kernel/postinst.d/initramfs-tools 4.13.0 /boot/vmlinuz-4.13.0 update-initramfs: Ganerating /boot/iniitrd.img-4.13.0 Warning: root device does not exist Using DTB: rk3328-rock64.dtb Couldn't find DTB rk3328-rock64.dtb in /usr/lib/linux-image-4.13.0 or /etc/flash-kernel/dtbs run-parts: /etc/initramfs/post-update.d//flash-kernel exited with return code 1 run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 arch/arm64/boot/Makefile:40: recipe for target 'install' failed make[1]: *** [install] Error 1 arch/arm64/Makefile:124: recipe for target 'install' failed make: *** [install] Error 2 と表示されてしまいました。 どうすればよいのですか? Google Translate : I could compile by modifying the timestamp, A new problem has occurred. I run "make install" /bin/bash ./arch/arm64/boot/install.sh 4.13.0 \ arch/arm64/boot/installsh 4.13.0\ run-parts: executing /etx/kernel/postinst.d/apt-auto-removal 4.13.0 /boot/vmlinuz-4.13.0 run-parts: executing /etc/kernel/postinst.d/initramfs-tools 4.13.0 /boot/vmlinuz-4.13.0 update-initramfs: Ganerating /boot/iniitrd.img-4.13.0 Warning: root device does not exist Using DTB: rk3328-rock64.dtb Couldn't find DTB rk3328-rock64.dtb in /usr/lib/linux-image-4.13.0 or /etc/flash-kernel/dtbs run-parts: /etc/initramfs/post-update.d//flash-kernel exited with return code 1 run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 arch/arm64/boot/Makefile:40: recipe for target 'install' failed make[1]: *** [install] Error 1 arch/arm64/Makefile:124: recipe for target 'install' failed make: *** [install] Error 2 And it was displayed. What should I do? RE: I can't compile kernel !! part2 - xalius - 02-05-2018 please use the first thread you created and answer the questions there :-) |