Artemis Nano and SD card breakout

I’m using an Artemis Nano and would like to connect an SD card breakout to it.

I’ve connected the Adafruit ID4682 breakout, but it fails to initialize. I’ve connected the wires as:

MISO → 13

MOSI–>12

CLK–>11

CS -->9

I’ve used the standard SDinfo sketch with SDfat. I’ve double checked with an Arduino Due whether the breakout and sketch works, and it does. Any suggestions what I’m doing wrong?

Double-check the default pin# in the sketch? (the one I have defaults to pin#10 for CS…)

Thanks for your reply. I check pin 10, but it didn’t work either. But I found my mistake, I had to update the Apollo3 board software (still working under 1.2.1), now works fine with CS pin 9. Thanks for your help!