Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
products:imx6:software:os:opensuse [2018/10/22 21:22]
gianvacca [Tumbleweed]
products:imx6:software:os:opensuse [2018/10/22 21:23] (current)
gianvacca [Tumbleweed]
Line 30: Line 30:
 In order to install them, as **root** extract the image onto your SD card (**replace sdX with the device name of your SD card**). In order to install them, as **root** extract the image onto your SD card (**replace sdX with the device name of your SD card**).
  
-<​code>​xzcat [image].raw.xz | dd bs=4M of=/dev/sdX iflag=fullblock oflag=direct;​ sync</​code>​+<​code>​xzcat [image].xz | dd bs=4M of=/dev/sdX iflag=fullblock oflag=direct;​ sync</​code>​
  
 <note warning>​**WARNING:​** all previous data on the SD card will be lost. Check first if the device you have selected is really your SD card! <note warning>​**WARNING:​** all previous data on the SD card will be lost. Check first if the device you have selected is really your SD card!