To write a file to memory, use the -fwrite command:
S32FlashTool.exe -fwrite -f [filename] -addr [value] -i [uart | can | eth] -p [devicename]
where:
- -f: Specifies the file that will be written to device memory. The file
path can be absolute or relative.
- -addr: Specifies the start address in the device's address range. The
address value can be decimal or hex.
- -i: Specifies the communication interface.
- -p: Specifies the communication device name.
For example:
S32FlashTool.exe -fwrite -f Test.txt -addr 0x0 -i uart -p COM35