I am using Mistral's WL1271 Daughter Card for AM18xx/OMAPL13x as an add-on for LogigPD's AM1808 eXperimenter Kit.
The Mobile SD card included in the WL1271 package was empty and needed to be formatted and updated with the AM18x SDK.
I followed the steps in:
http://processors.wiki.ti.com/index.php/AM18x_Wireless_Connectivity_Getting_Started_Guide
but that did not result in a working SD card. In AM18x Preparing SD Card two partitions are created, one for the kernel image (BOOT) and one for the filesystem (ROOT). The booloader that was shipped with the eXperimenter Kit does not seem to support this as the u-boot "mmc ..." commands are not available (e.g. "mmc rescan 0" or "fatload mmc ...").
So I tried to reflash the bootloader according to installing the u-boot. It suggests to flash u-boot.bin and arm-mmcsd-ais.bin with sfh_OMAP-L138.exe. I found sfh_OMAP-L138.exe (in the OMAP-L138_FlashAndBootUtils_2_23\OMAP-L138\GNU folder) and u-boot.bin (probably u-boot-am180x-evm-2009.11-psp03.20.00.13-r3.bin in am180x-sdk-bin-04.01.00.00.tar.gz).
According to http://processors.wiki.ti.com/index.php/Community_Linux_PSP_for_DA8x/OMAP-L1/AM1x the file arm-mmcsd-ais.bin is part of the DaVinci-PSP-SDK-#.#.#.# archive (images\boot-strap\omapl1x8\). But the DaVinci-PSP-SDK-03.20.00.12 folder of my AM1808 SDK (AM1x-1_10_00_01.tar.gz) does not contain this file (only the three files arm-spi/nand/nor-ais.bin).
Where do I get this arm-mmcsd-ais.bin file from?
At the moment as a workaround I load the kernel via TFTP and only the filesystem from the SD-card. This works and the "Matrix Application Launcher p1" appears but I would prefer the SD card only solution.