DJ Sunshine
DJ Sunshine
This should be an optional behaviour as in many embedded situations address zero is a perfectly valid one.
As a side note, this could've been an artifact from my ugly experimental scripts. I've implemented the proper command sequence so now the script instance is accounted as a proper...
At the very least, please remove the confusing and irrelevant things from `LIB_SPEC`. Should be as simple as patching `/src/gcc-4.8.5/gcc/config/xtensa/elf.h:` to state `#define LIB_SPEC "-lc -lhal"` -- please let me...
No surprise; the variety of image formats is staggering even within one single manufacturer's product lines. Binwalk is a great quick inspection tool but fails quickly against more elaborate formats....
Did not look too deep into it. But looks like cutting off the first 0x10000 bytes might help?
Two things immediately stand out to me... * Check stack usage, as you're allocating a buffer on the stack you might exhaust available stack space. * You subtract block size...
i dunno, try printing out the arguments you're passing and see if they make any sense at all? then capture bus traffic and see if that provides any insight?
With the 'attached' project type, that is the observed behaviour indeed.