Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Balloon Comms Stm32
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stephen D
Balloon Comms Stm32
Commits
355a6819
Unverified
Commit
355a6819
authored
3 years ago
by
lucazulian
Browse files
Options
Downloads
Patches
Plain Diff
doc: add how to install components for binary inspection
parent
7b404b7e
Branches
main
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+4
-1
4 additions, 1 deletion
README.md
with
4 additions
and
1 deletion
README.md
+
4
−
1
View file @
355a6819
...
...
@@ -7,6 +7,9 @@ STM32L432KC board examples in rust
```
console
apt-get install binutils-arm-none-eabi
rustup target add thumbv7em-none-eabihf
rustup component add clippy
cargo install cargo-binutils
rustup component add llvm-tools-preview
```
*build*
...
...
@@ -20,7 +23,7 @@ $ cargo build --target thumbv7em-none-eabihf --release
```
$ arm-none-eabi-readelf -h <output>
$ arm-none-eabi-readelf -A <output>
$ cargo objdump --
bin <output>
-- -d
-no-show-raw-insn
$ cargo objdump --
release
--
-
-d
isassemble -
-no-show-raw-insn
$ arm-none-eabi-size -tA <output>
```
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment