Search Results
Search results 1-15 of 15.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
[SOLVED] Rename "Open Folder" to "Show Folder" as you're not actually opening the folder in Ozone.
Post"Open Folder" just runs explorer with a specific path. This has caused a problem because I wanted to open (?import?) a source folder into ozone.
-
Hello Nino, It was said that the bug would have been fixed in the upcoming release. This was however never implemented in the 3.24b release that I use.
-
This is a reply on an old post: LINK The svd-file location is still not saved in the project file. I am using Ozone 3.24B. Where can I download 3.22f?
-
Dear Nino, I'm trying to check the accuracy of my custom bootloader by downloading an s-record file and comparing them. It is therefore crucial that the file used is exactly the same. 99% of the time I will be using .elf files. I'm glad Ozone still downloads them. Thank you for your response!
-
My IDE outputs both .elf and .srec files (S1 and S9 format). Uploading the .elf file works great but uploading the .srec file gives an error: forum.segger.com/index.php/Attachment/4717/ With srec_info I checked the entry point: forum.segger.com/index.php/Attachment/4718/ Which does not exactly corresponds with the 0x528 found in the .elf file. forum.segger.com/index.php/Attachment/4719/ Is there a problem with my IDE or with Ozone's s-record parser?
-
Relevant wiki URL: wiki.segger.com/Debug_Bootload…ion_in_same_Ozone_project This code: Source Code (14 lines)Yields the following error at the File.Load() line. Removing the second function parameter fixes the error: File.Load("mainapplication.elf") forum.segger.com/index.php/Attachment/4716/ While someone is fixing the wiki page: could you also explain the <BOOTLOADER_END_PC> user variable in a bit more detail?
-
Fixing the error below took me way longer then necessary because of the cryptic error message. It would be nice if: - Ozone would detect an incorrect encoding (ANSI is correct btw) - Alert the user if an incorrect encoding is detected - The wiki would mention the encoding needed forum.segger.com/index.php/Attachment/4715/ This error is obvious to web developers but to others it's gibberish (literally)
-
So the "-programFile" argument does not accept an array of files? I was hoping I just got the syntax wrong. Thank you for your help Fabian!
-
Is this post/thread even visible to others?
-
Is this post/thread even visible?
-
I'm automating my S32 design studio to work with Ozone. I have a project-specific Ozone file in the root of my workspace. This file is called upon from the IDE using the "external tools" function. (screenshot below) forum.segger.com/index.php/Attachment/4664/ The vendor has supplied me with an .svd file which I can import manually in Ozone. (screenshot below) forum.segger.com/index.php/Attachment/4665/ After saving the ".jdebug" file, closing the application and opening the ".jdebug" again it do…
-
I'm trying to integrate Ozone in my S32K Design Studio. Adding just the .elf file or just the .svd file works great. Adding both does however not work as intended. How can I achieve this without referencing an existing ozone .jdebug file?forum.segger.com/index.php/Attachment/4663/