[beagleboard] Trying to understand USB connection in syslog

2019-01-16 Thread Mike Brandon
I have connected a USB modem to my BBB. In looking at the syslog, I see the following: [image: syslog.JPG] I am needing to execute a script and specify which ttyUSB* but am a bit confused on knowing which to use. -- For more options, visit http://beagleboard.org/discuss --- You received

Re: [beagleboard] Trying to understand USB connection in syslog

2019-01-16 Thread Mike Brandon
Nelson wrote: > > > On Wed, Jan 16, 2019 at 8:55 PM Mike Brandon > wrote: > >> I have connected a USB modem to my BBB. In looking at the syslog, I see >> the following: >> >> [image: syslog.JPG] >> >> I am needing to execute a script and specify whic

[beagleboard] Beaglebone Black won't boot when gpio connections made

2018-11-30 Thread Mike Brandon
I have a device plugged in via GPIO to the following gpio pins: 48 49 115 117 If my device is connected at boot, the BB will not boot. I am booting from eMMC. Any idea why this is occurring? I am using the attached custom overlay which is essentially the univ-emmc overlay with some

Re: [beagleboard] Beaglebone Black won't boot when gpio connections made

2018-11-30 Thread Mike Brandon
red on > it still presents a load. It still affects the boot pins. > >   > > Key point…DO NOT PUT ANYTHNING on GPIO pins that share the boot function on > power up. > >   > > Gerald > >   > >   > > From: beagl...@googlegroups.com [mailto:beagl...@goog

Re: [beagleboard] Beaglebone Black won't boot when gpio connections made

2018-11-30 Thread Mike Brandon
UTC-5, Mike Brandon wrote: > > HAH, wow it has been a long day. It must be time for me to put this aside > for a bit... WOW. Sometimes I amaze myself. > > Thanks and sorry that my goof has taken up a small bit of ya'lls valuable > time. > > Until my next stupid question...

Re: [beagleboard] Beaglebone Black won't boot when gpio connections made

2018-11-30 Thread Mike Brandon
ext2 filesystem... spl_load_image_ext: ext4fs mount err - 0 On Friday, November 30, 2018 at 5:55:16 PM UTC-5, RobertCNelson wrote: > > On Fri, Nov 30, 2018 at 4:38 PM Mike Brandon > wrote: > > > > But which gpio am I using that is a boot pin? In the reference manual

Re: [beagleboard] Beaglebone Black won't boot when gpio connections made

2018-11-30 Thread Mike Brandon
, RobertCNelson wrote: > > > > On Fri, Nov 30, 2018 at 7:12 PM Mike Brandon > wrote: > >> [image: IMG_20181130_194825.jpg] >> >> [image: IMG_20181130_194818.jpg] >> >> > On Fri, Nov 30, 2018 at 4:38 PM Mike Brandon wrote: >>> > >>>

Re: [beagleboard] Network IP address assignments

2018-12-05 Thread Mike Brandon
In my limited experience, I ran into a lot of issues trying to modify the network settings as you are running into. I *believe* that the network settings are being controlled by conman. So I added to / etc/connman/main.conf the following: NetworkInterfaceBlacklist=SoftAp0,usb0,usb1,{0},can0,can1

Re: [beagleboard] Network IP address assignments

2018-12-05 Thread Mike Brandon
Sorry, copied and pasted from my application code that is driving the network configuration...the {0} in NetworkInterfaceBlackist is eth0 Mike On Wed, Dec 5, 2018 at 3:45 PM Mike Brandon wrote: > In my limited experience, I ran into a lot of issues trying to modify the > network se

[beagleboard] Enable UART4 - bbb - 4.4.113-ti-r149

2018-12-07 Thread Mike Brandon
How is UART4 enabled on beaglebone black, uname_r=4.4.113-ti-r149 Would I use cape_enable=bone_capemgr.enable_partno=BB-UART4 in uEnv.txt? -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard"

[beagleboard] Re: Enable UART4 - bbb - 4.4.113-ti-r149

2018-12-08 Thread Mike Brandon
I am running into the following error using Adafruit_BBIO.UART UART.setup("UART4") RuntimeError: Unable to export UART channel. On Friday, December 7, 2018 at 10:55:48 PM UTC-5, Mike Brandon wrote: > > How is UART4 enabled on beaglebone black, uname_r=4.4.113-ti-r149

[beagleboard] cape_enable=bone_capemgr.enable_partno=

2018-11-23 Thread Mike Brandon
Where can proper "partno" values be located in order to add to this configuration in uEnv.txt? -- 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

[beagleboard] Re: cape_enable=bone_capemgr.enable_partno=

2018-11-23 Thread Mike Brandon
I ended up finding the .dts sources in /opt/source/bb.org-overlays/src/arm where I was able to look for partno's. On Friday, November 23, 2018 at 12:21:30 PM UTC-5, Mike Brandon wrote: > > Where can proper "partno" values be located in order to add to this > config

[beagleboard] GPIO default pin level

2018-11-23 Thread Mike Brandon
I have been spending some time trying to understand device tree overlays. Currently my uEnv.txt is configured so that: ##BeagleBone Black: HDMI (Audio/Video) disabled: dtb=am335x-boneblack-emmc-overlay.dtb cat /sys/devices/platform/bone_capemgr/slots 0: PF -1 1: PF -1 2: PF

[beagleboard] Re: GPIO default pin level

2018-11-24 Thread Mike Brandon
ion: bootloader:[microSD-(push-button)]:[/dev/mmcblk0]:[U-Boot 2018.09-2-gd5b4c4b656]:[location: dd MBR] What am I missing? On Friday, November 23, 2018 at 8:22:48 PM UTC-5, Mike Brandon wrote: > > I have been spending some time trying to understand device tree overlays. > Currently

[beagleboard] DHCPCD5 on BegaleBone Black

2018-11-20 Thread Mike Brandon
Long story short, I am refactoring an application I had originally written for Raspbian. One of the features is the ability to modify the devices network settings (either use DHCP or set a static IP). When refactoring this for the Begalebone, I was running into weird issues that I assume were

[beagleboard] Re: DHCPCD5 on BegaleBone Black

2018-11-21 Thread Mike Brandon
] c_can_platform 481cc000.can can0: failed to open can device On Tuesday, November 20, 2018 at 10:25:20 PM UTC-5, Mike Brandon wrote: > > Long story short, I am refactoring an application I had originally written > for Raspbian. One of the features is the ability to modify the devices

