We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cc53cf commit 4db5bfeCopy full SHA for 4db5bfe
documentation/asciidoc/computers/raspberry-pi/eeprom-bootloader.adoc
@@ -151,6 +151,24 @@ The number of times that SD boot will be retried after failure before moving to
151
152
`-1` means infinite retries.
153
154
+Default: `0`
155
+
156
+[[SD_QUIRKS]]
157
+==== `SD_QURIKS`
158
159
+The `SD_QUIRKS` property provides a set of options to support device bringup and workaround interoperability issues.
160
161
+The flags are implemented as a bit-field. Undefined bits are reserved for future use and should be set to zero.
162
163
+[cols="1m,3"]
164
+|===
165
+| Value | Behaviour
166
167
+| 0x1
168
+| Disable SD High Speed modes. The card clock is limited to 12.5 MHz
169
170
171
172
Default: `0`
173
174
[[NET_BOOT_MAX_RETRIES]]
0 commit comments