I'd suggest that in the serial console you get:
1) check the ip address of the booted target
2) Run 'ssh root@localhost' on that target to check if login onto itself is OK 3) If you can ssh locally and the ip is 192.168.7.2, and you still have problem with 'ssh root@192.168.7.2', maybe you need to check the iptables rules of your host. Is it reachable? 'ping 192.168.7.2'?

Regards,
Qi

On 3/9/24 06:58, Xylopyrographer wrote:
I've built a QEMU quemuarm64 core-image-full-cmdline machine. Runs fine.  I'm launching it with:
*runqemu qemuarm64 nographic*

Now trying to figure out how to ssh into it.

The book I'm following simply states: "You can SSH into this VM with *ssh root@192.168.7.2*"

A bit later, going through the exercise of using devtool to add a new recipe, the command line is:
*devtool deploy-target bubblewrap root@192.168.7.2*

However, both *ssh root@192.168.7.2* and the *deploy-target* commands time out on attempting the ssh connection.

  * Host is Debian 12 Bookworm
  * Yocto version is nanbield
  * Using GNOME Terminal
  * Launching qemu in one Terminal window, running everything else in
    a second Terminal window.


Any pointers on the magic incantation to get this running?

Many thanks.



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#62722): https://lists.yoctoproject.org/g/yocto/message/62722
Mute This Topic: https://lists.yoctoproject.org/mt/104819558/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to