This page provides details for flashing the webOS IoT image to a microSD card. In addition, this page describes how to verify the flashed image on the target device.
Before You Begin
Make sure you have completed the following:
Build the webOS IoT image on a Linux machine. For more information, see Building webOS IoT.
Insert a microSD card in the microSD card reader device connected to the host machine.
Flashing the Image
This section describes how to flash the webOS IoT image to a microSD card.
First, change directory to where the image is located.
$ cd <path where the image is located>
Check the device name of the microSD card using the following command.
$ sudo fdisk -l
To flash the image to the microSD card, run the following commands.
Otherwise, the shell prompt will not display any message, so you need to wait until the copying process is complete. For more information on dd command, see the Wikipedia page on dd.