[SOLVED] Ozone - difference between linux and windows versions

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • [SOLVED] Ozone - difference between linux and windows versions

    Hello,

    We are currently evaluating a specific SoC with Ozone and our J-Trace CM. The Ozone software from SEGGER is fitting our needs pretty well, but there seems to be a slight difference between Ozone V2.16h for windows and Ozone V2.16h for linux. The SoC is not referenced in the linux version (DEB 64-bit or TGZ 64-bit).

    Is it normal that we have a difference between the windows and linux devices lists?

    Best Regards.

    The post was edited 1 time, last by fhsemt ().

  • Hi,

    Is it normal that we have a difference between the windows and linux devices lists?

    No. All supported devices are available on all platforms.

    Ozone gets the device list from the J-Link DLL.
    I just checked and it seems that Ozone for Linux ships with an old version of the J-Link DLL. (5.10.7)

    I asked the Maintainer of Ozone and the next Version of Ozone will ship with most recent J-Link DLL on all platforms.

    In the mean time, as a workaround, you can download the SEGGER software packge here and replace the contents of
    opt\SEGGER\ozone\2.16.8\Lib
    with the contents of opt\SEGGER\JLink_V60d
    (libjlinkarm.so, libjlinkarm.so.6, libjlinkarm.so.6.0.4, libjlinkarm_x86.so, libjlinkarm_x86.so.6 libjlinkarm_x86.so.6.0.4)

    Best regards,
    Niklas
    Please read the forum rules before posting.

    Keep in mind, this is *not* a support forum.
    Our engineers will try to answer your questions between their projects if possible but this can be delayed by longer periods of time.
    Should you be entitled to support you can contact us via our support system: segger.com/ticket/

    Or you can contact us via e-mail.
  • Thanks a lot Niklas!

    We managed to make it work with an additional sym-link:
    # ln -s /opt/SEGGER/ozone/2.16.8/Lib/libjlinkarm.so.6 /opt/SEGGER/ozone/2.16.8/Lib/libjlinkarm.so.5

    Hope that API hasn't changed much between 5 and 6 but it seems to be OK for basic downloading and debugging.


    Thanks for your quick answer.
    Best regards.
  • Hi,

    Hope that API hasn't changed much between 5 and 6 but it seems to be OK for basic downloading and debugging.

    The API that Ozone uses has not changed at all. (The big version jump was related to J-Flash and a new J-Link DLL feature (3rd parties can now add flash programming support for new devices))
    Ozone related changes only include bugfixes and support for new devices.

    Thanks for confirmation and good to hear that you are up and running now!

    Best regards,
    Niklas
    Please read the forum rules before posting.

    Keep in mind, this is *not* a support forum.
    Our engineers will try to answer your questions between their projects if possible but this can be delayed by longer periods of time.
    Should you be entitled to support you can contact us via our support system: segger.com/ticket/

    Or you can contact us via e-mail.