Skip to content

Commit 923d7fa

Browse files
authored
Updated for AlpineOS 3.17 and cnode 1.35.4
1 parent f3dbc25 commit 923d7fa

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ git fetch --recurse-submodules --tags --all
2222
```
2323
git tag
2424
```
25-
3) Replace \<tag\> in this step with the latest tag such as `v1.6.1`.
25+
3) Replace \<tag\> in this step with the latest tag such as `v1.7.0`.
2626
```
2727
git checkout tags/<tag>
2828
```
@@ -35,15 +35,15 @@ sudo apk update
3535
```
3636
sudo apk upgrade
3737
```
38-
2) Edit the repository to reflect Alpine v3.16.
38+
2) Edit the repository to reflect Alpine v3.17.
3939
```
40-
sudo sed -i 's@v3.15@v3.16@g' /etc/apk/repositories
40+
sudo sed -i 's@v3.16@v3.17@g' /etc/apk/repositories
4141
```
4242
3) Update the package list.
4343
```
4444
sudo apk update
4545
```
46-
4) Upgrading packages to v3.16
46+
4) Upgrading packages to v3.17
4747
```
4848
sudo apk add --upgrade apk-tools
4949
```
@@ -56,15 +56,15 @@ sudo sync
5656
```
5757
sudo reboot now
5858
```
59-
5) Now you should have AlpineOS upgraded to v3.16 🍷.
59+
5) Now you should have AlpineOS upgraded to v3.17 🍷.
6060
```
6161
cat /etc/alpine-release
6262
```
6363

6464
6) To troubleshoot the upgrade, refer to the link: https://wiki.alpinelinux.org/wiki/Upgrading_Alpine
6565

6666
### Initial Setup for AlpineOS on Raspberry Pi 4B 8GB:
67-
1) Download the AlpineOS for RPi 4 aarch64 [here](https://dl-cdn.alpinelinux.org/alpine/v3.16/releases/aarch64/alpine-rpi-3.16.0-aarch64.tar.gz).
67+
1) Download the AlpineOS for RPi 4 aarch64 [here](https://dl-cdn.alpinelinux.org/alpine/v3.17/releases/aarch64/alpine-rpi-3.17.0-aarch64.tar.gz).
6868

6969
2) Decompress the .tar.gz file and copy it's contents into an SSD/SD card.
7070

@@ -119,16 +119,16 @@ addgroup cardano video
119119
git clone https://github.com/armada-alliance/alpine-rpi-os
120120
```
121121
```
122+
cd alpine-rpi-os
123+
```
124+
```
122125
git tag
123126
```
124-
Replace \<tag\> with the latest tag in the next command.
127+
Replace \<tag\> with the latest tag in the next command such as `v1.7.0`.
125128
```
126129
git checkout tags/<tag>
127130
```
128131
```
129-
cd alpine-rpi-os
130-
```
131-
```
132132
sudo cp alpine-rpi-os/alpine_cnode_scripts_and_services/etc/local.d/cpufreq.start /etc/local.d/
133133
```
134134
```
@@ -153,17 +153,17 @@ addgroup cardano video
153153
154154
## Installing/Upgrading the 'cardano-node' and 'cardano-cli' static binaries (AlpineOS uses static binaries almost exclusively so avoid non-static builds)
155155
156-
#### You can obtain the static binaries for version [1.35.3](https://github.com/armada-alliance/cardano-node-binaries/blob/main/static-binaries/1_35_3.zip?raw=true) thanks to Moritz Angermann, the SPO of ZW3RK. You can follow the following commands to install the binaries into the correct folder:
156+
#### You can obtain the static binaries for version [1.35.4](https://github.com/armada-alliance/cardano-node-binaries/blob/main/static-binaries/1_35_4.zip?raw=true) thanks to Moritz Angermann, the SPO of ZW3RK. You can follow the following commands to install the binaries into the correct folder:
157157
1) Download the binaries.
158158
159159
```
160-
wget -O ~/aarch64-unknown-linux-musl-cardano-node-1.35.3.zip https://github.com/armada-alliance/cardano-node-binaries/blob/main/static-binaries/1_35_3.zip?raw=true
160+
wget -O ~/aarch64-unknown-linux-musl-cardano-node-1.35.4.zip https://github.com/armada-alliance/cardano-node-binaries/blob/main/static-binaries/1_35_4.zip?raw=true
161161
```
162162
163163
2) Unzip and install the binaries via the commands.
164164
165165
```
166-
unzip -d ~/ aarch64-unknown-linux-musl-cardano-node-1.35.3.zip
166+
unzip -d ~/ aarch64-unknown-linux-musl-cardano-node-1.35.4.zip
167167
168168
sudo mv ~/cardano-node/* /usr/local/bin/
169169

0 commit comments

Comments
 (0)