Skip to content

Commit

Permalink
docs: update Talos release for SBCs
Browse files Browse the repository at this point in the history
Also add `conv=fsync bs=4M` to `dd` commands.

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
  • Loading branch information
smira authored and talos-bot committed Dec 20, 2020
1 parent f836f14 commit a4f864d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You will need
Download the latest alpha `talosctl`.

```bash
curl -Lo /usr/local/bin/talosctl https://github.com/talos-systems/talos/releases/download/v0.8.0-alpha.2/talosctl-$(uname -s | tr "[:upper:]" "[:lower:]")-amd64
curl -Lo /usr/local/bin/talosctl https://github.com/talos-systems/talos/releases/download/v0.8.0-beta.1/talosctl-$(uname -s | tr "[:upper:]" "[:lower:]")-amd64
chmod +x /usr/local/bin/talosctl
```

Expand All @@ -22,7 +22,7 @@ chmod +x /usr/local/bin/talosctl
Download the image and decompress it:

```bash
curl -LO https://github.com/talos-systems/talos/releases/download/v0.8.0-alpha.2/metal-bananapi_m64-arm64.img.xz
curl -LO https://github.com/talos-systems/talos/releases/download/v0.8.0-beta.1/metal-bananapi_m64-arm64.img.xz
xz -d metal-bananapi_m64-arm64.img.xz
```

Expand All @@ -34,7 +34,7 @@ In this example we will assume `/dev/mmcblk0`.
Now `dd` the image to your SD card:

```bash
sudo dd if=metal-bananapi_m64-arm64.img of=/dev/mmcblk0
sudo dd if=metal-bananapi_m64-arm64.img of=/dev/mmcblk0 conv=fsync bs=4M
```

## Bootstrapping the Node
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You will need
Download the latest alpha `talosctl`.

```bash
curl -Lo /usr/local/bin/talosctl https://github.com/talos-systems/talos/releases/download/v0.8.0-alpha.2/talosctl-$(uname -s | tr "[:upper:]" "[:lower:]")-amd64
curl -Lo /usr/local/bin/talosctl https://github.com/talos-systems/talos/releases/download/v0.8.0-beta.1/talosctl-$(uname -s | tr "[:upper:]" "[:lower:]")-amd64
chmod +x /usr/local/bin/talosctl
```

Expand All @@ -22,7 +22,7 @@ chmod +x /usr/local/bin/talosctl
Download the image and decompress it:

```bash
curl -LO https://github.com/talos-systems/talos/releases/download/v0.8.0-alpha.2/metal-libretech_all_h3_cc_h5-arm64.img.xz
curl -LO https://github.com/talos-systems/talos/releases/download/v0.8.0-beta.1/metal-libretech_all_h3_cc_h5-arm64.img.xz
xz -d metal-libretech_all_h3_cc_h5-arm64.img.xz
```

Expand All @@ -34,7 +34,7 @@ In this example we will assume `/dev/mmcblk0`.
Now `dd` the image to your SD card:

```bash
sudo dd if=metal-libretech_all_h3_cc_h5-arm64.img of=/dev/mmcblk0
sudo dd if=metal-libretech_all_h3_cc_h5-arm64.img of=/dev/mmcblk0 conv=fsync bs=4M
```

## Bootstrapping the Node
Expand Down
6 changes: 3 additions & 3 deletions website/content/docs/v0.8/Single Board Computers/rock64.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You will need
Download the latest alpha `talosctl`.

```bash
curl -Lo /usr/local/bin/talosctl https://github.com/talos-systems/talos/releases/download/v0.8.0-alpha.2/talosctl-$(uname -s | tr "[:upper:]" "[:lower:]")-amd64
curl -Lo /usr/local/bin/talosctl https://github.com/talos-systems/talos/releases/download/v0.8.0-beta.1/talosctl-$(uname -s | tr "[:upper:]" "[:lower:]")-amd64
chmod +x /usr/local/bin/talosctl
```

Expand All @@ -22,7 +22,7 @@ chmod +x /usr/local/bin/talosctl
Download the image and decompress it:

```bash
curl -LO https://github.com/talos-systems/talos/releases/download/v0.8.0-alpha.2/metal-rock64-arm64.img.xz
curl -LO https://github.com/talos-systems/talos/releases/download/v0.8.0-beta.1/metal-rock64-arm64.img.xz
xz -d metal-rock64-arm64.img.xz
```

Expand All @@ -34,7 +34,7 @@ In this example we will assume `/dev/mmcblk0`.
Now `dd` the image to your SD card:

```bash
sudo dd if=metal-rock64-arm64.img of=/dev/mmcblk0
sudo dd if=metal-rock64-arm64.img of=/dev/mmcblk0 conv=fsync bs=4M
```

## Bootstrapping the Node
Expand Down
6 changes: 3 additions & 3 deletions website/content/docs/v0.8/Single Board Computers/rpi_4.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You will need
Download the latest alpha `talosctl`.

```bash
curl -Lo /usr/local/bin/talosctl https://github.com/talos-systems/talos/releases/download/v0.8.0-alpha.2/talosctl-$(uname -s | tr "[:upper:]" "[:lower:]")-amd64
curl -Lo /usr/local/bin/talosctl https://github.com/talos-systems/talos/releases/download/v0.8.0-beta.1/talosctl-$(uname -s | tr "[:upper:]" "[:lower:]")-amd64
chmod +x /usr/local/bin/talosctl
```

Expand Down Expand Up @@ -45,7 +45,7 @@ Power off the Raspberry Pi and remove the SD card from it.
Download the image and decompress it:

```bash
curl -LO https://github.com/talos-systems/talos/releases/download/v0.8.0-alpha.2/metal-rpi_4-arm64.img.xz
curl -LO https://github.com/talos-systems/talos/releases/download/v0.8.0-beta.1/metal-rpi_4-arm64.img.xz
xz -d metal-rpi_4-arm64.img.xz
```

Expand All @@ -54,7 +54,7 @@ xz -d metal-rpi_4-arm64.img.xz
Now `dd` the image to your SD card:

```bash
sudo dd if=metal-rpi_4-arm64.img of=/dev/mmcblk0
sudo dd if=metal-rpi_4-arm64.img of=/dev/mmcblk0 conv=fsync bs=4M
```

## Bootstrapping the Node
Expand Down

0 comments on commit a4f864d

Please sign in to comment.