Skip to content

Commit

Permalink
GUIDES: Bump SFOS versions to 4.0.1.48
Browse files Browse the repository at this point in the history
  • Loading branch information
JamiKettunen committed Mar 9, 2021
1 parent 397cc11 commit 3824b61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DEBUGGING.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ HOST $ ssh [email protected]
[email protected]'s password:
Last login: Fri Nov 20 21:36:06 2020
,---
| Sailfish OS 3.4.0.24 (Pallas-Yllästunturi)
| Sailfish OS 4.0.1.48 (Koli)
'---
[defaultuser@Sailfish ~]$
```
Expand Down
4 changes: 2 additions & 2 deletions INITIAL-BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ sudo zypper --non-interactive in bc pigz atruncate android-tools-hadk kmod

## Adding SFOS build target

In the Platform SDK we use Scratchbox to build packages for the target device architecture. Releases for the SDK targets can be found [here](http://releases.sailfishos.org/sdk/targets/) if another version is desired. To build against the latest public release e.g. `3.4.0.24` at the time of writing, the following command should be run:
In the Platform SDK we use Scratchbox to build packages for the target device architecture. Releases for the SDK targets can be found [here](http://releases.sailfishos.org/sdk/targets/) if another version is desired. To build against the latest public release e.g. `4.0.1.48` at the time of writing, the following command should be run:
```
PLATFORM_SDK $
Expand All @@ -86,7 +86,7 @@ cd && sdk-manage target install $VENDOR-$DEVICE-$PORT_ARCH http://releases.sailf
To verify that the install(s) have succeeded, executing `sdk-assistant list` should yield something like this:
```
PLATFORM_SDK $ sdk-assistant list
SailfishOS-3.4.0.24
SailfishOS-4.0.1.48
|-oneplus-cheeseburger-armv7hl
`-oneplus-dumpling-armv7hl
```
Expand Down

0 comments on commit 3824b61

Please sign in to comment.