uboot
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
uboot [2024/05/04 22:56] – created ounsatn | uboot [2025/02/24 19:45] (current) – ounsatn | ||
---|---|---|---|
Line 12: | Line 12: | ||
$>reboot -f | $>reboot -f | ||
</ | </ | ||
+ | |||
+ | |||
+ | To list mmc : | ||
+ | < | ||
+ | => mmc list | ||
+ | dwmmc@ff0f0000: | ||
+ | </ | ||
+ | |||
+ | to choose mmc dev : | ||
+ | < | ||
+ | => mmc dev 0 | ||
+ | switch to partitions #0, OK | ||
+ | mmc0(part 0) is current device | ||
+ | </ | ||
+ | |||
+ | to get mmc info : | ||
+ | < | ||
+ | => mmcinfo | ||
+ | Device: dwmmc@ff0f0000 | ||
+ | Manufacturer ID: 45 | ||
+ | OEM: 100 | ||
+ | Name: DG400 | ||
+ | Tran Speed: 52000000 | ||
+ | Rd Block Len: 512 | ||
+ | MMC version 4.0 | ||
+ | High Capacity: Yes | ||
+ | Capacity: 7.3 GiB | ||
+ | Bus Width: 8-bit | ||
+ | Erase Group Size: 512 KiB | ||
+ | </ | ||
+ | |||
+ | |||
+ | |||
uboot.1714856200.txt.gz · Last modified: 2024/05/04 22:56 by ounsatn