Skip to content

Commit

Permalink
Spawn bash to actuallly run commands
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Dye <mrtops03@gmail.com>
  • Loading branch information
ecdye committed Jun 7, 2024
1 parent 5ac079e commit 5a50df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run.exp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set loginUser "pi"
set loginPassword "raspberry"

# spawn qemu-system-aarch64 -machine "raspi3b" -cpu arm1176 -m 1G -drive "format=raw,file=raspios.img" -dtb "./tests/dtb/bcm2710-rpi-3-b.dtb" -kernel "./tests/kernel/kernel8.img" -append "loglevel=0 quiet console=ttyAMA0,115200 root=/dev/mmcblk0p2 rootfstype=ext4 fsck.repair=yes rootwait init=/bin/bash" -nographic -serial mon:stdio

spawn /bin/bash
# Setup user
# expect "root@(none):/# "
# send "mount -o remount,rw /dev/mmcblk0p2 /\r"
Expand Down

0 comments on commit 5a50df1

Please sign in to comment.