I keep running into this issue and do not know how to avoid or resolve.
Build and Install:
make CROSS_COMPILE=arm-none-linux-gnueabi- ARCH=arm uImage modules sudo make modules_install INSTALL_MOD_PATH=${EZSDK}/targetfs/fs ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi-
Boot failure because syslink.ko has disappeared:
PRCM for IVHD2 is Done Successfully PRCM Initialization completed FATAL: Module syslink not found.
I read that syslink is "out of tree" but do not understand what that means. Does "out of tree" mean not built with the other PSP kernel modules?
Where did EZSDK install it from then and how can I restore it?
Thanks,
-Ed