Skip to content

Commit

Permalink
fix(docs): update image filename in build docs
Browse files Browse the repository at this point in the history
The image filenames have been renamed for the NanoPi R1 and NanoPi
 Neo platforms. Update the documentation to use the latest filenames
- `mtda-image-*.wic`

Signed-off-by: Syeda Shagufta Naaz <[email protected]>
  • Loading branch information
Syeda Shagufta Naaz authored and chombourger committed Jan 16, 2025
1 parent 54942c7 commit 7f1852f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ preinstalled::
Insert a microSD card to your system and write the generated image::

# Check the microSD card device, /dev/mmcblk0 is used as an example
$ sudo dd if=build/tmp/deploy/images/nanopi-r1/isar-*.wic \
$ sudo dd if=build/tmp/deploy/images/nanopi-r1/mtda-image-*.wic \
of=/dev/mmcblk0 bs=8M

(replace ``/dev/mmcblk0`` with the actual SD card device on your system).
Expand Down Expand Up @@ -317,7 +317,7 @@ preinstalled::
Insert a microSD card to your system and write the generated image::

# Check the microSD card device, /dev/mmcblk0 is used as an example
$ sudo dd if=build/tmp/deploy/images/nanopi-neo/isar-*.wic \
$ sudo dd if=build/tmp/deploy/images/nanopi-neo/mtda-image-*.wic \
of=/dev/mmcblk0 bs=8M

(replace ``/dev/mmcblk0`` with the actual SD card device on your system).
Expand Down

0 comments on commit 7f1852f

Please sign in to comment.