diff options
-rw-r--r-- | documentation/dev-manual/common-tasks.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst index 65db4aed33..29956e069f 100644 --- a/documentation/dev-manual/common-tasks.rst +++ b/documentation/dev-manual/common-tasks.rst | |||
@@ -5956,8 +5956,8 @@ the existing kernel, and then inserts a new kernel: | |||
5956 | kernel: | 5956 | kernel: |
5957 | :: | 5957 | :: |
5958 | 5958 | ||
5959 | cp ~/poky_sdk/tmp/work/qemux86-poky-linux/linux-yocto/4.12.12+git999-r0/linux-yocto-4.12.12+git999/arch/x86/boot/bzImage \ | 5959 | $ wic cp ~/poky_sdk/tmp/work/qemux86-poky-linux/linux-yocto/4.12.12+git999-r0/linux-yocto-4.12.12+git999/arch/x86/boot/bzImage \ |
5960 | ~/poky/build/tmp/deploy/images/qemux86/core-image-minimal-qemux86.wic:1/vmlinuz | 5960 | ~/poky/build/tmp/deploy/images/qemux86/core-image-minimal-qemux86.wic:1/vmlinuz |
5961 | 5961 | ||
5962 | Once the new kernel is added back into the image, you can use the | 5962 | Once the new kernel is added back into the image, you can use the |
5963 | ``dd`` command or :ref:`bmaptool | 5963 | ``dd`` command or :ref:`bmaptool |