Создание microSD-карты с образом/en: различия между версиями

Новая страница: «Find out the names of the partitions. The script divided the card into partitions, we need to know the name of the first of them. If the device name for the micr…»
(Новая страница: «Download image <pre> wget "https://github.com/contactless/wirenboard/blob/master/contrib/u-boot/u-boot.sb.cl25?raw=true" -O u-boot.sb </pre>»)
(Новая страница: «Find out the names of the partitions. The script divided the card into partitions, we need to know the name of the first of them. If the device name for the micr…»)
Строка 102: Строка 102:
</pre>
</pre>


Теперь выясняем имена разделов на карте. Скрипт выше отработал и разделил карту на разделы, нам надо узнать название первого из этих разделов.  
Find out the names of the partitions. The script  divided the card into partitions, we need to know the name of the first of them. If the device name for the microSD card was <b>/dev/sdX</b>, the first partition will have the device name <b>/dev/sdX1</b>. If the device was named <b>/dev/mmcblkX</b> , the first section is partition <b>/dev/mmcblkXp1</b> (note the <b>p</b> before the partition number).
Если название устройства microSD-карты имело вид <b>/dev/sdX</b>, то первый раздел будет иметь название <b>/dev/sdX1</b>.  
Если устройство называлось <b>/dev/mmcblkX</b> , то первый раздел - <b>/dev/mmcblkXp1</b> (обратите внимание на <b>p</b> перед номером раздела).


Найдя имя первого раздела укажите его тут:
Найдя имя первого раздела укажите его тут:
12 063

правки