Search found 4 matches
- Mon Jun 06, 2016 11:31 am
- Forum: NetBurner Software
- Topic: NetBurner header format and binary compression?
- Replies: 6
- Views: 8502
Re: NetBurner header format and binary compression?
Yeah, that's good information - thanks! I also just realized that the source for the tools is included with the development kit, so I should be able to work it out from here.
- Mon Jun 06, 2016 10:53 am
- Forum: NetBurner Software
- Topic: NetBurner header format and binary compression?
- Replies: 6
- Views: 8502
Re: NetBurner header format and binary compression?
What I'm trying to accomplish is to be able to produce usable executables for the device using other tools than the provided development kit (again, so that I can do some development work using something other than Windows or Mac OS.) I can get tools to build a Coldfire executable binary, and I can ...
- Mon Jun 06, 2016 10:36 am
- Forum: NetBurner Software
- Topic: NetBurner header format and binary compression?
- Replies: 6
- Views: 8502
Re: NetBurner header format and binary compression?
No, s19 is fine; I just would like to be able to send any arbitrary executable (with a particular eye towards being able to develop from platforms other than Windows/Mac.) Converting to s19 format is easy enough (it's been around for decades and there's tools for conversion on about any platform in ...
- Mon Jun 06, 2016 9:26 am
- Forum: NetBurner Software
- Topic: NetBurner header format and binary compression?
- Replies: 6
- Views: 8502
NetBurner header format and binary compression?
I've picked up a MOD54415 development kit for hobby purposes. One of the things I'd like to be able to do is send any arbitrary binary image to the device, but I know the boot ROM has its own way of doing things w.r.t. decompressing a packed executable image (it looks like this might be LZO ...