Asus Tinker Board Series Manuel de l'utilisateur - Page 9

Parcourez en ligne ou téléchargez le pdf Manuel de l'utilisateur pour {nom_de_la_catégorie} Asus Tinker Board Series. Asus Tinker Board Series 12 pages.

Asus Tinker Board Series Manuel de l'utilisateur
3.2

Using dd command (Linux)

To write an image using dd command:
1.
Insert a microSD card to your Tinker Board (or Tinker Board S),
or
connect your Tinker Board S to a PC via a micro USB cable (Tinker Board S only).
Please refer to your Tinker Board product manual for the location of the microSD slot.
2.
Run the following command:
dd bs=4M if=/path/to/tinkeros.img of=/dev/sdx
Replace /dev/sdx with your drive, e.g. /dev/sdc.
Do not append a partition number to your drive name, for example /dev/sdc1.
Use the lsblk command to find the drive name of your device. Make sure that no partition of the
device is mounted.
3.
Only remove the microSD card or disconnect the Tinker Board S from the PC once
the command sync is completed to ensure the data was written completely.
9