Unable to find the source of R16 (SWI9X07Y_02.37.07.00 Source)

Hi ,

We are unable to find the source of R16 Linux Distribution. It is showing “Not found” when we click the link.

Kindly note that we are looking for kernel and Yocto source together.

Kind Regards,
Raghu

Hi raghukumar,

The link for downloading the Linux Distro Source (https://source.sierrawireless.com/) is not working now.
Probably you need to try later.

You can use the leaf to download the Linux Distribution source. The leaf is a development workspace manager designed to download, install and configure your development environment for Legato via VS Code or Linux command line.

Please refer to the below links for more information.
https://docs.legato.io/latest/tools_vsCode.html
https://docs.legato.io/latest/toolsLeaf.html

Help to tick “Solutions” if your question is answered.

You can also try on github.
I just tried on Ubuntu14, it is working fine for me:

https://docs.legato.io/latest/toolsGitHub.html

  1. set up github account by browsing github.com (SSH or credential)

  2. accept the license term by browsing the link on GitHub - Legato Docs

  3. follow GitHub - Legato Docs to install repo script

  4. download and sync the source by the following commands (the instruction on the webpage missed “proprietary”)
    repo init -u ssh://git@github.com/legatoproject/manifest -m products/wp76xx/releases/Release16.xml -g default,-cache,proprietary
    repo sync
    make

Hi,

Thanks for your reply,

I followed the document GitHub - Legato Docs

While cloning the manifest , I got the error(fatal: repository ‘https://github.com/legatoprojects/manifest/’ not found).

Regards,
Raghu

I did not type that command, I only type these two commands

repo init -u ssh://git@github.com/legatoproject/manifest -m products/wp76xx/releases/Release16.xml -g default,-cache,proprietary

repo sync

Hi Jyijyi,
Thanks. I use repo init command now. What python version should i use? I am getting syntax error. Pyhton3 is installed in my computer.
Regards,
Raghu

I used python 3.6 in ubuntu 14