28 Commits (18c7259c6065fcc8444eb9a7f116ce8ba5bbe248)

Author SHA1 Message Date
Andre Richter 18c7259c60
Default to externally powered RPis
Addresses issues in #86
3 years ago
Andre Richter b30bc518c4
Switch to GCC objdump and nm
The GCC versions of `objdump` and `nm` seem to have better out-of-the-box
support (for AArch64). Demangling works better, and instructions in objdump are
presented as 4 bytes instead of 4 * 1 bytes, which helps a lot.

Hence, switch to the GCC versions for now until LLVM has caught up.
4 years ago
Andre Richter ee771e5ba6
Adapt image sizes where it makes sense 4 years ago
Andre Richter 98d5d79acf
Don't check in binaries anymore 4 years ago
Andre Richter bf8e6c36c7
Analyzer: Invoke cargo check through Makefile 4 years ago
Andre Richter 0a1616d8b2
Let cargo track changed files
This should enable incremental compilation monitored by cargo.
4 years ago
Andre Richter a4266ba978
More Makefile fixes 4 years ago
Andre Richter 6eb9613ba2
Fix objcopy invocation 4 years ago
Andre Richter 089565762a
Makefiles: Docker USB passthrough in Linux only
Detect if we run on Linux. If so, dockerize Makefile targets that need access to
USB devices. If we run on anything else, attempt to execute natively.

This will enable non-Linux Unixes like macOS to run the chainboot target, given
they install the needed Ruby dependencies.
4 years ago
Andre Richter 792b208643
Missed xdoc -> doc earlier 4 years ago
Andre Richter c4f9432e13
Remove xbuild. Use upstream aarch64 rust-std 🎉 🦀
`rustup target add aarch64-unknown-none-softfloat` is now a thing.
It is no longer required to build rust-std on-demand with `xbuild`.

This reduces compile-times significantly.
4 years ago
Andre Richter 890442e8f1
Fix typo 4 years ago
Andre Richter e9ff018c92
09: Adapt to filename changes 4 years ago
Andre Richter 057be2f014
09: Provide High DPI version of gif 4 years ago
Andre Richter 474f58ced0
Add README diffs 4 years ago
Andre Richter 18a7f225e6
Update README.md 4 years ago
Andre Richter 7e583dc923
Refactor tutorial 09 4 years ago
Andre Richter 37b4d8d51e
Minipush: Fix error in displaying number of pushed KiB 4 years ago
Andre Richter 840c72d11b
Bump UART to 230400 Baud 4 years ago
Andre Richter bb78c779ca
Introducing Minipush, a raspbootcom replacement.
Gets rid of compiled C++, uses Ruby 💎
4 years ago
Andre Richter 0e78932bf7
Treat clippy warnigs as error 4 years ago
Andre Richter f6832bec31
Add ToC 4 years ago
Andre Richter 821c7e2103
QEMU: Don't spawn a VNC session 5 years ago
Andre Richter 1cc034b364
Makefile changes 5 years ago
Andre Richter e88c14c0f0
Remove temp file reference 5 years ago
Andre Richter b6952a99f1
Update README.md 5 years ago
Andre Richter 77456acdb6
Update README.md 5 years ago
Andre Richter 8d6c58ad57
Add code for tutorial 09 5 years ago