MMC Messages in dmesg

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MMC Messages in dmesg

1,009 Views
PaulDeMetrotion
Senior Contributor I

I have a working baord with the i.MX6DL and a LInux image. The board boots and works fine. My dmesg file is full of the following data repeated many times. Any idea how I can stop this? I confirmed that the MMC debug option sis disabled.

mmc2: starting CMD25 arg 001ac038 flags 000000b5
mmc2: blksz 512 blocks 8 flags 00000100 tsac 1600 ms nsac 4000
mmc2: CMD12 arg 00000000 flags 0000049d
sdhci [sdhci_irq()]: *** mmc2 got interrupt: 0x00000001
sdhci [sdhci_irq()]: *** mmc2 got interrupt: 0x00000002
mmc2: req done <CMD23>: 0: 00000000 00000000 00000000 00000000
mmc2: req done (CMD25): 0: 00000900 00000000 00000000 00000000
mmc2: 4096 bytes transferred: 0
mmc2: (CMD12): 0: 00000000 00000000 00000000 00000000
mmc2: starting CMD13 arg 00010000 flags 00000195
sdhci [sdhci_irq()]: *** mmc2 got interrupt: 0x00000001
mmc2: req done (CMD13): 0: 00000900 00000000 00000000 00000000

0 Kudos
1 Reply

648 Views
weidong_sun
NXP TechSupport
NXP TechSupport

Hi, Paul,

    Try to use the following command to close it, please!

-----

# cat >/proc/sys/kernel/printk

# echo 1>/proc/sys/kernel/printk

-----

[Note] You can get detailed information form internet.


Have a great day,
TIC   weidong sun

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos