Based on imx7dsabre board we have design our custom board, the main changes are listed below
Sl No. | Type of component | Model Name | New Model name |
1 | DDR3 | MT41K256M16HA-125:E | MT41K512M16HA125 :A |
2 | eMMC | MTFC8GACAEAM-1M WT | THGAMRG8T13BAIL |
3 | Wi-Fi/BT | LBEH5HMZPC | LBEE5HY1MW |
4 | Display PMIC | MAX17135 | TPS65185RSLR |
5 | Touch Sensor | NA | CYTMA448 |
Referring to "MX7D_DDR3_register_programming_aid_v1_2" made the changes for DDR3 in uboot. Uboot fails to detect the mmc and thus does not proceed further.
MMC: no card present
mmc_init: -123, time 2
mmc_blk_probe: mmc_init() failed (err=-123)
*** Warning - No block device, using default environment
Device Information | ||
Memory type: | DDR3 | |
Manufacturer: | Micron | |
Memory part number: | MT41K512M16HA-125 :A | |
Density of each DRAM device (Gb): | 8 | |
Number of DRAM devices per chip select | 2 | |
Density per chip select (Gb)1: | 16 | |
Number of Chip Selects used2 | 1 | |
Total DRAM density (Gb) | 16 | |
Number of ROW Addresses2 | 16 | |
Number of COLUMN Addresses2 | 10 | |
Number of BANK addresses2 | 3 | |
Number of BANKS2 | 8 | |
Bus Width: 32 or 16 (bits) | 32 | |
Clock Cycle Freq (MHz)3 | 533 | |
Clock Cycle Time (ns) | 1.876 | |
DDRC Base Address (do not modify) | 307A0000 | |
PHY Base Address (do not modify) | 30790000 |
The full debug log is attached. Need help in understanding and resolving the problem.
Thanks and Best Regards,
Surajit
There was a hardware problem, after re-work uboot booted fine.
Which version of BSP are you using?