It is a crate that blinks an LED in the raspberry pi 3. Run make to compile the binary that will flashed.
- arm-none-eabi-objcopy arm
- rust installed in the local system and the armv7a-none-eabi toolchain.
- https://www.youtube.com/watch?v=jZT8APrzvc4
- https://www.youtube.com/watch?v=mPB3dCWlZVY
- https://docs.rust-embedded.org/book/
- Run cargo build --release to build the binary.
- Run cargo objdump --bin rustberrypie -- --disassemble --no-show-raw-insn --print-imm-hex to see the disassembled bin.