Skip to content

Instantly share code, notes, and snippets.

@berkus
Created January 4, 2022 00:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save berkus/2b35cee48fc88e1abfd56e21e94a3002 to your computer and use it in GitHub Desktop.
Save berkus/2b35cee48fc88e1abfd56e21e94a3002 to your computer and use it in GitHub Desktop.
First chainboot
❯ target/debug/chainofcommand /dev/tty.SLAB_USBtoUART 115200 --kernel target/nucleus.bin
[>>] Loading kernel image
[>>] .. target/nucleus.bin (49512 bytes)
[>>] Opening serial port
[>>] Waiting for handshake, pass-through
__ __ __ __
.----| |--.---.-|__.-----| |--.-----.-----| |_
| __| | _ | | | _ | _ | _ | _|
|____|__|__|___._|__|__|__|_____|_____|_____|____|
Raspberry Pi 4+
[<<] Requesting kernel image...
[>>] Sending image size
[>>] Sending kernel image
[>>] Sending image checksum e4fadb3b7d51860e
[>>] Send successful, pass-through
[<<] Loaded! Executing the payload now
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment