How to download int_app.elf file of can2eth in AN13423 without using Lauterbach’s cmm script “s32g.cmm”.
Hi,
For what we understand, the example is to be run with Lauterbach. We are not seeing information on how to run it from a different debug tool. We do apologize.
Please, let us know.
Hi,
As for official documentation, we are not seeing anything that provides an alternative to Lauterbach.
Which debugger do you have at hand?
Please, let us know.
I via/cygdrive/d/app/NXP/S32DS.3.5/S32DS/build_tools/gcc_v9.2/gcc-9.2-arm32-eabi/bin/arm-none-eabi-objcopy.exe -O binary ./out/int_app.elf ./out/int_app.bin
converted the ELF file into a Bin file and made a blob image through the S32DS IVT tool. Finally, download it to QSPI through FlashTool, but he does not seem to run.