Hello everyone,
I am trying to start the root file system from a SD card on my OMAP-L138 Experimenter Kit.
I followed the instructions of http://processors.wiki.ti.com/index.php/GSG:_Building_Software_Components_for_OMAP-L1/AM1x.
I rebuilded the u-boot, configured the kernel with SD/MMC support and build the uImage and loaded to the board successfuly. Then I installed the modules and started the board with the root file system from a USB but nothing happens when I insert a SD card (I tried with several brands).
The only information I get is this:
root@da850-omapl138-evm:~# dmesg | grep mmc
davinci_mmc davinci_mmc.0: Using DMA, 4-bit mode
I also boot with different uImages (last version from arago-project.org and DaVinci-PSP-SDK-03.20.00.12 builded image) but nothing happens.
I also tried to rebuild the u-boot to read the uImage from the SD card but I didn't get success. The console write this:
U-Boot 2009.11 (ago 24 2010 -
16:21:50)
I2C:
ready
DRAM: 64
MB
In:
serial
Out:
serial
Err:
serial
ARM Clock : 300000000
Hz
DDR Clock : 150000000
Hz
MMC:
Net: Ethernet PHY: GENERIC @ 0x00
Any suggestions?
Cerilet.