Odroid C1 won't install

Hi guys!

Today I decided to dig up my Odroid C1 from my drawer and started looking for ways to create a multi-purpose server. Dietpi, being super light-weight and coming bundled with the option to install a bunch of software from a simple menu, seemed to be the best option.
I downloaded the image, flashed it onto an 8 gig uhs 10 micro-sd with etcher and plugged the sucker in. The board booted fine, and I SSH’d into the machine to get started. My troubles began when I started to install the operating system itself. It took a very long time and it ended up giving me an “apt-get simulation failed” error. I ran through all the steps that were given in the command prompt but none of them seemed to work. I then tried to “apt-get update”. Write error 28, disk space full. I typed in “df - i” and saw that the root partition was full. Coming in at only 128 MB’ s, that made sense. Is there any way to increase this partition? Windows partitioner and “EaseUS Partition Wizard” were no help.

After Google-ing for a while not a single issue like mine popped up so I decided to ask you guys for help.
Any and all is appreciated :smiley:

Hi,

Which SD card brand and typ?

You can try two things:

    • edit boot.ini with a Unix compatible editor on FAT partition “BOOT” and comment out:
# UHS Card Configuration
# Uncomment the line below to __DISABLE__ UHS-1 MicroSD support
# This might break boot for some brand models of cards.
### setenv disableuhs "disableuhs"



    • edit dietpi.txt with a Unix compatible editor on FAT partition “BOOT” and add the lines if missing at the end: (assumed update to v158 has run at initial setup)
#------------------------------------------------------------------------------------------------------
# D I E T - P I
# Dev settings
#------------------------------------------------------------------------------------------------------
gitbranch=master
gitforkowner=Fourdee

#Forces a partition resize + expansion of rootfs on next boot. (0=disabled, 1=enabled)
fs_force_resize=1

# - Max size of rootfs resize (%)
rootfs_resize_limit=100



Thanks for responding!

I’m unsure what brand the MicroSD is, doesn’t have the brand name on the card itself. I tried googling the serial number on the back but it led to no results…

None of your solutions seem to work unfortunately. I’m using the stock Odroid C1 charger from hardkernel itself, so that shouldn’t be an issue.

I know that the MicroSD should work since I’ve used it before in a ubuntu setup for the Odroid C1.


I have tried a different Micro SD that won’t install either. I also seem to be unable to save changes to the settings sometimes, i.e. Ethernet to DHCP from static etc. Gives me a “failed to flush netstat… device full” or something along those lines.
The boot partition is always full and everything “wants” to be installed onto the boot partition. Is there a way to change this?

I just tried installing Armbian and that worked perfectly. I guess that there’s some compatibility issues with Dietpi and my 8gb micro sd’s?
I also have the idea that:
"
#Forces a partition resize + expansion of rootfs on next boot. (0=disabled, 1=enabled)
fs_force_resize=1

- Max size of rootfs resize (%)

rootfs_resize_limit=100"

Doesn’t actually take place and just gets skipped. Whether the modification to the file is present before inserting the sd the first time or after updating the system, the rootfs stays at 128mb’s…

Hmm … I guess no.

What’s happend while booting is this:

