Hi everyone
i used Micron emmc V5 ( MTFC8GAKAJCN-4M IT). i meet some issue.
I changed the mmc.c "if (card->ext_csd.rev > 7)". and i can found the emmc devices .
when i write uboot/kernel/rootfs image into emmc ,and start boot from emmc , Sometime work fine.
But Sometime fails , The log show " can't read emmc partition " .
my kernel based on Android 5.0.2 (uboot 2014.04, kernel 3.10.53)
the log like this.
U-Boot 2014.04-08648-g9d7bf9b-dirty (Dec 29 2016 - 15:13:19)
CPU: Freescale i.MX6Q rev1.5 at 792 MHz
CPU: Temperature 25 C, calibration data: 0x59550269
Reset cause: POR
Board: MX6-SabreSD
I2C: ready
DRAM: 2 GiB
MMC: FSL_SDHC: 0, FSL_SDHC: 1, FSL_SDHC: 2
*** Warning - bad CRC, using default environment
No panel detected: default to Hannstar-XGA
Display: Hannstar-XGA (1024x768)
In: serial
Out: serial
Err: serial
Setup 610A
WFound PFUZE100 deviceid=10,revid=21
check_and_clean: reg 0, flag_set 0
Fastboot: Normal
flash target is MMC:2
** Can't read partition table on 2:0 **
Bad partition index:1 for partition:boot
** Can't read partition table on 2:0 **
Bad partition index:2 for partition:recovery
** Can't read partition table on 2:0 **
Bad partition index:5 for partition:system
Anyone could give me the Suggestion . Tks.