Skip to content

Instantly share code, notes, and snippets.

@thomasdziedzic
Created December 10, 2014 06:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thomasdziedzic/01482f33aba5971845b3 to your computer and use it in GitHub Desktop.
Save thomasdziedzic/01482f33aba5971845b3 to your computer and use it in GitHub Desktop.
dmesg | grep mmc
[root@anvl ~]# dmesg | grep mmc
[ 0.000000] Kernel command line: console=ttyO2,115200n8 mpurate=800 root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait
[ 0.967285] pbias_mmc_omap2430: 1800 <--> 3000 mV at 3000 mV
[ 2.896728] of_get_named_gpiod_flags: can't parse 'cd-gpios' property of node '/ocp/mmc@4809c000[0]'
[ 2.896759] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/mmc@4809c000[0]'
[ 2.949310] of_get_named_gpiod_flags: can't parse 'cd-gpios' property of node '/ocp/mmc@480b4000[0]'
[ 2.949340] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/mmc@480b4000[0]'
[ 2.989410] of_get_named_gpiod_flags: can't parse 'cd-gpios' property of node '/ocp/mmc@480ad000[0]'
[ 2.989440] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/mmc@480ad000[0]'
[ 3.055114] mmc1: BKOPS_EN bit is not set
[ 3.087829] mmc1: new high speed MMC card at address 0001
[ 3.097015] mmcblk0: mmc1:0001 MAG2GC 14.5 GiB
[ 3.102752] mmcblk0boot0: mmc1:0001 MAG2GC partition 1 4.00 MiB
[ 3.109802] mmcblk0boot1: mmc1:0001 MAG2GC partition 2 4.00 MiB
[ 3.125762] mmcblk0: p1 p2
[ 3.136016] mmcblk0boot1: unknown partition table
[ 3.145965] mmcblk0boot0: unknown partition table
[ 3.520629] mmc2: new high speed SDIO card at address 0001
[ 3.632843] EXT4-fs (mmcblk0p2): recovery complete
[ 3.639617] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment