Hello
I have a custom board based on AM3352 with 2 SD cards, but only one mmc0 is recognized and working well in linux :
[ 2.499206] mmc0: host does not support reading read-only switch. assuming wr
ite-enable.
[ 2.509399] mmc0: new high speed SD card at address 0260
[ 2.515594] mmcblk0: mmc0:0260 SD 977 MiB
[ 2.523162] mmcblk0: p1 p2 < >
in the board-am335Xevm.c file i added the mmc1_init call with the correct pinmux.
Where must we declare the number of SD-card for linux
regards
thanks