root@DietPi-C1-SE:~# dmesg | grep mmc
[    0.000000] Kernel command line: root=/dev/mmcblk0p2 rootwait ro console=tty0 no_console_suspend vdaccfg=0xa000 logo=osd1,loaded,0x7900000,720p,full dmfc=3 cvbsmode=576cvbs hdmimode=720p m_bpp=16 vout=hdmi disableuhs disablehpd=true
[    1.139734] mmc driver version: 1.07, 2014-06-30: eMMC add hw reset function
[    1.241795] sd: mmc_rescan_try_freq: trying to init card at 400000 Hz
[    1.328575] get property:                  pinname, str:emmc
[    1.336349] [is_emmc_exist] host->storage_flag=0, POR_BOOT_VALUE=1
[    1.521381] mmcblk0: sd:59b4 USDU1 14.9 GiB
[    1.522610]  mmcblk0: p1 p2
[    1.523200] emmc: mmc_rescan_try_freq: trying to init card at 400000 Hz
[    1.523204] aml_emmc_hw_reset 1379
[    1.872962] mmcblk0: r/w command failed, status = 0x80000b00
[    1.875376] end_request: I/O error, dev mmcblk0, sector 31422456
[    1.877763] Buffer I/O error on device mmcblk0, logical block 3927807
[    1.881413] mmcblk0: r/w command failed, status = 0x80000b00
[    1.884472] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    1.887418] end_request: I/O error, dev mmcblk0, sector 31422456
[    1.890747] Buffer I/O error on device mmcblk0, logical block 3927807
[    1.906977] mmcblk0: r/w command failed, status = 0x80000b00
[    1.909386] end_request: I/O error, dev mmcblk0, sector 31422456
[    1.911907] Buffer I/O error on device mmcblk0p2, logical block 3894783
[    1.916594] mmcblk0: r/w command failed, status = 0x80000b00
[    1.919406] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    1.922668] end_request: I/O error, dev mmcblk0, sector 31422456
[    1.925659] Buffer I/O error on device mmcblk0p2, logical block 3894783
[    2.346743] mmcblk0: r/w command failed, status = 0x80000b00
[    2.348480] end_request: I/O error, dev mmcblk0, sector 31422456
[    2.350196] Buffer I/O error on device mmcblk0p2, logical block 3894783
[    2.352615] mmcblk0: r/w command failed, status = 0x80000b00
[    2.354359] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.356101] end_request: I/O error, dev mmcblk0, sector 31422456
[    2.357840] Buffer I/O error on device mmcblk0p2, logical block 3894783
[    2.494567] mmcblk0: r/w command failed, status = 0x80000b00
[    2.496368] end_request: I/O error, dev mmcblk0, sector 31422456
[    2.498141] Buffer I/O error on device mmcblk0p2, logical block 3894783
[    2.500584] mmcblk0: r/w command failed, status = 0x80000b00
[    2.502407] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.504203] end_request: I/O error, dev mmcblk0, sector 31422456
[    2.506002] Buffer I/O error on device mmcblk0p2, logical block 3894783
[    2.508483] mmcblk0: r/w command failed, status = 0x80000b00
[    2.510296] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.512133] end_request: I/O error, dev mmcblk0, sector 31422456
[    2.513945] Buffer I/O error on device mmcblk0p2, logical block 15579132
[    2.515774] end_request: I/O error, dev mmcblk0, sector 31422458
[    2.518534] mmcblk0: r/w command failed, status = 0x80000b00
[    2.521038] mmcblk0: r/w command failed, status = 0x80000b00
[    2.522992] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.525742] mmcblk0: r/w command failed, status = 0x80000b00
[    2.528220] mmcblk0: r/w command failed, status = 0x80000b00
[    2.530039] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.532831] mmcblk0: r/w command failed, status = 0x80000b00
[    2.535318] mmcblk0: r/w command failed, status = 0x80000b00
[    2.537129] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.539874] mmcblk0: r/w command failed, status = 0x80000b00
[    2.542395] mmcblk0: r/w command failed, status = 0x80000b00
[    2.544208] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.546655] mmcblk0: r/w command failed, status = 0x80000b00
[    2.548486] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.550982] mmcblk0: r/w command failed, status = 0x80000b00
[    2.552868] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.555373] mmcblk0: r/w command failed, status = 0x80000b00
[    2.557259] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.559806] mmcblk0: r/w command failed, status = 0x80000b00
[    2.561739] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.565511] mmcblk0: r/w command failed, status = 0x80000b00
[    2.568115] mmcblk0: r/w command failed, status = 0x80000b00
[    2.570034] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.572994] mmcblk0: r/w command failed, status = 0x80000b00
[    2.575629] mmcblk0: r/w command failed, status = 0x80000b00
[    2.577577] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.580166] mmcblk0: r/w command failed, status = 0x80000b00
[    2.582174] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.584836] mmcblk0: r/w command failed, status = 0x80000b00
[    2.586820] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.589435] mmcblk0: r/w command failed, status = 0x80000b00
[    2.591417] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.594117] mmcblk0: r/w command failed, status = 0x80000b00
[    2.596113] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.598736] mmcblk0: r/w command failed, status = 0x80000b00
[    2.600735] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.603444] mmcblk0: r/w command failed, status = 0x80000b00
[    2.605456] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.608085] mmcblk0: r/w command failed, status = 0x80000b00
[    2.610089] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.612786] mmcblk0: r/w command failed, status = 0x80000b00
[    2.614792] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.617422] mmcblk0: r/w command failed, status = 0x80000b00
[    2.619421] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.622087] mmcblk0: r/w command failed, status = 0x80000b00
[    2.624086] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.626708] mmcblk0: r/w command failed, status = 0x80000b00
[    2.628700] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.631360] mmcblk0: r/w command failed, status = 0x80000b00
[    2.633383] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.636318] mmcblk0: r/w command failed, status = 0x80000b00
[    2.638970] mmcblk0: r/w command failed, status = 0x80000b00
[    2.640937] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.643867] mmcblk0: r/w command failed, status = 0x80000b00
[    2.646489] mmcblk0: r/w command failed, status = 0x80000b00
[    2.648437] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.651000] mmcblk0: r/w command failed, status = 0x80000b00
[    2.652932] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.655520] mmcblk0: r/w command failed, status = 0x80000b00
[    2.657443] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.660001] mmcblk0: r/w command failed, status = 0x80000b00
[    2.661957] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.664556] mmcblk0: r/w command failed, status = 0x80000b00
[    2.666482] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.669030] mmcblk0: r/w command failed, status = 0x80000b00
[    2.670966] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.673592] mmcblk0: r/w command failed, status = 0x80000b00
[    2.675533] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.678095] mmcblk0: r/w command failed, status = 0x80000b00
[    2.680032] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.682648] mmcblk0: r/w command failed, status = 0x80000b00
[    2.684580] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.687141] mmcblk0: r/w command failed, status = 0x80000b00
[    2.689068] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.691659] mmcblk0: r/w command failed, status = 0x80000b00
[    2.693597] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.696442] mmcblk0: r/w command failed, status = 0x80000b00
[    2.699023] mmcblk0: r/w command failed, status = 0x80000b00
[    2.700921] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.703782] mmcblk0: r/w command failed, status = 0x80000b00
[    2.706343] mmcblk0: r/w command failed, status = 0x80000b00
[    2.708219] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.710718] mmcblk0: r/w command failed, status = 0x80000b00
[    2.712608] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.715155] mmcblk0: r/w command failed, status = 0x80000b00
[    2.717024] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.719516] mmcblk0: r/w command failed, status = 0x80000b00
[    2.721380] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.723926] mmcblk0: r/w command failed, status = 0x80000b00
[    2.725788] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.728274] mmcblk0: r/w command failed, status = 0x80000b00
[    2.730149] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.732707] mmcblk0: r/w command failed, status = 0x80000b00
[    2.734585] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.737399] mmcblk0: r/w command failed, status = 0x80000b00
[    2.739954] mmcblk0: r/w command failed, status = 0x80000b00
[    2.741845] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.744371] mmcblk0: r/w command failed, status = 0x80000b00
[    2.746265] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.748822] mmcblk0: r/w command failed, status = 0x80000b00
[    2.750732] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.753296] mmcblk0: r/w command failed, status = 0x80000b00
[    2.755209] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.757781] mmcblk0: r/w command failed, status = 0x80000b00
[    2.759690] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.762228] mmcblk0: r/w command failed, status = 0x80000b00
[    2.764139] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.766717] mmcblk0: r/w command failed, status = 0x80000b00
[    2.768628] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.771480] mmcblk0: r/w command failed, status = 0x80000b00
[    2.774075] mmcblk0: r/w command failed, status = 0x80000b00
[    2.775987] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.778817] mmcblk0: r/w command failed, status = 0x80000b00
[    2.781386] mmcblk0: r/w command failed, status = 0x80000b00
[    2.783315] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.786156] mmcblk0: r/w command failed, status = 0x80000b00
[    2.788729] mmcblk0: r/w command failed, status = 0x80000b00
[    2.790620] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.793470] mmcblk0: r/w command failed, status = 0x80000b00
[    2.796026] mmcblk0: r/w command failed, status = 0x80000b00
[    2.797901] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.800399] mmcblk0: r/w command failed, status = 0x80000b00
[    2.802291] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.804836] mmcblk0: r/w command failed, status = 0x80000b00
[    2.806713] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.809212] mmcblk0: r/w command failed, status = 0x80000b00
[    2.811088] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.813645] mmcblk0: r/w command failed, status = 0x80000b00
[    2.815522] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.818324] mmcblk0: r/w command failed, status = 0x80000b00
[    2.820859] mmcblk0: r/w command failed, status = 0x80000b00
[    2.822735] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.825223] mmcblk0: r/w command failed, status = 0x80000b00
[    2.827081] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.829603] mmcblk0: r/w command failed, status = 0x80000b00
[    2.831462] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.833963] mmcblk0: r/w command failed, status = 0x80000b00
[    2.835823] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.838345] mmcblk0: r/w command failed, status = 0x80000b00
[    2.840203] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.843020] mmcblk0: r/w command failed, status = 0x80000b00
[    2.845562] mmcblk0: r/w command failed, status = 0x80000b00
[    2.847418] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.849899] mmcblk0: r/w command failed, status = 0x80000b00
[    2.851791] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.854337] mmcblk0: r/w command failed, status = 0x80000b00
[    2.856213] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.858717] mmcblk0: r/w command failed, status = 0x80000b00
[    2.860591] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.863148] mmcblk0: r/w command failed, status = 0x80000b00
[    2.865024] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.867524] mmcblk0: r/w command failed, status = 0x80000b00
[    2.869398] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.871936] mmcblk0: r/w command failed, status = 0x80000b00
[    2.873810] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.876604] mmcblk0: r/w command failed, status = 0x80000b00
[    2.879141] mmcblk0: r/w command failed, status = 0x80000b00
[    2.880997] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.883505] mmcblk0: r/w command failed, status = 0x80000b00
[    2.885362] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.887887] mmcblk0: r/w command failed, status = 0x80000b00
[    2.889743] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.892222] mmcblk0: r/w command failed, status = 0x80000b00
[    2.894078] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.896598] mmcblk0: r/w command failed, status = 0x80000b00
[    2.898455] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.900936] mmcblk0: r/w command failed, status = 0x80000b00
[    2.902829] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.905374] mmcblk0: r/w command failed, status = 0x80000b00
[    2.907248] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.909762] mmcblk0: r/w command failed, status = 0x80000b00
[    2.911651] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.914220] mmcblk0: r/w command failed, status = 0x80000b00
[    2.916110] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.918625] mmcblk0: r/w command failed, status = 0x80000b00
[    2.920514] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.923087] mmcblk0: r/w command failed, status = 0x80000b00
[    2.924978] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.927492] mmcblk0: r/w command failed, status = 0x80000b00
[    2.929380] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.931930] mmcblk0: r/w command failed, status = 0x80000b00
[    2.933819] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.936339] mmcblk0: r/w command failed, status = 0x80000b00
[    2.938228] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.940782] mmcblk0: r/w command failed, status = 0x80000b00
[    2.942707] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.945541] mmcblk0: r/w command failed, status = 0x80000b00
[    2.948109] mmcblk0: r/w command failed, status = 0x80000b00
[    2.949999] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.952840] mmcblk0: r/w command failed, status = 0x80000b00
[    2.955393] mmcblk0: r/w command failed, status = 0x80000b00
[    2.957265] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.959761] mmcblk0: r/w command failed, status = 0x80000b00
[    2.961632] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.964181] mmcblk0: r/w command failed, status = 0x80000b00
[    2.966054] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.968553] mmcblk0: r/w command failed, status = 0x80000b00
[    2.970424] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.972975] mmcblk0: r/w command failed, status = 0x80000b00
[    2.974849] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.977677] mmcblk0: r/w command failed, status = 0x80000b00
[    2.980224] mmcblk0: r/w command failed, status = 0x80000b00
[    2.982112] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.984633] mmcblk0: r/w command failed, status = 0x80000b00
[    2.986523] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.989076] mmcblk0: r/w command failed, status = 0x80000b00
[    2.990982] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    2.993840] mmcblk0: r/w command failed, status = 0x80000b00
[    2.996410] mmcblk0: r/w command failed, status = 0x80000b00
[    2.998316] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.000849] mmcblk0: r/w command failed, status = 0x80000b00
[    3.002776] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.005353] mmcblk0: r/w command failed, status = 0x80000b00
[    3.007261] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.009792] mmcblk0: r/w command failed, status = 0x80000b00
[    3.011738] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.014318] mmcblk0: r/w command failed, status = 0x80000b00
[    3.016226] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.018757] mmcblk0: r/w command failed, status = 0x80000b00
[    3.020663] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.023272] mmcblk0: r/w command failed, status = 0x80000b00
[    3.025196] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.028061] mmcblk0: r/w command failed, status = 0x80000b00
[    3.030648] mmcblk0: r/w command failed, status = 0x80000b00
[    3.032574] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.035116] mmcblk0: r/w command failed, status = 0x80000b00
[    3.037023] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.039600] mmcblk0: r/w command failed, status = 0x80000b00
[    3.041507] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.044369] mmcblk0: r/w command failed, status = 0x80000b00
[    3.046938] mmcblk0: r/w command failed, status = 0x80000b00
[    3.048845] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.051375] mmcblk0: r/w command failed, status = 0x80000b00
[    3.053299] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.055871] mmcblk0: r/w command failed, status = 0x80000b00
[    3.057778] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.060312] mmcblk0: r/w command failed, status = 0x80000b00
[    3.062236] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.064814] mmcblk0: r/w command failed, status = 0x80000b00
[    3.066720] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.069254] mmcblk0: r/w command failed, status = 0x80000b00
[    3.071161] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.073751] mmcblk0: r/w command failed, status = 0x80000b00
[    3.075659] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.078189] mmcblk0: r/w command failed, status = 0x80000b00
[    3.080096] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.082695] mmcblk0: r/w command failed, status = 0x80000b00
[    3.084622] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.087174] mmcblk0: r/w command failed, status = 0x80000b00
[    3.089097] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.091677] mmcblk0: r/w command failed, status = 0x80000b00
[    3.093618] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.096174] mmcblk0: r/w command failed, status = 0x80000b00
[    3.098099] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.100685] mmcblk0: r/w command failed, status = 0x80000b00
[    3.102626] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.105183] mmcblk0: r/w command failed, status = 0x80000b00
[    3.107107] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.109694] mmcblk0: r/w command failed, status = 0x80000b00
[    3.111620] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.114508] mmcblk0: r/w command failed, status = 0x80000b00
[    3.117100] mmcblk0: r/w command failed, status = 0x80000b00
[    3.119009] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.121545] mmcblk0: r/w command failed, status = 0x80000b00
[    3.123472] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.126048] mmcblk0: r/w command failed, status = 0x80000b00
[    3.127958] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.130496] mmcblk0: r/w command failed, status = 0x80000b00
[    3.132422] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.135001] mmcblk0: r/w command failed, status = 0x80000b00
[    3.136912] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.139450] mmcblk0: r/w command failed, status = 0x80000b00
[    3.141359] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.143956] mmcblk0: r/w command failed, status = 0x80000b00
[    3.145869] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.148406] mmcblk0: r/w command failed, status = 0x80000b00
[    3.150316] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.152928] mmcblk0: r/w command failed, status = 0x80000b00
[    3.154857] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.157411] mmcblk0: r/w command failed, status = 0x80000b00
[    3.159356] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.161966] mmcblk0: r/w command failed, status = 0x80000b00
[    3.163912] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.166486] mmcblk0: r/w command failed, status = 0x80000b00
[    3.168431] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.171039] mmcblk0: r/w command failed, status = 0x80000b00
[    3.173003] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.175875] mmcblk0: r/w command failed, status = 0x80000b00
[    3.178484] mmcblk0: r/w command failed, status = 0x80000b00
[    3.180414] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.183299] mmcblk0: r/w command failed, status = 0x80000b00
[    3.185916] mmcblk0: r/w command failed, status = 0x80000b00
[    3.187845] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.190400] mmcblk0: r/w command failed, status = 0x80000b00
[    3.192345] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.194944] mmcblk0: r/w command failed, status = 0x80000b00
[    3.196874] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.199429] mmcblk0: r/w command failed, status = 0x80000b00
[    3.201375] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.204007] mmcblk0: r/w command failed, status = 0x80000b00
[    3.205954] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.208526] mmcblk0: r/w command failed, status = 0x80000b00
[    3.210470] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.213097] mmcblk0: r/w command failed, status = 0x80000b00
[    3.215044] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.217617] mmcblk0: r/w command failed, status = 0x80000b00
[    3.219562] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.222166] mmcblk0: r/w command failed, status = 0x80000b00
[    3.224112] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.226687] mmcblk0: r/w command failed, status = 0x80000b00
[    3.228633] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.231241] mmcblk0: r/w command failed, status = 0x80000b00
[    3.233206] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.235802] mmcblk0: r/w command failed, status = 0x80000b00
[    3.237767] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.240395] mmcblk0: r/w command failed, status = 0x80000b00
[    3.242377] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.244973] mmcblk0: r/w command failed, status = 0x80000b00
[    3.246939] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.249569] mmcblk0: r/w command failed, status = 0x80000b00
[    3.251550] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.254489] mmcblk0: r/w command failed, status = 0x80000b00
[    3.257136] mmcblk0: r/w command failed, status = 0x80000b00
[    3.259101] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.261693] mmcblk0: r/w command failed, status = 0x80000b00
[    3.263678] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.266311] mmcblk0: r/w command failed, status = 0x80000b00
[    3.268277] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.270870] mmcblk0: r/w command failed, status = 0x80000b00
[    3.272855] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.275492] mmcblk0: r/w command failed, status = 0x80000b00
[    3.277460] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.280053] mmcblk0: r/w command failed, status = 0x80000b00
[    3.282036] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.284676] mmcblk0: r/w command failed, status = 0x80000b00
[    3.286644] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.289239] mmcblk0: r/w command failed, status = 0x80000b00
[    3.291206] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.293859] mmcblk0: r/w command failed, status = 0x80000b00
[    3.295827] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.298421] mmcblk0: r/w command failed, status = 0x80000b00
[    3.300389] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.303039] mmcblk0: r/w command failed, status = 0x80000b00
[    3.305008] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.307900] mmcblk0: r/w command failed, status = 0x80000b00
[    3.310529] mmcblk0: r/w command failed, status = 0x80000b00
[    3.312496] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.315079] mmcblk0: r/w command failed, status = 0x80000b00
[    3.317031] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.319646] mmcblk0: r/w command failed, status = 0x80000b00
[    3.321596] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.324211] mmcblk0: r/w command failed, status = 0x80000b00
[    3.326180] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.328809] mmcblk0: r/w command failed, status = 0x80000b00
[    3.330776] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.333707] mmcblk0: r/w command failed, status = 0x80000b00
[    3.336340] mmcblk0: r/w command failed, status = 0x80000b00
[    3.338291] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.340870] mmcblk0: r/w command failed, status = 0x80000b00
[    3.342834] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.345455] mmcblk0: r/w command failed, status = 0x80000b00
[    3.347406] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.349982] mmcblk0: r/w command failed, status = 0x80000b00
[    3.351948] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.354567] mmcblk0: r/w command failed, status = 0x80000b00
[    3.356518] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.359095] mmcblk0: r/w command failed, status = 0x80000b00
[    3.361046] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.363683] mmcblk0: r/w command failed, status = 0x80000b00
[    3.365635] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.368215] mmcblk0: r/w command failed, status = 0x80000b00
[    3.370167] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.372799] mmcblk0: r/w command failed, status = 0x80000b00
[    3.374753] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.377333] mmcblk0: r/w command failed, status = 0x80000b00
[    3.379285] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.381899] mmcblk0: r/w command failed, status = 0x80000b00
[    3.383851] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.386453] mmcblk0: r/w command failed, status = 0x80000b00
[    3.388422] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.391054] mmcblk0: r/w command failed, status = 0x80000b00
[    3.393060] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.395993] mmcblk0: r/w command failed, status = 0x80000b00
[    3.398645] mmcblk0: r/w command failed, status = 0x80000b00
[    3.400615] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.403233] mmcblk0: r/w command failed, status = 0x80000b00
[    3.405203] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.407835] mmcblk0: r/w command failed, status = 0x80000b00
[    3.409805] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.412731] mmcblk0: r/w command failed, status = 0x80000b00
[    3.415371] mmcblk0: r/w command failed, status = 0x80000b00
[    3.417324] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.420200] mmcblk0: r/w command failed, status = 0x80000b00
[    3.422836] mmcblk0: r/w command failed, status = 0x80000b00
[    3.424772] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.427333] mmcblk0: r/w command failed, status = 0x80000b00
[    3.429266] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.431861] mmcblk0: r/w command failed, status = 0x80000b00
[    3.433795] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.436356] mmcblk0: r/w command failed, status = 0x80000b00
[    3.438288] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.440885] mmcblk0: r/w command failed, status = 0x80000b00
[    3.442835] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.445714] mmcblk0: r/w command failed, status = 0x80000b00
[    3.448316] mmcblk0: r/w command failed, status = 0x80000b00
[    3.450232] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.453104] mmcblk0: r/w command failed, status = 0x80000b00
[    3.455684] mmcblk0: r/w command failed, status = 0x80000b00
[    3.457582] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.460106] mmcblk0: r/w command failed, status = 0x80000b00
[    3.462019] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.464587] mmcblk0: r/w command failed, status = 0x80000b00
[    3.466502] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.469045] mmcblk0: r/w command failed, status = 0x80000b00
[    3.470960] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.473562] mmcblk0: r/w command failed, status = 0x80000b00
[    3.475479] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.478022] mmcblk0: r/w command failed, status = 0x80000b00
[    3.479937] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.482535] mmcblk0: r/w command failed, status = 0x80000b00
[    3.484451] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.486992] mmcblk0: r/w command failed, status = 0x80000b00
[    3.488906] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.491482] mmcblk0: r/w command failed, status = 0x80000b00
[    3.493413] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.495957] mmcblk0: r/w command failed, status = 0x80000b00
[    3.497872] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.500451] mmcblk0: r/w command failed, status = 0x80000b00
[    3.502384] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.504934] mmcblk0: r/w command failed, status = 0x80000b00
[    3.506848] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.509422] mmcblk0: r/w command failed, status = 0x80000b00
[    3.511335] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.514197] mmcblk0: r/w command failed, status = 0x80000b00
[    3.516767] mmcblk0: r/w command failed, status = 0x80000b00
[    3.518679] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.521214] mmcblk0: r/w command failed, status = 0x80000b00
[    3.523249] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.525837] mmcblk0: r/w command failed, status = 0x80000b00
[    3.527752] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.530291] mmcblk0: r/w command failed, status = 0x80000b00
[    3.532221] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.534809] mmcblk0: r/w command failed, status = 0x80000b00
[    3.536723] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.539260] mmcblk0: r/w command failed, status = 0x80000b00
[    3.541172] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.543786] mmcblk0: r/w command failed, status = 0x80000b00
[    3.545717] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.548277] mmcblk0: r/w command failed, status = 0x80000b00
[    3.550205] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.552816] mmcblk0: r/w command failed, status = 0x80000b00
[    3.554747] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.557305] mmcblk0: r/w command failed, status = 0x80000b00
[    3.559234] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.561828] mmcblk0: r/w command failed, status = 0x80000b00
[    3.563757] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.566314] mmcblk0: r/w command failed, status = 0x80000b00
[    3.568241] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.570832] mmcblk0: r/w command failed, status = 0x80000b00
[    3.572778] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.575340] mmcblk0: r/w command failed, status = 0x80000b00
[    3.577268] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.579860] mmcblk0: r/w command failed, status = 0x80000b00
[    3.581804] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.584364] mmcblk0: r/w command failed, status = 0x80000b00
[    3.586294] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.588887] mmcblk0: r/w command failed, status = 0x80000b00
[    3.590816] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.593703] mmcblk0: r/w command failed, status = 0x80000b00
[    3.596301] mmcblk0: r/w command failed, status = 0x80000b00
[    3.598211] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.600747] mmcblk0: r/w command failed, status = 0x80000b00
[    3.602673] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.605271] mmcblk0: r/w command failed, status = 0x80000b00
[    3.607197] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.609752] mmcblk0: r/w command failed, status = 0x80000b00
[    3.611679] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.614286] mmcblk0: r/w command failed, status = 0x80000b00
[    3.616214] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.618768] mmcblk0: r/w command failed, status = 0x80000b00
[    3.620712] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.623334] mmcblk0: r/w command failed, status = 0x80000b00
[    3.625281] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.627868] mmcblk0: r/w command failed, status = 0x80000b00
[    3.629829] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.632473] mmcblk0: r/w command failed, status = 0x80000b00
[    3.634438] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.637322] mmcblk0: r/w command failed, status = 0x80000b00
[    3.639945] mmcblk0: r/w command failed, status = 0x80000b00
[    3.641907] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.644483] mmcblk0: r/w command failed, status = 0x80000b00
[    3.646430] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.649037] mmcblk0: r/w command failed, status = 0x80000b00
[    3.650984] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.653905] mmcblk0: r/w command failed, status = 0x80000b00
[    3.656537] mmcblk0: r/w command failed, status = 0x80000b00
[    3.658484] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.661071] mmcblk0: r/w command failed, status = 0x80000b00
[    3.663056] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.665687] mmcblk0: r/w command failed, status = 0x80000b00
[    3.667651] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.670241] mmcblk0: r/w command failed, status = 0x80000b00
[    3.672220] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.674854] mmcblk0: r/w command failed, status = 0x80000b00
[    3.676819] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.679699] mmcblk0: r/w command failed, status = 0x80000b00
[    3.682380] mmcblk0: r/w command failed, status = 0x80000b00
[    3.684329] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.687197] mmcblk0: r/w command failed, status = 0x80000b00
[    3.689806] mmcblk0: r/w command failed, status = 0x80000b00
[    3.691755] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.694321] mmcblk0: r/w command failed, status = 0x80000b00
[    3.696250] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.698844] mmcblk0: r/w command failed, status = 0x80000b00
[    3.700773] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.703661] mmcblk0: r/w command failed, status = 0x80000b00
[    3.706258] mmcblk0: r/w command failed, status = 0x80000b00
[    3.708169] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.710706] mmcblk0: r/w command failed, status = 0x80000b00
[    3.712637] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.715226] mmcblk0: r/w command failed, status = 0x80000b00
[    3.717139] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.719972] mmcblk0: r/w command failed, status = 0x80000b00
[    3.722565] mmcblk0: r/w command failed, status = 0x80000b00
[    3.724479] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.727019] mmcblk0: r/w command failed, status = 0x80000b00
[    3.728932] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.731502] mmcblk0: r/w command failed, status = 0x80000b00
[    3.733433] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.735979] mmcblk0: r/w command failed, status = 0x80000b00
[    3.737890] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.740463] mmcblk0: r/w command failed, status = 0x80000b00
[    3.742391] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.744935] mmcblk0: r/w command failed, status = 0x80000b00
[    3.746847] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.749422] mmcblk0: r/w command failed, status = 0x80000b00
[    3.751333] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.754206] mmcblk0: r/w command failed, status = 0x80000b00
[    3.756785] mmcblk0: r/w command failed, status = 0x80000b00
[    3.758679] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.761198] mmcblk0: r/w command failed, status = 0x80000b00
[    3.763109] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.765673] mmcblk0: r/w command failed, status = 0x80000b00
[    3.767568] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.770090] mmcblk0: r/w command failed, status = 0x80000b00
[    3.772000] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.774565] mmcblk0: r/w command failed, status = 0x80000b00
[    3.776460] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.778976] mmcblk0: r/w command failed, status = 0x80000b00
[    3.780870] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.783444] mmcblk0: r/w command failed, status = 0x80000b00
[    3.785339] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.787861] mmcblk0: r/w command failed, status = 0x80000b00
[    3.789754] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.792364] mmcblk0: r/w command failed, status = 0x80000b00
[    3.794259] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.797093] mmcblk0: r/w command failed, status = 0x80000b00
[    3.799651] mmcblk0: r/w command failed, status = 0x80000b00
[    3.801527] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.804376] mmcblk0: r/w command failed, status = 0x80000b00
[    3.806933] mmcblk0: r/w command failed, status = 0x80000b00
[    3.808809] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.811311] mmcblk0: r/w command failed, status = 0x80000b00
[    3.813204] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.815749] mmcblk0: r/w command failed, status = 0x80000b00
[    3.817626] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.820127] mmcblk0: r/w command failed, status = 0x80000b00
[    3.822020] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.824565] mmcblk0: r/w command failed, status = 0x80000b00
[    3.826442] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.828942] mmcblk0: r/w command failed, status = 0x80000b00
[    3.830817] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.833374] mmcblk0: r/w command failed, status = 0x80000b00
[    3.835251] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.837751] mmcblk0: r/w command failed, status = 0x80000b00
[    3.839625] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.842160] mmcblk0: r/w command failed, status = 0x80000b00
[    3.844034] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.846847] mmcblk0: r/w command failed, status = 0x80000b00
[    3.849400] mmcblk0: r/w command failed, status = 0x80000b00
[    3.851273] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.854103] mmcblk0: r/w command failed, status = 0x80000b00
[    3.858572] mmcblk0: r/w command failed, status = 0x80000b00
[    3.861408] mmcblk0: r/w command failed, status = 0x80000b00
[    3.863972] mmcblk0: r/w command failed, status = 0x80000b00
[    3.865830] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.868304] mmcblk0: r/w command failed, status = 0x80000b00
[    3.870159] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.872687] mmcblk0: r/w command failed, status = 0x80000b00
[    3.874543] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.877018] mmcblk0: r/w command failed, status = 0x80000b00
[    3.878871] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.881386] mmcblk0: r/w command failed, status = 0x80000b00
[    3.883261] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.885737] mmcblk0: r/w command failed, status = 0x80000b00
[    3.887609] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.890130] mmcblk0: r/w command failed, status = 0x80000b00
[    3.892017] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.894531] mmcblk0: r/w command failed, status = 0x80000b00
[    3.896420] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.898954] mmcblk0: r/w command failed, status = 0x80000b00
[    3.900843] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.903369] mmcblk0: r/w command failed, status = 0x80000b00
[    3.905258] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.907794] mmcblk0: r/w command failed, status = 0x80000b00
[    3.909700] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.912226] mmcblk0: r/w command failed, status = 0x80000b00
[    3.914132] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.916686] mmcblk0: r/w command failed, status = 0x80000b00
[    3.918592] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.921114] mmcblk0: r/w command failed, status = 0x80000b00
[    3.923036] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.925612] mmcblk0: r/w command failed, status = 0x80000b00
[    3.927535] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.930078] mmcblk0: r/w command failed, status = 0x80000b00
[    3.932018] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.934598] mmcblk0: r/w command failed, status = 0x80000b00
[    3.936522] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.939064] mmcblk0: r/w command failed, status = 0x80000b00
[    3.940987] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.943585] mmcblk0: r/w command failed, status = 0x80000b00
[    3.945510] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.948052] mmcblk0: r/w command failed, status = 0x80000b00
[    3.949976] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.952561] mmcblk0: r/w command failed, status = 0x80000b00
[    3.954486] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.957031] mmcblk0: r/w command failed, status = 0x80000b00
[    3.958971] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.961560] mmcblk0: r/w command failed, status = 0x80000b00
[    3.963519] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.966085] mmcblk0: r/w command failed, status = 0x80000b00
[    3.968027] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.970616] mmcblk0: r/w command failed, status = 0x80000b00
[    3.972578] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.975147] mmcblk0: r/w command failed, status = 0x80000b00
[    3.977089] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.979680] mmcblk0: r/w command failed, status = 0x80000b00
[    3.981621] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.984202] mmcblk0: r/w command failed, status = 0x80000b00
[    3.986144] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.988739] mmcblk0: r/w command failed, status = 0x80000b00
[    3.990682] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.993259] mmcblk0: r/w command failed, status = 0x80000b00
[    3.995201] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    3.997788] mmcblk0: r/w command failed, status = 0x80000b00
[    3.999731] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    4.002347] mmcblk0: r/w command failed, status = 0x80000b00
[    4.004309] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    4.006920] mmcblk0: r/w command failed, status = 0x80000b00
[    4.008899] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    4.011497] mmcblk0: r/w command failed, status = 0x80000b00
[    4.013512] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    4.016152] mmcblk0: r/w command failed, status = 0x80000b00
[    4.018132] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    4.020729] mmcblk0: r/w command failed, status = 0x80000b00
[    4.022725] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    4.025360] mmcblk0: r/w command failed, status = 0x80000b00
[    4.027340] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    4.029937] mmcblk0: r/w command failed, status = 0x80000b00
[    4.031933] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    4.034568] mmcblk0: r/w command failed, status = 0x80000b00
[    4.036548] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    4.039146] mmcblk0: r/w command failed, status = 0x80000b00
[    4.041126] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    4.043771] mmcblk0: r/w command failed, status = 0x80000b00
[    4.045751] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    4.048351] mmcblk0: r/w command failed, status = 0x80000b00
[    4.050329] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    4.053000] mmcblk0: r/w command failed, status = 0x80000b00
[    4.054999] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    4.057615] mmcblk0: r/w command failed, status = 0x80000b00
[    4.059611] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    4.062253] mmcblk0: r/w command failed, status = 0x80000b00
[    4.064268] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    4.066917] mmcblk0: r/w command failed, status = 0x80000b00
[    4.068948] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    4.071628] mmcblk0: r/w command failed, status = 0x80000b00
[    4.073678] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    4.076331] mmcblk0: r/w command failed, status = 0x80000b00
[    4.078363] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    4.081040] mmcblk0: r/w command failed, status = 0x80000b00
[    4.083104] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    4.085765] mmcblk0: r/w command failed, status = 0x80000b00
[    4.087798] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    4.090486] mmcblk0: r/w command failed, status = 0x80000b00
[    4.092538] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    4.095196] mmcblk0: r/w command failed, status = 0x80000b00
[    4.097228] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    4.099909] mmcblk0: r/w command failed, status = 0x80000b00
[    4.101959] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    4.104619] mmcblk0: r/w command failed, status = 0x80000b00
[    4.106651] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    4.109334] mmcblk0: r/w command failed, status = 0x80000b00
[    4.111367] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    4.114039] mmcblk0: r/w command failed, status = 0x80000b00
[    4.116072] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    4.118759] mmcblk0: r/w command failed, status = 0x80000b00
[    4.120792] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    4.123473] mmcblk0: r/w command failed, status = 0x80000b00
[    4.125508] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    4.128194] mmcblk0: r/w command failed, status = 0x80000b00
[    4.130227] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    4.132901] mmcblk0: r/w command failed, status = 0x80000b00
[    4.134935] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    4.137621] mmcblk0: r/w command failed, status = 0x80000b00
[    4.139654] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    4.142361] mmcblk0: r/w command failed, status = 0x80000b00
[    4.144397] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    4.147924] mmcblk0: r/w command failed, status = 0x80000b00
[    4.151280] mmcblk0: r/w command failed, status = 0x80000b00
[    4.181157] EXT4-fs (mmcblk0p2): mounting with "discard" option, but the device does not support discard
[    4.183287] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    4.814287] mmcblk0: r/w command failed, status = 0x80000b00
[    4.817863] mmcblk0: r/w command failed, status = 0x80000b00
[    4.820039] systemd-gpt-auto-generator[166]: Failed to probe /dev/mmcblk0: Input/output error
[    5.047087] systemd[1]: Expecting device dev-mmcblk0p1.device...
[    5.522824] emmc: mmc_rescan_try_freq: trying to init card at 300000 Hz
[    5.561777] aml_emmc_hw_reset 1379
[    5.941034] mmcblk0: r/w command failed, status = 0x80000b00
[    5.945126] Buffer I/O error on device mmcblk0, logical block 3927807
[    5.966799] mmcblk0: r/w command failed, status = 0x80000b00
[    5.968850] Buffer I/O error on device mmcblk0p2, logical block 3894783
[    6.169889] mmcblk0: r/w command failed, status = 0x80000b00
[    6.172027] Buffer I/O error on device mmcblk0p2, logical block 3894783
[    6.253567] EXT4-fs (mmcblk0p2): re-mounted. Opts: discard
[    6.745854] FAT-fs (mmcblk0p1): mounting with "discard" option, but the device does not support discard
[    8.528321] mmcblk0: r/w command failed, status = 0x80000b00
[    8.528331] end_request: I/O error, dev mmcblk0, sector 31422456
[    8.528339] Buffer I/O error on device mmcblk0p2, logical block 3894783
[    8.532827] mmcblk0: r/w command failed, status = 0x80000b00
[    8.532840] mmc_blk_reset 939 reset error md->reset_done:1 and type:1
[    8.532848] end_request: I/O error, dev mmcblk0, sector 31422456
[    8.532907] EXT4-fs warning (device mmcblk0p2): ext4_resize_fs:1869: can't read last block, resize aborted
[   28.200297] mmcblk0: r/w command failed, status = 0x80000b00
[   28.200324] end_request: I/O error, dev mmcblk0, sector 31422456
[   28.200341] Buffer I/O error on device mmcblk0, logical block 3927807
[   28.206007] systemd-gpt-auto-generator[864]: Failed to probe /dev/mmcblk0: Input/output error
[   28.789730] mmcblk0: r/w command failed, status = 0x80000b00
[   28.789754] end_request: I/O error, dev mmcblk0, sector 31422456
[   28.789770] Buffer I/O error on device mmcblk0, logical block 3927807
[   28.789936] systemd-gpt-auto-generator[878]: Failed to probe /dev/mmcblk0: Input/output error

