From 3824b61b2e1be56cd665daabbb20e7431a8439b6 Mon Sep 17 00:00:00 2001 From: Jami Kettunen Date: Wed, 10 Mar 2021 00:50:21 +0200 Subject: [PATCH] GUIDES: Bump SFOS versions to 4.0.1.48 --- DEBUGGING.md | 2 +- INITIAL-BUILDING.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DEBUGGING.md b/DEBUGGING.md index 4272086..064f91f 100644 --- a/DEBUGGING.md +++ b/DEBUGGING.md @@ -71,7 +71,7 @@ HOST $ ssh defaultuser@192.168.1.105 defaultuser@192.168.1.105'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 ~]$ ``` diff --git a/INITIAL-BUILDING.md b/INITIAL-BUILDING.md index 5477333..2ed91d1 100644 --- a/INITIAL-BUILDING.md +++ b/INITIAL-BUILDING.md @@ -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 $ @@ -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 ```