Mark, With a bit of effort, I was able to share the network with the PocketBeagle. I had to write two scripts to get things to work. listentome.sh is run on the host while talktome.sh is run on the bone. Once both scripts are run on their respective machines, things work as desired.
Thank you for your help. I have attached both scripts so you can see what I did to get things working for me. I am looking forward to working with BeagleBone in the future. I teach Senior Design in the Electrical and Computer Engineering department at UTDallas and what I like about the platform is that, you should be able replace a Raspberry Pi and an Arduino with a single board. However, in order to help my students, I need to learn the platform too. I still have a long way to go, but I will get there. Once again, I do thank you for your help. Best regards, Neal Skinner On Thu, Jan 10, 2019 at 11:02 AM Mark A. Yoder <[email protected]> wrote: > Neal: > Were you ever able to get ipMasquerade.sh > <https://github.com/MarkAYoder/BeagleBoard-exercises/blob/master/setup/ipMasquerade.sh> > and > firstssh.sh to work on the Pocket? > > --Mark > > On Friday, November 23, 2018 at 2:06:57 PM UTC-5, neal skinner wrote: >> >> Mark, >> >> Thank you for the excellent instructions. However, I am still having >> trouble getting my PocketBeagle to ping anybody. Thanks to your >> instructions, I can log onto the bone without a password for debian and >> root. That makes logging on to the bone much simpler, but for the life of >> me, I cannot get the bone to talk to the internet. >> >> If I were happy with the preinstalled software and did not want to add >> other packages, life would be good - but no, I want to add something that >> does not come preinstalled. >> >> Any more suggestions? >> >> Thanks again for your help! >> >> On Fri, Nov 16, 2018 at 1:59 PM Mark A. Yoder <[email protected]> >> wrote: >> >>> Here's the scripts I have my students use: >>> >>> git clone https://github.com/MarkAYoder/BeagleBoard-exercises.git exercises >>> --depth=1 >>> >>> *The follow the instructions here:* >>> >>> https://elinux.org/EBC_Exercise_02_Out-of-the-Box,_Bone#Running_ipMasquerade.sh >>> >>> This sets up your Linux host to do ip Masquerading and then sets up your >>> Bone to go through the host to get to the internet. >>> >>> >>> --Mark >>> >>> >>> On Thursday, November 15, 2018 at 7:58:51 AM UTC-5, [email protected] >>> wrote: >>>> >>>> I am having a real problem getting my pocket beagle to access the >>>> internet. I've tried several online tutorials involving Linux and Windows >>>> hosts, but with absolute no luck. I can ssh over USB, but want to install >>>> additional software and updates. Thanks! >>>> >>> -- >>> For more options, visit http://beagleboard.org/discuss >>> --- >>> You received this message because you are subscribed to a topic in the >>> Google Groups "BeagleBoard" group. >>> To unsubscribe from this topic, visit >>> https://groups.google.com/d/topic/beagleboard/O7o0bHqQ6E8/unsubscribe. >>> To unsubscribe from this group and all its topics, send an email to >>> [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/beagleboard/bb12742d-5d47-47fe-93b0-7d69336f2e13%40googlegroups.com >>> <https://groups.google.com/d/msgid/beagleboard/bb12742d-5d47-47fe-93b0-7d69336f2e13%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> -- > For more options, visit http://beagleboard.org/discuss > --- > You received this message because you are subscribed to a topic in the > Google Groups "BeagleBoard" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/beagleboard/O7o0bHqQ6E8/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/beagleboard/f2e52471-8492-4cbf-8df8-66e267d425da%40googlegroups.com > <https://groups.google.com/d/msgid/beagleboard/f2e52471-8492-4cbf-8df8-66e267d425da%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAD9D51jU96QpZSXwP5oT83PtAsOcUgS2aUrSgcXYjepejtwDhQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
talktome.sh
Description: application/shellscript
listentome.sh
Description: application/shellscript
