You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But, I've got no idea how to ssh into the system without an initial WIRED connection to set up the static IP and have ssh server enabled? Wondering if only USB connection, can I set up my WiFi configuration under /etc/default/networks ? By the way, I didn't even see a user folder /home under rootfs. Even if I want to ssh into LicheeRV-Nano, I still ALWAYS need a username, isn't it?
Any manual/doc for this?
Cheers
Pei
The text was updated successfully, but these errors were encountered:
jiapei100
changed the title
How to ssh into LicheeRV-Nano at the FIRST run?
How to ssh into LicheeRV-Nano WE at the FIRST run?
Apr 14, 2024
After connecting your device to the computer via a USB-C cable, open a terminal and run the ifconfig command. You should see an interface like "enx3a1b63ef6245:". The IP address associated with this interface will likely be something like 10.34.14.100, which is your PC's IP address.
To establish an SSH connection with the gateway (the board), use the following command:
ssh [email protected].
Sorry for my naive question:
My host computer:
I just flashed LicheeRV-Nano-Build c906-2024-04-10-14-19-16d76b.img.gz onto my LicheeRV-Nano WE.
But, I've got no idea how to ssh into the system without an initial WIRED connection to set up the static IP and have ssh server enabled? Wondering if only USB connection, can I set up my WiFi configuration under
/etc/default/networks
? By the way, I didn't even see a user folder/home
under rootfs. Even if I want to ssh into LicheeRV-Nano, I still ALWAYS need a username, isn't it?Any manual/doc for this?
Cheers
Pei
The text was updated successfully, but these errors were encountered: