Hi, I am trying to build the kernel directly from big-LITTLE-MP-master-v14 (from http://git.linaro.org/gitweb?p=arm/big.LITTLE/mp.git%3Ba=summary). And the kernel built from it can't seem to detect SD card. Before I spent time on this, I'd like to know whether there is any known issues here, since I am pretty with the TC2 platform.
I have a TC2 with V5.0. I can get Android running with prebuilt Android image and kernel (With much help from Jon Medhurst). I then proceeded to replace the pthe kernel with a build from the big-LITTLE-MP-master-v14. I used the config file mentioned in linaro_kernel_build_cmds.sh (curl -q http://snapshots.linaro.org/android/~linaro-android/vexpress-linaro-mp-13.01... linaro_kernel_config). The build is successful, and I then replaced the /media/boot/uImage with the new uImage. But the boot failed to detect SD card and can't boot Android up.
From 13_01's release note," big-LITTLE-MP-master-v14 that has been used for the 13.01 evaluation build ", so why replacing the released kernel build with my build doesn't work? Maybe I am missing something here?
Eric Huang