Question
Split .BIN in multiple regions
Hi,
I want to split the .BIN file because it is too big... Here is the size of the files :
- .BIN size : 2.13 Go
- .HEX size : 30.5 Mo
- .ELF size : 11.4 Mo
Here is the memory used :
I am using an USB flash drive to update my system program. I know I need to split .BIN file into multiple files which can describe multiple regions. I can use FromELF to do this but I don't know how to use it...
Could you help me ?
