在MMC的第一个块中存有MMC的分区信息,如果分区信息不正确,在使用MMC启动时会报错
dev_desc->part_type = 0 //正常的板dev_desc->part_type = 2,表示是DOS分区类型
** Partition 1 not valid on device 0 **
spl: fat register err - -1
### ERROR ### Please RESET the board ###
查看源码,在u-boot源码disk/part_dos.c中test_block_type函数,这个函数会读MMC第一个块
在uboot中擦除EMMC的头mmc erase 0 0x2000000