This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Installing development environment including the SEGGER IDE on a PC that is not connected to the internet

Is it possible to install the development environment  on a PC that is not connected to the internet.

I need to be able to download all the files from a PC connected to the internet. Copy the files to a thumb drive and then install them on a PC that does not have internet access.

Parents
  • Hi,

    I believe it should be possible to move the toolchain folder. You also have to copy the source code, and then initialize the west workspace manually as described in option 2 here.

    If you have the Toolchain Manager installed on the computer, it should recognize the SDK if you point it to the right folder.

    If you do not have the Toolchain Manager, you must use the scripts in the toolchain folder to open SES, rather than the SES executable directly. This will ensure that the environment is set up correctly.

    Best regards,

    Didrik

  • The offline install works, thanks!

    Now I would like to be able to install the USB drivers for the thingy on this system. Since I cant install the LTE Link Monitor because I can't run nRF Connect since I am not connected to the internet.

    I tried what was described in CASE ID 235545 but the system complains about the driver.

    Windows reports:

    nRF52 USB CDC Demo 

    A service installation section in the INF is invalid

    I used the nordic_cdc_acm.cat and nordic_cdc_acm.inf that was used in the CASE ID 235545

    I am running Windows 7 - 64bit

Reply
  • The offline install works, thanks!

    Now I would like to be able to install the USB drivers for the thingy on this system. Since I cant install the LTE Link Monitor because I can't run nRF Connect since I am not connected to the internet.

    I tried what was described in CASE ID 235545 but the system complains about the driver.

    Windows reports:

    nRF52 USB CDC Demo 

    A service installation section in the INF is invalid

    I used the nordic_cdc_acm.cat and nordic_cdc_acm.inf that was used in the CASE ID 235545

    I am running Windows 7 - 64bit

Children
Related