Re: [beagleboard] Re: Can not connect via USB

2020-05-14 Thread Rajesh Kulkarni
@Ken Yep, I already did add the default gateway and the response I get is "already exists" . @Robert, yep I un-commented that part. *root@sp3:~# grep forward /etc/sysctl.conf # Uncomment the next line to enable packet forwarding for IPv4 net.ipv4.ip_forward=1 # Uncomment the next line to enable

Re: [beagleboard] Re: Can not connect via USB

2020-05-14 Thread Robert Heller
At Thu, 14 May 2020 19:19:47 -0700 (PDT) beagleboard@googlegroups.com wrote: > > > > I reinstalled the latest debian on BBB. > I was able to install *arptables ebtables on my host side.*Everything went > well . > But still I am not able to ping 8.8.8.8 or any DNS name for that matter. > >

Re: [beagleboard] PocketBeagle SD Card Extra Storage

2020-05-14 Thread jackfhunt1015
Hi Karishma, Since Jason and Robert helped me out so much there shouldn't be too much to do. Beagle bone green and pocket beagle use the same debian version. So I'd assume you just have to load the latest version and then edit the uEnv.txt like I did.

Re: [beagleboard] Re: Can not connect via USB

2020-05-14 Thread KenUnix
Looks to me that all you need is; sudo route add default gw 192.168.7.1 > -- 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

Re: [beagleboard] Re: Can not connect via USB

2020-05-14 Thread Rajesh Kulkarni
I reinstalled the latest debian on BBB. I was able to install *arptables ebtables on my host side.*Everything went well . But still I am not able to ping 8.8.8.8 or any DNS name for that matter. *And still get the same output :* *PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.

[beagleboard] Bringing up a new variant on the beaglebone black

2020-05-14 Thread Rich_d
Hello, I am struggling with something probably really obvious. I am 6 weeks in from being a noob, and are I decided to wipe my emmc and put a set of boot and root files on. So from u-boot i did a pair of mmc erase's to get both partitions on the emmc. After that I have had chaos. My

Re: [beagleboard] Re: uart mapping to /dev/tty on Beaglebone AI

2020-05-14 Thread John Allwine
This works! DRA7XX_CORE_IOPAD( 0x34F0, PIN_INPUT | MUX_MODE14 ) // P9.21a DRA7XX_CORE_IOPAD( 0x37C4, PIN_OUTPUT_PULLUP | INPUT_EN | MUX_MODE1 ) // P9.21b DRA7XX_CORE_IOPAD( 0x369C, PIN_INPUT | MUX_MODE14 ) // P9.22a DRA7XX_CORE_IOPAD( 0x37C0, PIN_OUTPUT_PULLUP | INPUT_EN | MUX_MODE1 ) // P9.22b

[beagleboard] Re: uart mapping to /dev/tty on Beaglebone AI

2020-05-14 Thread John Allwine
Adding this to my device tree overlay seemed to make /dev/ttyO2 show up: { status = "okay"; }; I am not able to receive data, though, only send. Any ideas? On Thursday, May 14, 2020 at 9:22:07 AM UTC-6, John Allwine wrote: > > I'm trying to set up UART3 on the Beaglebone AI to work as a

Re: [beagleboard] Custom BBB Black board with blank EEPROM

2020-05-14 Thread Richard Day
Hi, its fine - nailed it ! Index: git/board/ti/am335x/board.h === --- git.orig/board/ti/am335x/board.h +++ git/board/ti/am335x/board.h @@ -30,7 +30,10 @@ static inline int board_is_bone(void) static inline int

[beagleboard] uart mapping to /dev/tty on Beaglebone AI

2020-05-14 Thread John Allwine
I'm trying to set up UART3 on the Beaglebone AI to work as a serial port, but I'm not sure what is involved. I configured P9.21b and P9.22b to be in mode 1, which is mapped to uart3_tx and uart3_rx. How do I get those pins bound to a tty device under /dev? Maybe they already are and I don't

Re: [beagleboard] PocketBeagle SD Card Extra Storage

2020-05-14 Thread Karishma jaiswal
Hi I am trying the same thing with Beagle bone green board. Can u help me in this as you mentioned that it worked for you. Thanks Karishma On Thursday, February 22, 2018 at 6:11:02 PM UTC+5:30, jackfh...@gmail.com wrote: > > I've gotten the sd card overlay working, thank you for the help! Now

[beagleboard] Custom BBB Black board with blank EEPROM

2020-05-14 Thread Rich_d
Hi, I have made a custom Beaglebone black board to go in a medical product I am designing. Its been silly-fiddly to get this up and running. 1) the SD card socket I sourced has the card-in switch inverted. This bit was easy to fix. 2) The EEPROM is blank and I understand I forgot to

[beagleboard] Re: File system switches to Read-Only randomly after booting.

2020-05-14 Thread Tarmo Kuuse
Hi Phil, On Wednesday, 13 May 2020 16:33:40 UTC+3, robotsrule...@gmail.com wrote: > > Any suggestions??? > If it's running off the internal eMMC, it should be quite reliable. The most obvious advice is to look at the system logs after the problem has occurred and try to find hints of what has