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

Reply
  • 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

Children
Related