Re: [beagleboard] Unloading HDMI driver

2018-11-20 Thread Mike Brandon
Thanks for that info Robert, I will give that a shot. Will that also affect other onboard devices like ethernet? I still want to utilize eMMC and ethernet. Mike On Tue, Nov 20, 2018 at 12:15 PM Robert Nelson wrote: > On Tue, Nov 20, 2018 at 11:12 AM wrote: > > > > I want to utilize the GPIOs

[beagleboard] Re: GPIO default pin level

2018-11-25 Thread Mike Brandon
I resolved this by disabling the old version of the u-boot bootloader on the eMMC: (a step suggested in anothe rpost I had here https://forums.adafruit.com/viewtopic.php?f=49=142107) sudo dd if=/dev/zero of=/dev/mmcblk1 bs=1M count=10 On Friday, November 23, 2018 at 8:22:48 PM UTC-5, Mike

Re: [beagleboard] ssh access in BeagleBone Black Wireless

2019-01-12 Thread Mike Brandon
Username is Debian Password is temppwd On Sat, Jan 12, 2019, 7:37 PM Hi everyone > I just got a new BeagleBone Black Wireless board and tring to have ssh > access via using below cmd > > ssh root@192.168.7.2 > > but for password, it was mention there only press enter. but it's not > taking it. >

Re: [beagleboard] Beaglebone Black won't boot when gpio connections made

2018-11-30 Thread Mike Brandon
ald > > > > > > *From:* beagl...@googlegroups.com [mailto: > beagl...@googlegroups.com ] *On Behalf Of *Mike Brandon > *Sent:* Friday, November 30, 2018 2:52 PM > *To:* BeagleBoard > > *Subject:* [beagleboard] Beaglebone Black won't boot when gpio > connections made >

[beagleboard] BBB Uart Signal Question

2019-02-25 Thread Mike Brandon
Hi, TL;DR: What kind of signal is transmitted straight out of UART TX? I am beating my head against a wall with a circuit I have been designing related to UART. I know my app works as I can use a USB-to-Serial adapter connected to beaglebone's USB0 and my app performs as expected. When I

[beagleboard] Re: UART "callibration"?

2019-03-09 Thread Mike Brandon
I am running at 115200. I will try and get some decent readings with my oscope. Thanks. -- 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

[beagleboard] UART "callibration"?

2019-03-07 Thread Mike Brandon
While I am likely getting in way over my head, are there any settings that can be modified on a BeagleBone black as it relates to the UART oscillator? I have seen some reference to the specification of the AM335x regarding: The UART modules each have a 48MHz clock to generate their timing. They

[beagleboard] Re: BBAI runs extremely hot

2019-09-28 Thread Mike Brandon
@Paul - Would you be able to take a close up picture of the backside solder points of the serial debug connector (3 pin next to USB C)? My AI was overheating too until it stopped booting all together. I was looking to monitor serial as I applied power and that is when I noticed what appeared