Skip to content

Commit

Permalink
docs(yocto): fix WIC image path
Browse files Browse the repository at this point in the history
  • Loading branch information
nikAizuddin committed Jun 18, 2023
1 parent 80b6086 commit 1a0ebe4
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions docs/yocto/all-targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ Login as `yocto` user with password `yocto`. Then follow testing instructions in
## Flashing to SD Card

Image files and instructions how to flash to SD card are as follows:
* Raspberry Pi Zero W image file: `project/yocto/build/tmp/deploy/images/raspberrypi0-wifi/ros-image-core-humble-raspberrypi0-wifi-*.rootfs.wic.bz2`. See [Flashing to SD Card for Raspberry Pi Zero W](specifics/rpizero-w.md#flashing-to-sd-card);
* Raspberry Pi Zero 2 W image file: `project/yocto/build/tmp/deploy/images/raspberrypi0-2w-64/ros-image-core-humble-raspberrypi0-2w-64-*.rootfs.wic.bz2`. See [Flashing to SD Card for Raspberry Pi Zero 2 W](specifics/rpizero2-w.md#flashing-to-sd-card);
* Raspberry Pi 3 B+ image file: `project/yocto/build/tmp/deploy/images/raspberrypi3-64/ros-image-core-humble-raspberrypi3-64-*.rootfs.wic.bz2`. See [Flashing to SD Card for Raspberry Pi 3 B+](specifics/rpi3bp.md#flashing-to-sd-card);
* Raspberry Pi 4 B image file: `project/yocto/build/tmp/deploy/images/raspberrypi4-64/ros-image-core-humble-raspberrypi4-64-*.rootfs.wic.bz2`. See [Flashing to SD Card for Raspberry Pi 4 B](specifics/rpi4b.md#flashing-to-sd-card);
* Rock64 image file: `project/yocto/build/tmp/deploy/images/rock64/ros-image-core-humble-rock64-*.rootfs.wic`. See [Flashing to SD Card for Rock64](specifics/rock64.md#flashing-to-sd-card);
* Raspberry Pi Zero W image file: `project/yocto/build/tmp-glibc/deploy/images/raspberrypi0-wifi/ros2-image-humble-raspberrypi0-wifi-*.rootfs.wic.bz2`. See [Flashing to SD Card for Raspberry Pi Zero W](specifics/rpizero-w.md#flashing-to-sd-card);
* Raspberry Pi Zero 2 W image file: `project/yocto/build/tmp-glibc/deploy/images/raspberrypi0-2w-64/ros2-image-humble-raspberrypi0-2w-64-*.rootfs.wic.bz2`. See [Flashing to SD Card for Raspberry Pi Zero 2 W](specifics/rpizero2-w.md#flashing-to-sd-card);
* Raspberry Pi 3 B+ image file: `project/yocto/build/tmp-glibc/deploy/images/raspberrypi3-64/ros2-image-humble-raspberrypi3-64-*.rootfs.wic.bz2`. See [Flashing to SD Card for Raspberry Pi 3 B+](specifics/rpi3bp.md#flashing-to-sd-card);
* Raspberry Pi 4 B image file: `project/yocto/build/tmp-glibc/deploy/images/raspberrypi4-64/ros2-image-humble-raspberrypi4-64-*.rootfs.wic.bz2`. See [Flashing to SD Card for Raspberry Pi 4 B](specifics/rpi4b.md#flashing-to-sd-card);
* Rock64 image file: `project/yocto/build/tmp-glibc/deploy/images/rock64/ros2-image-humble-rock64-*.rootfs.wic`. See [Flashing to SD Card for Rock64](specifics/rock64.md#flashing-to-sd-card);


## Testing for Specific Boards
Expand Down
2 changes: 1 addition & 1 deletion docs/yocto/specifics/rock64.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ bitbake mc:rock64:ros2-image

Execute the following command:
```
sudo dd bs=4M iflag=fullblock oflag=direct status=progress if=project/yocto/build/tmp/deploy/images/rock64/ros-image-core-humble-rock64-*.rootfs.wic of=/dev/sdX; sudo sync
sudo dd bs=4M iflag=fullblock oflag=direct status=progress if=project/yocto/build/tmp-glibc/deploy/images/rock64/ros2-image-humble-rock64-*.rootfs.wic of=/dev/sdX; sudo sync
```


Expand Down
2 changes: 1 addition & 1 deletion docs/yocto/specifics/rpi3bp.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ bitbake mc:raspberrypi3-64:ros2-image

Execute the following command:
```
bzcat project/yocto/build/tmp/deploy/images/raspberrypi3-64/ros-image-core-humble-raspberrypi3-64-*.rootfs.wic.bz2 | sudo dd bs=4M iflag=fullblock oflag=direct status=progress of=/dev/sdX; sudo sync
bzcat project/yocto/build/tmp-glibc/deploy/images/raspberrypi3-64/ros2-image-humble-raspberrypi3-64-*.rootfs.wic.bz2 | sudo dd bs=4M iflag=fullblock oflag=direct status=progress of=/dev/sdX; sudo sync
```


Expand Down
2 changes: 1 addition & 1 deletion docs/yocto/specifics/rpi4b.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ bitbake mc:raspberrypi4-64:ros2-image

Execute the following command:
```
bzcat project/yocto/build/tmp/deploy/images/raspberrypi4-64/ros-image-core-humble-raspberrypi4-64-*.rootfs.wic.bz2 | sudo dd bs=4M iflag=fullblock oflag=direct status=progress of=/dev/sdX; sudo sync
bzcat project/yocto/build/tmp-glibc/deploy/images/raspberrypi4-64/ros2-image-humble-raspberrypi4-64-*.rootfs.wic.bz2 | sudo dd bs=4M iflag=fullblock oflag=direct status=progress of=/dev/sdX; sudo sync
```


Expand Down
2 changes: 1 addition & 1 deletion docs/yocto/specifics/rpizero-w.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ bitbake mc:raspberrypi0-wifi:ros2-image

Execute the following command:
```
bzcat project/yocto/build/tmp/deploy/images/raspberrypi0-wifi/ros-image-core-humble-raspberrypi0-wifi-*.rootfs.wic.bz2 | sudo dd bs=4M iflag=fullblock oflag=direct status=progress of=/dev/sdX; sudo sync
bzcat project/yocto/build/tmp-glibc/deploy/images/raspberrypi0-wifi/ros2-image-humble-raspberrypi0-wifi-*.rootfs.wic.bz2 | sudo dd bs=4M iflag=fullblock oflag=direct status=progress of=/dev/sdX; sudo sync
```


Expand Down
2 changes: 1 addition & 1 deletion docs/yocto/specifics/rpizero2-w.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ bitbake mc:raspberrypi0-2w-64:ros2-image

Execute the following command:
```
bzcat project/yocto/build/tmp/deploy/images/raspberrypi0-2w-64/ros-image-core-humble-raspberrypi0-2w-64-*.rootfs.wic.bz2 | sudo dd bs=4M iflag=fullblock oflag=direct status=progress of=/dev/sdX; sudo sync
bzcat project/yocto/build/tmp-glibc/deploy/images/raspberrypi0-2w-64/ros2-image-humble-raspberrypi0-2w-64-*.rootfs.wic.bz2 | sudo dd bs=4M iflag=fullblock oflag=direct status=progress of=/dev/sdX; sudo sync
```


Expand Down

0 comments on commit 1a0ebe4

Please sign in to comment.