*** This bug is a duplicate of bug 1496756 ***
    https://bugs.launchpad.net/bugs/1496756

the bug is resolved in official kernel, proper 5.0 emmc support is added
see mmc.c:


/* eMMC v5 or later */
        if (card->ext_csd.rev >= 7) {
                memcpy(card->ext_csd.fwrev, &ext_csd[EXT_CSD_FIRMWARE_VERSION],
                       MMC_FIRMWARE_LEN);
                card->ext_csd.ffu_capable =
                        (ext_csd[EXT_CSD_SUPPORTED_MODE] & 0x1) &&
                        !(ext_csd[EXT_CSD_FW_CONFIG] & 0x1);

                card->ext_csd.pre_eol_info = ext_csd[EXT_CSD_PRE_EOL_INFO];
                card->ext_csd.device_life_time_est_typ_a =
                        ext_csd[EXT_CSD_DEVICE_LIFE_TIME_EST_TYP_A];
                card->ext_csd.device_life_time_est_typ_b =
                        ext_csd[EXT_CSD_DEVICE_LIFE_TIME_EST_TYP_B];
        }

Please support flo again! :)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1497472

Title:
  Kernel fails to find devices to mount

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-flo/+bug/1497472/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to