Altera_Forum
Honored Contributor
12 years agoSoCrates boot problem with custom preloader
I'm using SoCrates V1.2 devboard.
I've started to study perfoming tasks from SoCrates Workshop Labs. Lab 1 with no problem. Lab 2 - got next problem: U-Boot can't initialize the sd card when using my preloader (preloader-mkimage.bin made by using instructions from Lab). Here is the boot log: u-boot 2012.10-00002-g97ca318 (jul 04 2013 - 13:18:58)
cpu : altera socfpga platform
board : ebv socrates - cyclone v soc fpga board
dram: 1 gib
mmc: designware sd/mmc: 0
error: dw_pull: stat 0x200
request failed. status: 0x00000200
error: dw_pull: stat 0x200
request failed. status: 0x00000200
error: dw_pull: stat 0x200
request failed. status: 0x00000200
error: dw_pull: stat 0x200
request failed. status: 0x00000200
mmc init failed
But everything goes fine when using preloader supplied with the devboard. Please help me to find a solution.