Sample Header Ad - 728x90

SSH connection problem BBB(Beagle Bone Black) on WSL2 Ubuntu 24.04

1 vote
0 answers
86 views
As the title suggests, I tried to establish an SSH connection to my BeagleBone Black device from the Ubuntu 24.04 operating system that I'm using with WSL2 on my Windows 11 computer, and I encountered some issues. I'll describe the process step by step for your assistance. * First, I bound the device defined as a storage device using the following command:
-sh
    usbipd bind --busid 2-3
* Then, I connected it using the following command:
-sh
    usbipd attach --wsl --busid 2-3
* After these commands, when I ran the following command on the Ubuntu side:
-sh
    sudo lshw -class network
I saw that a new network device was added. * I activated this new network device with:
-sh
    sudo ip link set dev eth1 up
And I assigned an IP address with:
-sh
    sudo ip addr add 192.168.7.1/24 dev eth1
*but I couldn't get a response when I pinged it*. Note: I have installed mkudevrule.sh.
Asked by Enes Akyay (11 rep)
Oct 29, 2024, 12:58 PM
Last activity: Oct 29, 2024, 01:28 PM