Ben's notes

Linux, Unix, network, radio...

User Tools

Site Tools


odroid_u3_-_archlinux

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
odroid_u3_-_archlinux [2014/04/16 13:08] – [eMMC info] adminodroid_u3_-_archlinux [2014/04/16 13:37] admin
Line 73: Line 73:
   awk '{printf "%3.1f°C\n", $1/1000}' /sys/class/thermal/thermal_zone0/temp   awk '{printf "%3.1f°C\n", $1/1000}' /sys/class/thermal/thermal_zone0/temp
      
 +===='Disk' info====
 ====eMMC info==== ====eMMC info====
 +udevadm info -a -n /dev/mmcblk0
 +<code>
 +Udevadm info starts with the device specified by the devpath and then
 +walks up the chain of parent devices. It prints for every device
 +found, all possible attributes in the udev rules key format.
 +A rule to match, can be composed by the attributes of the device
 +and the attributes from one single parent device.
 +
 +  looking at device '/devices/platform/dw_mmc/mmc_host/mmc1/mmc1:0001/block/mmcblk0':
 +    KERNEL=="mmcblk0"
 +    SUBSYSTEM=="block"
 +    DRIVER==""
 +    ATTR{ro}=="0"
 +    ATTR{size}=="30777344"
 +    ATTR{stat}=="   12560     2064   802099    15645     6501     8310   153608   252470        0    16495   268065"
 +    ATTR{range}=="8"
 +    ATTR{discard_alignment}=="0"
 +    ATTR{force_ro}=="0"
 +    ATTR{ext_range}=="8"
 +    ATTR{alignment_offset}=="0"
 +    ATTR{inflight}=="              0"
 +    ATTR{removable}=="0"
 +    ATTR{capability}=="10"
 +
 +  looking at parent device '/devices/platform/dw_mmc/mmc_host/mmc1/mmc1:0001':
 +    KERNELS=="mmc1:0001"
 +    SUBSYSTEMS=="mmc"
 +    DRIVERS=="mmcblk"
 +    ATTRS{cid}=="1101003031364739320110594e9ba00f"
 +    ATTRS{csd}=="d00e00320f5903ffffffffef92400045"
 +    ATTRS{date}=="10/1997"
 +    ATTRS{name}=="016G92"
 +    ATTRS{type}=="MMC"
 +    ATTRS{rel_sectors}=="0x10"
 +    ATTRS{preferred_erase_size}=="4194304"
 +    ATTRS{fwrev}=="0x0"
 +    ATTRS{hwrev}=="0x0"
 +    ATTRS{oemid}=="0x0100"
 +    ATTRS{enhanced_area_offset}=="18446744073709551594"
 +    ATTRS{raw_rpmb_size_mult}=="0x4"
 +    ATTRS{manfid}=="0x000011"
 +    ATTRS{serial}=="0x10594e9b"
 +    ATTRS{erase_size}=="4194304"
 +    ATTRS{enhanced_area_size}=="4294967274"
 +
 +  looking at parent device '/devices/platform/dw_mmc/mmc_host/mmc1':
 +    KERNELS=="mmc1"
 +    SUBSYSTEMS=="mmc_host"
 +    DRIVERS==""
 +
 +  looking at parent device '/devices/platform/dw_mmc':
 +    KERNELS=="dw_mmc"
 +    SUBSYSTEMS=="platform"
 +    DRIVERS=="dw_mmc"
 +
 +  looking at parent device '/devices/platform':
 +    KERNELS=="platform"
 +    SUBSYSTEMS==""
 +    DRIVERS==""
 +</code>
 ===Disk/partition size info=== ===Disk/partition size info===
 fdisk -l /dev/mmcblk0 fdisk -l /dev/mmcblk0
odroid_u3_-_archlinux.txt · Last modified: 2021/10/09 15:14 by 127.0.0.1