2015/1/6 上午3:35 於 "cheatman" <
ciprian...@gmail.com> 寫道:
>
> Hey guys,
>
> I have searched for this and have not found any similar posts.
>
> I am building the 3.18 kernel (not modified) and it does not include SSD support at all. The images posted based on this kernel detect my SSD, but the one I build does not. I would have expected the GIT repo to contain the code that results in the image posted (which works with SSD just fine), including the appropriate kernel config.
Which image and git repo did you refer to?
The 4.4-r2 release uses exact the kernel and config
from android-3.18 branch of
git.android-x86.org?
> Just so that I am clear enough: grub loads fine, boots and loads the kernel from the SSD, the kernel starts fine, no errors, but does not list the SSD (nornally /dev/block/mmcblk0), only the HDD (/dev/block/sda) as drives.
>
> Questions:
>
> 1. Do I need to enable SSD support in the defconfig for my target?
> 2. If so, which modules are required for Asus T100 hardware?
> 3. Do I need to compile using any other special considerations?
If I remember correctly, the drivers needed for SSD are
sdhci and sdhci-acpi.
Both are enabled in the android-x86_defconfig
of android-3.18 branch.
No additional patch or config is needed.
Did you build the android-3.18 branch from
git.android-x86.org?