diff -r 578be2adaf3e -r 307f4279f433 Adaptation/GUID-092F414B-2279-4ADB-970F-75DAB8A80BD7.dita
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Adaptation/GUID-092F414B-2279-4ADB-970F-75DAB8A80BD7.dita Fri Oct 15 14:32:18 2010 +0100
@@ -0,0 +1,68 @@
+
+
+
+
+
+ Before
+running this test, you must do the following: Port the SDIO Controller for your platform (see Build the test ROM. Boot the device with the test ROM.
+
After +you have ported the SDIO Controller on your platform, you can test +it using the provided unit test application, SDIOTest.
The +test application runs in a text shell and is made of two parts:
The test program,
The test driver,
The source code of the test application is in
You must build
To include the two test components in a ROM, specify the
The SDIOTest utility is not an automated test: it performs +various unitary operations which can be used to validate the behavior +of the SDIO Controller. First, you request an operation by pressing +the corresponding key on the command line. Then, you compare the resulting +display with the data expected from the card.
The following +steps provide an example of how to test your port.
The stack must report that no card is present.
The stack must report that a card is present.
The data returned by the stack must match the data +sheet you have for the card.
The values must match the expected card data.
The values must match the expected card data.
The data returned by the stack must match the I/O specifications +of the card.