google-ing for this error messages:

https://forum.odroid.com/viewtopic.php?t=26687

You can have a look at:
https://wiki.odroid.com/odroid-c1/troubleshooting/c1_microsd_selection

ODROID-C1 is not able to boot immediately with some of MicroSD cards, here are the memory cards we have tested.
But still you can use all kind of memory cards as a storage.

The ODROID-C1 can utilize the newer UHS-1 SD model, which is about 2 times faster than a normal class 10 card.
Note that there are some cards which needs additional booting delay time around 30 seconds.
According to our test, most Sandisk Micro-SD cards don’t cause the booting delay. We will make a compatibility list soon.

MicroSD listed in the section Slow Start Up Memory Cards are not able to boot on ODROID-C1 immediately since AC plug is inserted. This is caused the failure while loading bootloader by SoC’s IROM. With these cards, ODROID-C1 try to fetch the bootloader from MicroSD till success about 20-30 seconds or never in worst case. So Hardkernel team is looking into the issue on both H/W and S/W.

BTW: - if you have a Odroid C1, you have set Boot media selector correct?

By default, eMMC have more high priority than MicroSD, bu you can switch the boot order if you short J1 on the board so that MicroSD will have high priority than eMMC.

If this port is opened, the first boot media is always eMMC.
If this port is closed, the first boot media is always SD-card.


