How to make ssp1 of imx28 board to detect sd card?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

How to make ssp1 of imx28 board to detect sd card?

跳至解决方案
2,029 次查看
pt
Senior Contributor I

Hi Qiang_FSL, igorpadykov, raymondwang, JackLee1z,PeterChan

I am using freescale linux bsp on imx28 board. I have loaded linux image on sd card and inserted the sd card on sd1 to boot up.

Set boot mode select switch to 1010. But it sends error codes.The sd card is not detecting.


How to make ssp1 to detect sd card ?


I have seen that ssp0 pins are configured in mx28evk_pins.c file.

To solve the above issue, I have changed this according to ssp1.

Do I have to edit any other files?


Regards

Pt

标签 (2)
标记 (2)
1 解答
1,728 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Pt

for SSP1 boot, the boot argument  (for example "gpmi") must be replaced by the "ssp1" at the

kernel command line to enable the pin mux for SSP1 port.

With OBDS test mx28_sd.c you can check hardware (read/write SD test).

Best regards

chip

在原帖中查看解决方案

3 回复数
1,729 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Pt

for SSP1 boot, the boot argument  (for example "gpmi") must be replaced by the "ssp1" at the

kernel command line to enable the pin mux for SSP1 port.

With OBDS test mx28_sd.c you can check hardware (read/write SD test).

Best regards

chip

1,728 次查看
pt
Senior Contributor I

Hi igorpadykov

I have changed the boot_stream command as

noinitrd console=ttyAM0,115200 root=/dev/mmcblk0p3 rw rootwait ip=none ssp1

and set boot mode select switch to 1001.

But I am getting the following error.

#define ERROR_DDI_SD_MBR_NOT_FOUND (ERROR_DDI_GROUP | ERROR_DDI_SD_DRIVER_GROUP | 0x1D)

0x8020A01D ?

Regards

Pt

0 项奖励
回复
1,728 次查看
pt
Senior Contributor I

Thanks chipexpert.

0 项奖励
回复