source: Hardware/WARP_v3/Rev1.1/Config_CPLD/src/spi_boot_OpenCores_src/KNOWN_BUGS

Last change on this file was 1799, checked in by murphpo, 12 years ago

Adding WARP v3 hardware files (schematics, FPGA pinout, configuration CPLD source)

File size: 1.2 KB
Line 
1
2Known bugs of the spi_boot core
3===============================
4Version: $Id: KNOWN_BUGS 77 2009-04-01 19:53:14Z arniml $
5
6
7Release 3.1, Rev C
8------------------
9
10*******************************************************************************
11CMD55 assumed to be nonexistent for MMC
12
13The controller FSM assumes that MMC cards result with
14"Illegal Command" from CMD55. The card will be detected as an MMC once CMD55
15has been accepted. However, the MMC standard defines this command,
16thus it is not save to rely on its nonexistence. Instead also a path from
17ACMD41 to CMD1 should be established.
18
19Fixed in:
20spi_boot.vhd 1.11
21Fix will be included in next release.
22
23
24
25Release 3.0, Rev C
26------------------
27
28*******************************************************************************
29CMD55 assumed to be nonexistent for MMC
30
31See above.
32
33
34
35Release 2.0, Rev B
36------------------
37
38*******************************************************************************
39CMD55 assumed to be nonexistent for MMC
40
41See above.
42
43
44
45Release 1.0, Rev A
46------------------
47
48*******************************************************************************
49CMD55 assumed to be nonexistent for MMC
50
51See above.
Note: See TracBrowser for help on using the repository browser.