This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

NCS: How to generate a .hex file?

NCS 1.7.1 - VS Code: Neither pushing on Build nor pushing on Pristinge Build generates a .hex file. So how do you generate one?

Parents
  • Hi,

    A hex file is always generated by a successful build. If you don't get a hex file that indicates a build error, and you should see that in the log. Alternatively, perhaps you are not looking in the correct place? It will be in the build directory, and often in a subdirectory called "zephyr".

Reply
  • Hi,

    A hex file is always generated by a successful build. If you don't get a hex file that indicates a build error, and you should see that in the log. Alternatively, perhaps you are not looking in the correct place? It will be in the build directory, and often in a subdirectory called "zephyr".

Children
Related