Is there a special way to share USB networking and getting updates on the pocket beagle 2?
I can put a new image on the board via micro SD Card but I cannot get sharing to work so far.
I tried ssh -x user:ip
and got nowhere so far.
Seth
P.S. I tried USB/IP but that is not exactly what I am trying to do… I was trying to share the development desktop host with the pocket beagle 2 client.
Network Sharing depends on the upstream OS.
Are we dealing with Windows, Mac, or Linux?
Regards,
Windows sort of…
I have an Ubuntu and Debian desktop too. I can use Linux.
Seth
Windows you need to enable Internet Connection Share (ICS) and bridge the network adapter you want to share…
Then over serial, on the pb2, (with windows ics) just run:
sudo ip addr flush dev usb0
sudo dhclient usb0
and it should be live…
Linux/Mac need similar but different.
Regards,
Okay.
I will test now. Thank you.
is the debugger over UART having to be the RPi one or is there another one that works?
Seth
If your plugged into Windows with the Type-C connctor, there should be USB Serial device you can use with https://mobaxterm.mobatek.net/ or your personal favorite windows serial program.
Regards,
Hey @RobertCNelson ,
I am still getting the same output of IGN:
I think sir, I am not understanding something. I set up sharing on Windows and then performed the necessary commands you gave for the PB2 once in a serial console. I will keep at it. If you have any other ideas, please let me know.
Seth
Update…
Thank you sir. I got it.