The following part fails because there's no `zImage.lcdkit`: ``` if [ "$BOARD" = "odroidx" ] || [ "$BOARD" = "odroidx2" ]; then cp $KTMP/boot/zImage.lcdkit /media/boot fi ``` As a result, my LCD stops working.
The following part fails because there's no
zImage.lcdkit:As a result, my LCD stops working.