I am building and cross-compiling some C/C++ codes in my linux virtual machine. Is there a way to flash the executable I created on the virtual machine platform to my S32K148EVB board with or without using S32DS or MATLAB environment?
Hi @CanCan,
What programer do you have?
If you want to flash the binary without any PC, use a stand-alone programer such as the PE MIcro Cyclone:
https://www.pemicro.com/products/product_viewDetails.cfm?product_id=15320169&productTab=5010
BR, Daniel
I use Pc and OpenSDA interface to communicate with board. Can I build and flash the executable without using S32DS/MATLAB?
You need a built .srec binary first.
Then, you can drag & drop the .srec file to the EVB-S32K148 drive as explained here:
https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwiCxciEpeaCA...
Regards,
Daniel