Hi Shann,
Grazie ancora per il lavoro fatto. Vorrei ancora se possibile, capire perché con il kernel ufficiale non rileva le memorie mmcblk. Unico messaggio al boot ambiguo è
Detecting PCI devices Kernel modules...
! Missing module : iosf_mbi_pci
mentre se vedo il kernel config ottengo
CONFIG_IOSF_MBI=y
in totale le differenze complessive fra i due kernel, ufficiale e quello da me compilato, sono queste
< # Linux/i386 3.16.55 Kernel Configuration
---
> # Linux/x86 3.16.55 Kernel Configuration
749d748
< CONFIG_TCP_STEALTH=y
4711c4710
< # CONFIG_MMC_CLKGATE is not set
---
> CONFIG_MMC_CLKGATE=y
4720c4719
< # CONFIG_MMC_TEST is not set
---
> CONFIG_MMC_TEST=y
4727,4728c4726,4727
< # CONFIG_MMC_RICOH_MMC is not set
< # CONFIG_MMC_SDHCI_ACPI is not set
---
> CONFIG_MMC_RICOH_MMC=y
> CONFIG_MMC_SDHCI_ACPI=y
4730,4731c4729,4730
< # CONFIG_MMC_SDHCI_PXAV3
-----------------------------------------------------------------------
Thanks again for the work done. I would still like if possible, to understand why with the official kernel it does not detect mmcblk memories. Only message at boot ambiguous is
Detecting PCI devices Kernel modules...
! Missing module : iosf_mbi_pci
whereas if I see the kernel config I get
CONFIG_IOSF_MBI=y
in total the overall differences between the two kernels, official and the one I compiled, are these
< # Linux/i386 3.16.55 Kernel Configuration
---
> # Linux/x86 3.16.55 Kernel Configuration
749d748
< CONFIG_TCP_STEALTH=y
4711c4710
< # CONFIG_MMC_CLKGATE is not set
---
> CONFIG_MMC_CLKGATE=y
4720c4719
< # CONFIG_MMC_TEST is not set
---
> CONFIG_MMC_TEST=y
4727,4728c4726,4727
< # CONFIG_MMC_RICOH_MMC is not set
< # CONFIG_MMC_SDHCI_ACPI is not set
---
> CONFIG_MMC_RICOH_MMC=y
> CONFIG_MMC_SDHCI_ACPI=y
4730,4731c4729,4730
< # CONFIG_MMC_SDHCI_PXAV3