Skip to content

Commit

Permalink
Print the exit key combination when running QEMU
Browse files Browse the repository at this point in the history
  • Loading branch information
kuruczgy committed Nov 1, 2024
1 parent 7c8b9ae commit 63615e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,9 @@
--format raw --fill-flash-size 4MB \
-o /tmp/merged-flash.bin 0x0000 \
${main-bin}
echo '==='
echo 'Starting QEMU. Exit with Ctrl-A X.'
echo '==='
${self.packages.${system}.qemu}/bin/qemu-system-riscv32 \
-M esp32c3 \
-drive file=/tmp/merged-flash.bin,if=mtd,format=raw \
Expand Down

0 comments on commit 63615e1

Please sign in to comment.