hi all, i want to split an INTEL 32 bit hex file generated in LINUX enviro into multiple hex file I am trying to split hex file using windows application. But the hex file generated under windows environment is different from linux environment. is there any way to split the hex file in LINUX so that i can download it on to my flash thanking in advance Rasquinha
split an INTEL 32 bit hex file generated in LINUX
Jul 28, 2004
2 Replies
Rasquinha schrieb:
Try this:
formatting link
Have you tried the unix "split" command. split -b64000 // for 64k size files split -l2000 // for 2000 line files split -C64000 // max 64k files
--mikeb
Join the Discussion
Have something to add? Share your thoughts — no account required.
Didn't find your answer?
Ask the community — no account required