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

CI/CD process implementation.

Hello,

I'm interested to know whether the continuous integration and continuous deployment (CICD) is possible on nrf52840 board using Segger Embedded Studio?

if yes, please let me know how can I perform that process.

 

Parents
  • That is a rather generic question, so not sure exaclty how to answer this. But yes, it is possible to compile applications from command line using SES so it should be possible to build applications as  part of a CI. As for CD you can use nrfjprog for programming development kits, or custom boards as long as there is an available programmer.

  • But yes, it is possible to compile applications from command line using SES so it should be possible to build applications as  part of a CI.

    can you give detail explanation on this, any tutorials so that I can perform CI.

    As for CD you can use nrfjprog for programming development kits, or custom boards as long as there is an available programmer.

    with this nfrjprog i can deploy the program into custom board right ?

Reply
  • But yes, it is possible to compile applications from command line using SES so it should be possible to build applications as  part of a CI.

    can you give detail explanation on this, any tutorials so that I can perform CI.

    As for CD you can use nrfjprog for programming development kits, or custom boards as long as there is an available programmer.

    with this nfrjprog i can deploy the program into custom board right ?

Children
Related