Increase the default command timeout to 10 seconds in order to accommodate more SD cards; the very boring Kingston brand 8GB Micro SD HC cards available from Amazon (https://www.amazon.co.uk/gp/product/B001CQT0X4) don't work with the default command timeout of 5 seconds.

pull/7774/head
Rob Meades 2018-05-22 16:31:57 +01:00
parent ca8aa64b5a
commit 3e23227be6
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
"SPI_CLK": "NC",
"DEVICE_SPI": 1,
"FSFAT_SDCARD_INSTALLED": 1,
"CMD_TIMEOUT": 5000,
"CMD_TIMEOUT": 10000,
"CMD0_IDLE_STATE_RETRIES": 5,
"SD_INIT_FREQUENCY": 100000
},