Skip to content

Instantly share code, notes, and snippets.

@damex
Created May 11, 2020 10:01
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 damex/e413adef6e7597906a14c79ec9b20c56 to your computer and use it in GitHub Desktop.
Save damex/e413adef6e7597906a14c79ec9b20c56 to your computer and use it in GitHub Desktop.
root@renegade:~# dmesg | grep mmc
[ 0.000000] Kernel command line: root=/dev/mmcblk1p1 rootwait rootfstype=ext4
[ 2.967523] dwmmc_rockchip ff500000.dwmmc: IDMAC supports 32-bit address mode.
[ 2.967553] dwmmc_rockchip ff500000.dwmmc: Using internal DMA controller.
[ 2.967562] dwmmc_rockchip ff500000.dwmmc: Version ID is 270a
[ 2.967622] dwmmc_rockchip ff500000.dwmmc: DW MMC controller at irq 33,32 bit host data width,256 deep fifo
[ 2.968471] dwmmc_rockchip ff520000.dwmmc: IDMAC supports 32-bit address mode.
[ 2.968494] dwmmc_rockchip ff520000.dwmmc: Using internal DMA controller.
[ 2.968506] dwmmc_rockchip ff520000.dwmmc: Version ID is 270a
[ 2.968557] dwmmc_rockchip ff520000.dwmmc: DW MMC controller at irq 34,32 bit host data width,256 deep fifo
[ 2.969306] mmc_host mmc0: card is non-removable.
[ 2.982104] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[ 3.073210] dwmmc_rockchip ff500000.dwmmc: IDMAC supports 32-bit address mode.
[ 3.073242] dwmmc_rockchip ff500000.dwmmc: Using internal DMA controller.
[ 3.073257] dwmmc_rockchip ff500000.dwmmc: Version ID is 270a
[ 3.073304] dwmmc_rockchip ff500000.dwmmc: DW MMC controller at irq 33,32 bit host data width,256 deep fifo
[ 3.086548] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[ 3.155380] mmc_host mmc1: Bus speed (slot 0) = 100000000Hz (slot req 100000000Hz, actual 100000000HZ div = 0)
[ 3.186936] dwmmc_rockchip ff500000.dwmmc: All phases work, using default phase 0.
[ 3.186982] mmc1: new ultra high speed SDR50 SDXC card at address 1234
[ 3.192404] mmcblk1: mmc1:1234 SA64G 57.7 GiB
[ 3.205887] mmcblk1: p1
[ 3.503019] dwmmc_rockchip ff520000.dwmmc: Busy; trying anyway
[ 4.003592] mmc_host mmc0: Timeout sending command (cmd 0x202000 arg 0x0 status 0x80202000)
[ 4.018165] mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
[ 4.540380] dwmmc_rockchip ff520000.dwmmc: Busy; trying anyway
[ 5.040965] mmc_host mmc0: Timeout sending command (cmd 0x202000 arg 0x0 status 0x80202000)
[ 5.056412] mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
[ 5.580891] dwmmc_rockchip ff520000.dwmmc: Busy; trying anyway
[ 6.081469] mmc_host mmc0: Timeout sending command (cmd 0x202000 arg 0x0 status 0x80202000)
[ 6.096818] mmc_host mmc0: Bus speed (slot 0) = 100000Hz (slot req 100000Hz, actual 100000HZ div = 0)
[ 6.629071] dwmmc_rockchip ff520000.dwmmc: Busy; trying anyway
[ 7.129634] mmc_host mmc0: Timeout sending command (cmd 0x202000 arg 0x0 status 0x80202000)
[ 34.433340] EXT4-fs (mmcblk1p1): mounted filesystem with writeback data mode. Opts: (null)
[ 36.165931] EXT4-fs (mmcblk1p1): re-mounted. Opts: commit=600,errors=remount-ro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment