cargo build
should do it though you probably need rust nightly
qemu-system-aarch64 -s -S -machine virt -cpu cortex-a57 -nographic -kernel target/aarch64-sdm670/debug/nest
Control-A + X to exit
with lldb
:
lldb target/aarch64-sdm670/debug/nest
gdb-remote localhost:1234
c
to continue executiondis
to see assemblysi
to continue instructions one by oneregister read <REGISTER_NAME>