Skip to content

Commit

Permalink
doc: remove git lfs
Browse files Browse the repository at this point in the history
[KRKNWK-15944]

Signed-off-by: Krzysztof Taborowski <[email protected]>
  • Loading branch information
ktaborowski committed Feb 13, 2023
1 parent 737d21a commit 59db7f5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 49 deletions.
38 changes: 0 additions & 38 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,44 +10,6 @@ The following repositories must be combined with sdk-sidewalk:

* sdk-nrf

Requirements
************

Git LFS is required to pull Sidewalk libraries correctly.
Check the version of Git LFS installed in your OS, if there is any:

.. parsed-literal::
:class: highlight
git lfs version
Expected result is as follows (version number might be different):

.. parsed-literal::
:class: highlight
git-lfs/2.9.2 (GitHub; linux amd64; go 1.13.5)
When Git LFS is not installed, the result is as follows:

.. parsed-literal::
:class: highlight
git: 'lfs' is not a git command. See 'git --help'.
To install Git LFS, go to: https://git-lfs.github.com.

When Git LFS in not installed, the following build error appears:

.. parsed-literal::
:class: highlight
west build
...
[ 95%] Linking C executable zephyr_pre0.elf
ld.bfd: sidewalk/lib/libsid_api.a: file format not recognized; treating as linker script
ld.bfd: sidewalk/lib/libsid_api.a:1: syntax error
Documentation
*************

Expand Down
11 changes: 0 additions & 11 deletions doc/setting_up_sidewalk_environment/setting_up_sdk.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,6 @@ For additional information regarding setting up the device and familiarizing you
Downloading Sidewalk repository
*******************************

#. Install nRF Connect SDK with its dependencies.

* Install `Git LFS`_ via the following command:

.. code-block:: console
sudo apt install git-lfs
* Refer to `NCS getting started`_ documentation for getting started with the nRF Connect SDK.

#. Download Sidewalk application for nRF Connect SDK.

* Clone Sidewalk application repository from `nRF Sidewalk Repository`_ to the NCS folder and name it `sidewalk` (private repository, special access required).
Expand Down Expand Up @@ -98,7 +88,6 @@ To download nRF Command Line, go to `nRF command line tools`_ page.
.. _Docker: https://docs.docker.com/engine/install/ubuntu/
.. _nRF_command_line_tools: https://infocenter.nordicsemi.com/topic/ug_nrf_cltools/UG/cltools/nrf_installation.html
.. _nRF Sidewalk Repository: https://github.com/nrfconnect/sdk-sidewalk
.. _Git LFS: https://git-lfs.github.com/
.. _NCS getting started: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/getting_started.html
.. _Nordic nRF52840-DK: https://www.nordicsemi.com/Software-and-tools/Development-Kits/nRF52840-DK
.. _Semtech SX1262 mbed shield eval board: https://www.semtech.com/products/wireless-rf/lora-transceivers/sx1262mb2cas
Expand Down

0 comments on commit 59db7f5

Please sign in to comment.