DieiPi is based on a Debian system, maintained by meveric.

You can test his Debian-Jessie-1.1-20170526-C1.img.xz by meveric.

Not under our control, but feel free to ask meveric in his thread, if it doesn’t work for you.


You use DietPi_v145_OdroidC1-armv7-(Jessie).img ?

  1. -it’s a Developer Option

#------------------------------------------------------------------------------------------------------

D I E T - P I

Dev settings

#------------------------------------------------------------------------------------------------------

and only available since DietPi v155: DietPi/CHANGELOG.txt at master · Fourdee/DietPi · GitHub


Sorry to hear it’s not working for you.
You can connect a monitor , to see what’s goning on while booting up and what is the problem.
You can test Debian-Jessie-1.1-20170526-C1.img.xz by meveric.
You can use a Distributions, which based on eg. Linux Ubuntu
You can use a other sd card which Odroid wiki listed as “Good for Boot” : https://wiki.odroid.com/odroid-c1/troubleshooting/c1_microsd_selection#odroid-c11

Just some tests, to get clear, what setenv disableuhs “disableuhs” in /boot/boot.ini do:

───────────────────────────────────────
 DietPi     | 14:30 | Tue 12/12/17
 ───────────────────────────────────────
 V159       | oDroid C1 (armv7l)
 ───────────────────────────────────────
 IP Address | 172.16.10.206
 ───────────────────────────────────────

 Created by : Daniel Knight
 
 Device image possible thanks to: Meveric
 DietPi's web hosting is powered by: MyVirtualServer.com

 
        ^
       *#*
      *###*           Lightweight Xmas Justice Tips:
     *#####*          - Be good, Amazon do sell coal.
    *#######*         - Cherish every moment, even the awkward family gatherings ;)
   *#########*        - 'Ho Ho Ho, Green Giant' swaps his job!
  *Merry  Xmas*
 *#############*      All the best from everyone at DietPi =))



