I also met the same kind of trouble as this thread.
http://zedboard.org/content/issues-loading-rootfs-sd-card
This thread avoids the problem by setting "disable-wp" to devicetree.
However, this problem does not exist in the board difinition file, "I / O Configuration"> "Low Speed"> "Memory Interfaces"> "SD"> "SD 1"> "WP" is not set Is the cause
I suggest adding the following description to the board difinition file (ultrazed_3eg_iocc/1.0/preset.xml).
<user_parameter name = "CONFIG.PSU__SD1__GRP_WP__ENABLE" value = "1" />
<user_parameter name = "CONFIG.PSU__SD1__GRP_WP__IO" value = "MIO 44" />
Is there any problem with this method?