Hello
Fairly easy question here. I would like to program the cortex M7 of the s32g274a, but based on the read documentation some elements are not quite clear.
I have a regular USB-mini USB cable going from my laptop to the board, a test application I successfully compiled with S32 Design studio and the S32 Flash tool. I have tried uploading my .elf file as-is using the s32 flash tool but got the following error: "Program finished with error # -1073741819"

I presume I get this error because the board is not in serial boot mode, based on some info I found online this seems to be a prerequisite. There also seems to be a second prerequisite which is that the .elf file needs to be converted to a "blob". I tried doing this, but this failed as well:

Yet the IDE was installed in online mode and my internet connection is stable. So it is not clear what the issue is here either.
2 Questions:
- How does one put this board in serial boot mode? (couldn't find useful info in the datasheet)
- Is it mandatory to convert the .elf file to a so-called blob? If yes, how can the error the IDE is showing be solved?
Extra info:
This is the pdf I am using which describes the steps to program (apologies, it s a dropbox link, but you don't need to download anything. The pdf file can just be read online in a browser):
https://www.dropbox.com/s/bplxtyuvsyhizwo/Getting_started_with_S32G_S32DS.pdf?dl=0