SD card cannot be initialised

Hello everybody,

I have been trying to log data to a micro SD card using the Arduino 101, a micro SD breakout board, and (obviously) a micro SD card.

I have tried running the SD examples given in the Core 2.0.2 to no avail.

The programs fail to detect an SD card. I have tried changing SD card without any success.

Wiring used:
Arduino 101 GND - SD breakout GND
Arduino 101 3.3V - SD breakout 3.3V
Arduino 101 D13 - SD breakout SCK
Arduino 101 D12 - SD breakout MISO
Arduino 101 D11 - SD breakout MOSI
Arduino 101 D10 - SD breakout SS/CS

Projects tested:
CardInfo with chipSelect = 10 : fails at line card.init
DataLogger with chipSelect = 10 : fails at line SD.begin

Any help is welcome.

post your example code..
if you are using the SD breakout from Adafruit Cs should be on D4!
best of luck