root@oDroid-C1:~# cat /etc/.dietpi_image_version
144

root@oDroid-C1:~# cat /etc/debian_version
8.10

root@oDroid-C1:~# uname -a
Linux oDroid-C1 3.10.104 #1 SMP PREEMPT Thu Nov 10 07:56:43 CET 2016 armv7l GNU/Linux

root@oDroid-C1:~# cat /proc/cpuinfo | grep -iE "(Hardware|Revision)"
CPU revision    : 1
Hardware        : ODROIDC
Revision        : 000a

=======================================================

root@oDroid-C1:~# cat /boot/boot.ini | grep "disableuhs "
setenv disableuhs "disableuhs"

root@oDroid-C1:~# dmesg | grep sd
[    0.000000] Kernel command line: root=/dev/mmcblk0p2 rootwait ro console=tty0 no_console_suspend vdaccfg=0xa000 logo=osd1,loaded,0x7900000,720p,full dmfc=3 cvbsmode=576cvbs hdmimode=720p m_bpp=16 vout=hdmi disableuhs disablehpd=true

[    1.204875] aml_sd_voltage_switch[1309] : Switched to voltage -> 3.30 V
[    1.261476] sd: mmc_rescan_try_freq: trying to init card at 400000 Hz
[    1.321435] [aml_sdhc_probe] aml_sdhc_probe() success!
[    1.442397] sd: new high speed SDHC card at address aaaa, clock 38636363, 4-bit-bus-width
[    1.445473] mmcblk0: sd:aaaa SU04G 3.69 GiB
[    1.451441] [aml_sdio_probe] aml_sdio_probe() success!

