Skip to content

Commit bd4aa98

Browse files
committed
interact on
1 parent 2ec1f02 commit bd4aa98

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

execute.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
#!/usr/bin/expect -f
22

3-
#spawn bash -c "cd poky && source oe-init-build-env && runqemu qemuarm nographic"
4-
#expect "*login:*"
5-
#send "root"
6-
#interact
7-
83
spawn bash -c "cd poky && source oe-init-build-env && runqemu qemuarm nographic"
94

105
# Wait for login prompt exactly
@@ -18,5 +13,5 @@ expect -re {root@.*# }
1813
send "hello-world\r"
1914

2015
# Optional: interact to keep session open
21-
#interact
16+
interact
2217

0 commit comments

Comments
 (0)