Hello All,
I would like to know whether it is possible to access Micro-SD card through CoreTile on ARM versatile express board via u-boot or through kernel. The memory map of CoreTile doesn't seem to have Micro-SD card mapping. I would also like to know whether there is some other way in which Micro-SD card contents can be accessed.
I haven't tried one on a VE, but there are are cheap microSD<->USB converters that make the microSD card look like a USB disk. If the VE was running Linux I would expect that to work.
Hi, no you can't access the mSDCARD on the Versatile Express V2M-P1 motherboard, this is used to store board configuration data and is not accessable via a CoreTile. There is a SDCARD slot at the back of the board you could use with an adapter. Hope that helps.
Liam
Thank you Liam and Scott for your reply.