Search Results

Search results 1-2 of 2.

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

  • Hello all, I ran into the problem that Ozone hangs after uploading my elf file to my Atmel SAM4SDxC target. Both on windows and linux (and both usb and tcp) it hangs hard (no gui actions possible) and starts to chew away gigabytes of ram until I "kill -9" it. It seems to happen due to the FreeRTOS plugin, if I remove that from the gui (not from my config file) it works again. It also seems to have to do with the program, some versions do not work at all, some work fine. Anybody else run in probl…

  • I can confirm this problem. My workflow is that I open an elf file (for a SAM4S in this case) with Ozone and after editing my code with VS code and compiling it with cmake/ninja Ozone will notice the elf file changed and asks me to re-upload it to the target. Every 4 or 5 times Ozone will hang, sometimes several times in a row. Like the original poster it is a hard GUI hang, nothing works anymore, not even the close button of the window manager, only killing can stop it. This is on Centos 8.3 on…