diff options
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index cf6eb1ffd4..908530cd0e 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
| @@ -5806,17 +5806,18 @@ | |||
| 5806 | 5806 | ||
| 5807 | <para> | 5807 | <para> |
| 5808 | Continuing with the example, you can now write the | 5808 | Continuing with the example, you can now write the |
| 5809 | image to a USB stick, or whatever media for which you | 5809 | image from the Build Directory onto a USB stick, or |
| 5810 | built your image, and boot from the media. | 5810 | whatever media for which you built your image, and boot |
| 5811 | from the media. | ||
| 5811 | You can write the image by using | 5812 | You can write the image by using |
| 5812 | <filename>bmaptool</filename> or | 5813 | <filename>bmaptool</filename> or |
| 5813 | <filename>dd</filename>: | 5814 | <filename>dd</filename>: |
| 5814 | <literallayout class='monospaced'> | 5815 | <literallayout class='monospaced'> |
| 5815 | $ oe-run-native bmaptool copy build/mkefidisk-201802211426-sda.direct /dev/sd<replaceable>X</replaceable> | 5816 | $ oe-run-native bmaptool copy mkefidisk-201802211426-sda.direct /dev/sd<replaceable>X</replaceable> |
| 5816 | </literallayout> | 5817 | </literallayout> |
| 5817 | or | 5818 | or |
| 5818 | <literallayout class='monospaced'> | 5819 | <literallayout class='monospaced'> |
| 5819 | $ sudo dd if=build/mkefidisk-201802211426-sda.direct of=/dev/sd<replaceable>X</replaceable> | 5820 | $ sudo dd if=mkefidisk-201802211426-sda.direct of=/dev/sd<replaceable>X</replaceable> |
| 5820 | </literallayout> | 5821 | </literallayout> |
| 5821 | <note> | 5822 | <note> |
| 5822 | For more information on how to use the | 5823 | For more information on how to use the |
