objdump -D Release/tinyloader.bin --target=binary --architecture=xscale
The -D option is key. You can't use -d, since you are starting with a binary file that has no sections. The -D option ignores sections and disassembled everything.
Daily log of firmware development issues and how I fixed them. Hopefully useful to the worldwide community.
No comments:
Post a Comment