Hello,
I am just trying to recompile linux kernel from your SDK 07.00.00 for BeagleBoard Black...
I made the following steps:
1) make ARCH=arm CROSS_COMPILE=arm-arago-linux-gnueabihf- distclean
2) make ARCH=arm CROSS_COMPILE=arm-arago-linux-gnueabihf- omap2plus_defconfig
I am quite unsure here about "omap2plus_defconfig"... is it correct?
3) make ARCH=arm CROSS_COMPILE=arm-arago-linux-gnueabihf- uImage
4) make ARCH=arm CROSS_COMPILE=arm-arago-linux-gnueabihf- modules
Copied zImage to target /boot folder and then executed:
5) sudo make ARCH=arm CROSS_COMPILE=arm-arago-linux-gnueabihf- modules_install INSTALL_MOD_PATH=/path/to/target/rootfs
Everything is fine but the PVR drivers seems not to compile... when I boot my BBB with the just compiled kernel it says:
Starting PVR Error: missing filename. Could not find pvrsrvkm driver
Am I missing something? Do I need to compile something else? Maybe the Graphics SDK? If so can somebody point me out detailed instructions about that? (please consider I am quite a newbie in Linux development)...
Anyway in the past I succeeded in recompiling the linux kernel from your 06.00.00 SDK (for AM335x) and I haven't had to recompile the Graphics SDK too... does something have changed meanwhile?
Thanks.