171212-0003.gif


root@oDroid-C1:~# cat /boot/boot.ini | grep "disableuhs "
## setenv disableuhs "disableuhs" ##

root@oDroid-C1:~# dmesg | grep sd
[    0.000000] Kernel command line: root=/dev/mmcblk0p2 rootwait ro console=tty0 no_console_suspend vdaccfg=0xa000 logo=osd1,loaded,0x7900000,720p,full dmfc=3 cvbsmode=576cvbs hdmimode=720p m_bpp=16 vout=hdmi disablehpd=true

[    1.181687] aml_sd_voltage_switch[1309] : Switched to voltage -> 3.30 V
[    1.241156] sd: mmc_rescan_try_freq: trying to init card at 400000 Hz
[    1.301089] [aml_sdhc_probe] aml_sdhc_probe() success!
[    1.431086] [aml_sdio_probe] aml_sdio_probe() success!
[    1.442139] sd: new high speed SDHC card at address aaaa, clock 50000000, 4-bit-bus-width
[    1.442508] mmcblk0: sd:aaaa SU04G 3.69 GiB

171212-0003.gif

root@Odroid-C1:~# cat /boot/boot.ini | grep "disableuhs "
setenv disableuhs "disableuhs"

root@Odroid-C1:~# dmesg | grep sd
[    0.000000] Kernel command line: root=/dev/mmcblk0p2 rootwait ro console=tty0 no_console_suspend vdaccfg=0xa000 logo=osd1,loaded,0x7900000,720p,full dmfc=3 cvbsmode=576cvbs hdmimode=720p m_bpp=16 vout=hdmi disableuhs disablehpd=true

