-
Notifications
You must be signed in to change notification settings - Fork 2
Binary Utilities
Dragos Miloiu edited this page Jul 7, 2023
·
1 revision
Context menu on the object or executable files provides various operations that can be done using different binary utilities:
- Create binary - generates the binary format file invoking objcopy utility
- Create hex - generates the hex format file invoking objcopy utility
- Create S-Record - generates the hex format file invoking objcopy utility
- Disassemble - generates the disassemble file invoking objdump utility and opens it in the editor
- ELF Information - generates some information about the elf using readelf utility
- Size - generates size information on elf using size utility
- Image Info - generates static callgraph and memory details with types, usage, sections and symbols of the selected binary files. Follow Image Info section for details.
Use this GitHub Issues section to report ambiguities or problems encountered in this documentation. For MCUXpresso for Visual Studio Code extension issues, feedback or search for solutions and ideas please follow Community page.
Table of contents
Dependency Installation
General
Software Repositories
Project Management
Flash and Debug
Reference Guides
- Getting Started with MIMXRT1060-EVK
- Training Zephyr Getting Started
- TrustZone Examples on LPC55S6x and MCUXpresso SDK
- Multicore Examples on LPC55S6x and MCUXpresso SDK
- SDRAM Examples on RT1060 and MCUXpresso SDK
- Getting Started with MCX using Application Code Hub
- AN14120: Debugging Cortex-M on i.MX 8M, i.MX 8ULP, and i.MX 93
Troubleshooting
Useful links