This is a verification quick and dirty way if the used linux kernel is running OK on current host.
grep for errors in dmesg
root # dmesg | grep -i erro
grep for failed in dmesg
root # dmesg | grep -i fail
grep in dmesg for not
root # dmesg | grep -i not
[ 0.000000] Kernel parameter elevator= does not have any effect anymore. [ 3.070991] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe [ 4.442591] mmc0: host does not support reading read-only switch, assuming write-enable
After reading consider that, this is a simple verification approach and not the ultimate linux truth. Do not take anything for granted and verify if it is the right solution for the current technical task.