[    1.205150] aml_sd_voltage_switch[1309] : Switched to voltage -> 3.30 V
[    1.261612] sd: mmc_rescan_try_freq: trying to init card at 400000 Hz
[    1.321582] [aml_sdhc_probe] aml_sdhc_probe() success!
[    1.412963] sd: new high speed SDHC card at address aaaa, clock 38636363, 4-bit-bus-width
[    1.416037] mmcblk0: sd:aaaa SE32G 29.7 GiB
[    1.451588] [aml_sdio_probe] aml_sdio_probe() success!

171212-0001.gif


root@Odroid-C1:~# cat /boot/boot.ini | grep "disableuhs "
### setenv disableuhs "disableuhs" ###

root@Odroid-C1:~# dmesg | grep sd
[    0.000000] Kernel command line: root=/dev/mmcblk0p2 rootwait ro console=tty0 no_console_suspend vdaccfg=0xa000 logo=osd1,loaded,0x7900000,720p,full dmfc=3 cvbsmode=576cvbs hdmimode=720p m_bpp=16 vout=hdmi disablehpd=true

[    1.169169] aml_sd_voltage_switch[1309] : Switched to voltage -> 3.30 V
[    1.231289] sd: mmc_rescan_try_freq: trying to init card at 400000 Hz
[    1.291267] [aml_sdhc_probe] aml_sdhc_probe() success!
[    1.363347] aml_sd_voltage_switch[1309] : Switched to voltage -> 1.80 V
[    1.399252] sd: new ultra high speed SDR104 SDHC card at address aaaa, clock 94444444, 4-bit-bus-width
[    1.402348] mmcblk0: sd:aaaa SE32G 29.7 GiB
[    1.421270] [aml_sdio_probe] aml_sdio_probe() success!

171212-0002.gif