Re: [beagleboard] Re: pygame displaying on /dev/fb0 - Solved

2020-09-12 Thread jonnymo
Cool.

  I am unable to get your pygame or other fb examples to work but I can get
the 'usr' examples to work.

Perhaps this is for another post, but in your examples, are you using SPI0
or SPI1?  It seems some of the setup for the examples are set for SPI0 and
some are set for SPI1 yet the wiring listing in "EBC Exercise 12a 2.4 TFT
LCD display via SPI" seems to indicate SPI0.


Cheers,

Jon

On Sat, Sep 12, 2020 at 1:20 PM Mark A. Yoder 
wrote:

> I now have it working with sudo.  I just added
> https://github.com/MarkAYoder/BeagleBoard-exercises/blob/a531dca3a5f52813623bd40ea42bc733decfc70d/displays/ili9341/fb/pygame/clock.py#L26
>
> I needed to set SDL_NOMOUSE to 1.
>
> --Mark
>
> On Saturday, September 12, 2020 at 3:33:23 PM UTC-4 Mark A. Yoder wrote:
>
>> Jon:
>>   Well.  su does give different results than sudo.  I tried su again
>> and it works!
>>
>> So, how can I set permissions so I don't have to su or sudo?
>>
>> --Mark
>>
>> p.s.  Thanks for all the suggestions.
>>
>> On Friday, September 11, 2020 at 6:23:45 PM UTC-4 jonn...@gmail.com
>> wrote:
>>
>>> In my config, BBAI running 4.14 kernel, I found two instances of fbcon:
>>> $ sudo find / -name fbcon
>>>
>>> * /sys/devices/virtual/graphics/fbcon*
>>> * /sys/class/graphics/fbcon*
>>>
>>>
>>> The framebuffer console seems to be attached to the console layer.
>>>
>>> *$ cat /sys/class/vtconsole/vtcon1/bind*
>>> *1*
>>> *$ cat /sys/class/vtconsole/vtcon0/bind*
>>> *0*
>>>
>>>
>>> Info on fbcon:
>>> https://www.kernel.org/doc/html/latest/fb/fbcon.html
>>>
>>>
>>> Not sure if this helps at all.
>>>
>>> Cheers,
>>>
>>> Jon
>>>
>>>
>>> On Fri, Sep 11, 2020 at 11:24 AM Robert Nelson 
>>> wrote:
>>>
 On Fri, Sep 11, 2020 at 12:56 PM Dennis Lee Bieber
  wrote:
 >
 > On Fri, 11 Sep 2020 04:56:42 -0700 (PDT), in
 > gmane.comp.hardware.beagleboard.user "Mark A. Yoder"
 >  wrote:
 >
 >
 > >
 > >Are you sure there is a fbcon module?
 >
 > https://www.kernel.org/doc/html/latest/fb/fbcon.html#a-configuration
 >
 > ... seems to imply it may not have been built for the standard
 release BBB
 > kernels.

 It's enabled:

 │
 ┌───┐ │
   │ │[*] Framebuffer Console support
  │ │
   │ │-*-   Map the console to the primary display device
  │ │
   │ │[*]   Framebuffer Console Rotation
  │ │
   │ │[ ]   Framebuffer Console Deferred Takeover
 │

 Regards,

 --
 Robert Nelson
 https://rcn-ee.com/

 --
 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 beagleboard...@googlegroups.com.

>>> To view this discussion on the web visit
 https://groups.google.com/d/msgid/beagleboard/CAOCHtYgkXSOoJQ%3D_iBLcYBuFc4Q0%3D%2B6y29EXzABPn5uK-Qbqdw%40mail.gmail.com
 .

>>> --
> 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 beagleboard+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/beagleboard/ea2cc40d-aa9e-462e-a454-b0bea9a7da4cn%40googlegroups.com
> 
> .
>

-- 
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 beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAG99bkpmOzGqg0dYRRJiOeWKeA9j6V_s%3DW4T%2BBchniUEfae9vA%40mail.gmail.com.


Re: [beagleboard] Re: pygame displaying on /dev/fb0 - Solved

2020-09-12 Thread Mark A. Yoder
I now have it working with sudo.  I just added 
https://github.com/MarkAYoder/BeagleBoard-exercises/blob/a531dca3a5f52813623bd40ea42bc733decfc70d/displays/ili9341/fb/pygame/clock.py#L26

I needed to set SDL_NOMOUSE to 1.

--Mark

On Saturday, September 12, 2020 at 3:33:23 PM UTC-4 Mark A. Yoder wrote:

> Jon:
>   Well.  su does give different results than sudo.  I tried su again 
> and it works!
>
> So, how can I set permissions so I don't have to su or sudo?
>
> --Mark
>
> p.s.  Thanks for all the suggestions.
>
> On Friday, September 11, 2020 at 6:23:45 PM UTC-4 jonn...@gmail.com wrote:
>
>> In my config, BBAI running 4.14 kernel, I found two instances of fbcon:
>> $ sudo find / -name fbcon
>>
>> * /sys/devices/virtual/graphics/fbcon*
>> * /sys/class/graphics/fbcon*
>>
>>
>> The framebuffer console seems to be attached to the console layer. 
>>
>> *$ cat /sys/class/vtconsole/vtcon1/bind*
>> *1*
>> *$ cat /sys/class/vtconsole/vtcon0/bind*
>> *0*
>>
>>
>> Info on fbcon:
>> https://www.kernel.org/doc/html/latest/fb/fbcon.html
>>
>>
>> Not sure if this helps at all.
>>
>> Cheers,
>>
>> Jon
>>
>>
>> On Fri, Sep 11, 2020 at 11:24 AM Robert Nelson  
>> wrote:
>>
>>> On Fri, Sep 11, 2020 at 12:56 PM Dennis Lee Bieber
>>>  wrote:
>>> >
>>> > On Fri, 11 Sep 2020 04:56:42 -0700 (PDT), in
>>> > gmane.comp.hardware.beagleboard.user "Mark A. Yoder"
>>> >  wrote:
>>> >
>>> >
>>> > >
>>> > >Are you sure there is a fbcon module?
>>> >
>>> > https://www.kernel.org/doc/html/latest/fb/fbcon.html#a-configuration
>>> >
>>> > ... seems to imply it may not have been built for the standard release 
>>> BBB
>>> > kernels.
>>>
>>> It's enabled:
>>>
>>> │ 
>>> ┌───┐ │
>>>   │ │[*] Framebuffer Console support
>>>  │ │
>>>   │ │-*-   Map the console to the primary display device
>>>  │ │
>>>   │ │[*]   Framebuffer Console Rotation
>>>  │ │
>>>   │ │[ ]   Framebuffer Console Deferred Takeover
>>> │
>>>
>>> Regards,
>>>
>>> -- 
>>> Robert Nelson
>>> https://rcn-ee.com/
>>>
>>> -- 
>>> 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 beagleboard...@googlegroups.com.
>>>
>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/beagleboard/CAOCHtYgkXSOoJQ%3D_iBLcYBuFc4Q0%3D%2B6y29EXzABPn5uK-Qbqdw%40mail.gmail.com
>>> .
>>>
>>

-- 
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 beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/ea2cc40d-aa9e-462e-a454-b0bea9a7da4cn%40googlegroups.com.


Re: [beagleboard] Re: pygame displaying on /dev/fb0 - Solved

2020-09-12 Thread Mark A. Yoder
Jon:
  Well.  su does give different results than sudo.  I tried su again 
and it works!

So, how can I set permissions so I don't have to su or sudo?

--Mark

p.s.  Thanks for all the suggestions.

On Friday, September 11, 2020 at 6:23:45 PM UTC-4 jonn...@gmail.com wrote:

> In my config, BBAI running 4.14 kernel, I found two instances of fbcon:
> $ sudo find / -name fbcon
>
> * /sys/devices/virtual/graphics/fbcon*
> * /sys/class/graphics/fbcon*
>
>
> The framebuffer console seems to be attached to the console layer. 
>
> *$ cat /sys/class/vtconsole/vtcon1/bind*
> *1*
> *$ cat /sys/class/vtconsole/vtcon0/bind*
> *0*
>
>
> Info on fbcon:
> https://www.kernel.org/doc/html/latest/fb/fbcon.html
>
>
> Not sure if this helps at all.
>
> Cheers,
>
> Jon
>
>
> On Fri, Sep 11, 2020 at 11:24 AM Robert Nelson  
> wrote:
>
>> On Fri, Sep 11, 2020 at 12:56 PM Dennis Lee Bieber
>>  wrote:
>> >
>> > On Fri, 11 Sep 2020 04:56:42 -0700 (PDT), in
>> > gmane.comp.hardware.beagleboard.user "Mark A. Yoder"
>> >  wrote:
>> >
>> >
>> > >
>> > >Are you sure there is a fbcon module?
>> >
>> > https://www.kernel.org/doc/html/latest/fb/fbcon.html#a-configuration
>> >
>> > ... seems to imply it may not have been built for the standard release 
>> BBB
>> > kernels.
>>
>> It's enabled:
>>
>> │ 
>> ┌───┐ │
>>   │ │[*] Framebuffer Console support
>>  │ │
>>   │ │-*-   Map the console to the primary display device
>>  │ │
>>   │ │[*]   Framebuffer Console Rotation
>>  │ │
>>   │ │[ ]   Framebuffer Console Deferred Takeover  
>>   │
>>
>> Regards,
>>
>> -- 
>> Robert Nelson
>> https://rcn-ee.com/
>>
>> -- 
>> 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 beagleboard...@googlegroups.com.
>>
> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/beagleboard/CAOCHtYgkXSOoJQ%3D_iBLcYBuFc4Q0%3D%2B6y29EXzABPn5uK-Qbqdw%40mail.gmail.com
>> .
>>
>

-- 
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 beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/40a351c9-4e79-44e9-9ca3-299225f1c877n%40googlegroups.com.


Re: [beagleboard] Re: External USB 2TB HD not spinning up.

2020-09-12 Thread jonnymo
I vote for using a Powered USB Hub attached to the BeagleBone.  I've had to
do the same thing when using a separate Bluetooth and WiFi module and for
just basic USB expansion.   However, I found that not all Powered USB hubs
worked with the BBB; at least not so a few years back.

I did have luck with the Belkin P-F4U041 though:
https://www.belkin.com/us/p/P-F4U041/

Cheers,

Jon

On Sat, Sep 12, 2020 at 9:38 AM Ren W  wrote:

> https://beagleboard.org/Support/FAQ
>
>
>- *What power peripherals are required/desirable?*
>   - There are several ways to power a Beagle. The option exists to
>   feed the on-board regulators through either the 5V barrel connector 
> input
>   or USB input. When powered up over USB, the regulators are somewhat 
> limited
>   in what they can supply the system. Power over USB is sufficient as 
> long as
>   the software and system running perform some management to keep it under
>   the USB current limit threshold. For simplicity and maximum capability,
>   powering over the 5V barrel connector is typically recommended.
>- The power adapter is required to provide 5V over a 5.5mm outer
>   diameter and 2.1mm inner diameter barrel connector (a barrel connector
>   length of 9.5mm is more than sufficient). The recommended supply 
> current is
>   at least 1.2A (or 6W), but at least 2A (or 10W) is recommended if you 
> are
>   going to connect up anything over the USB. The actual power consumption
>   will vary greatly with changes on the USB load.
>
>
>
> On Saturday, September 12, 2020 at 5:42:26 AM UTC-7 Dan and Ann Barber
> wrote:
>
>> A further note of interest. I experienced this problem when the BBB
>> itself was powered by USB connection to my laptop. However, I discovered
>> that when I plugged the BBB in with the power adapter, the external USB
>> drive spun up no problem.
>>
>> Is this expected behavior? Just curious. Thanks for the pointers.
>>
>> On Fri, Sep 11, 2020 at 9:47 AM Dan and Ann Barber 
>> wrote:
>>
>>> Thanks for the help! I really appreciate it! I'll check out a powered hub
>>>
>>> On Thursday, September 10, 2020 at 10:55:10 AM UTC-7
>>> robert.sty...@gmail.com wrote:
>>>
 If it is drawing too much current, I suggest a powered hub between BBB
 and HDD

 The HDD is USB 2.0 which means max 500mA, but BBB can only supply 100mA
 https://github.com/beagleboard/beaglebone-black/wiki/System-Reference-Manual#usb1-host-port

 The format is Microsoft NTFS, which Linux cannot repair

 On Thursday, 10 September 2020 at 17:59:10 UTC+1 dan.ann...@gmail.com
 wrote:

> I have a WD 2TB external USB drive. It mounts fine on my linux laptop.
> When I plug it into the beagleboneblack, it times out.  Any help would be
> appreciated!
>
> lsusb finds the device:
> Bus 001 Device 003: ID 1058:2626 Western Digital Technologies, Inc.
> Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
>
> dmesg:
> [ 3965.568158] musb-hdrc musb-hdrc.1: VBUS_ERROR in a_wait_bcon (89,
>  [ 3966.776484] usb 1-1: new high-speed USB device number 3 using
> musb-hdrc
> [ 3966.977419] usb 1-1: New USB device found, idVendor=1058,
> idProduct=2626, bcdDevice=10.28
> [ 3966.977438] usb 1-1: New USB device strings: Mfr=1, Product=2,
> SerialNumber=3
> [ 3966.977446] usb 1-1: Product: My Passport 2626
> [ 3966.977454] usb 1-1: Manufacturer: Western Digital
> [ 3966.977461] usb 1-1: SerialNumber: 5758573245313048344E394B
> [ 3966.985267] usb-storage 1-1:1.0: USB Mass Storage device detected
> [ 3967.008783] scsi host0: usb-storage 1-1:1.0
> [ 3968.041574] scsi 0:0:0:0: Direct-Access WD   My Passport
> 2626 1028 PQ: 0 ANSI: 6
> [ 3968.042213] scsi 0:0:0:1: Enclosure WD   SES
> Device   1028 PQ: 0 ANSI: 6
> [ 3968.055140] sd 0:0:0:0: Attached scsi generic sg0 type 0
> [ 3968.061239] scsi 0:0:0:1: Attached scsi generic sg1 type 13
> [ 3968.063025] sd 0:0:0:0: [sda] Spinning up disk...
> [ 3969.096578] ...not responding...
>
>
> The BBB specs:
>
> System:Host: DataIntegrity-Secondary Kernel: 4.19.94-ti-r42 armv7l
> bits: 32 compiler: gcc v: 8.3.0 Console: tty 1 dm: N/A
>Distro: Debian GNU/Linux 10 (buster)
> Machine:   Type: ARM Device System: TI AM335x BeagleBone Black
> details: Generic AM33XX rev: N/A serial: 1516BBBK13E1
> Memory:RAM: total: 483.4 MiB used: 128.3 MiB (26.5%)
>RAM Report: unknown-error: dmidecode was unable to generate
> data
> PCI Slots: ARM: No ARM data found for this feature.
> CPU:   Topology: Single Core model: ARMv7 v7l variant: cortex-a8
> bits: 32 type: UP arch: v7l family: 7 model-id: 3
>stepping: 2 microcode: N/A bogomips: 995
>Speed: 1000 MHz min/max: 300/1000 MHz Core speed (MHz): 1:
> 1000
>  

Re: [beagleboard] Robooic Application in Beagle Bone Black

2020-09-12 Thread jonnymo
The Logitech C920 with OpenCV is a common combo with the Beaglebone Black
as far as cameras are concerned.

The BeagleBoard site has some Robotics examples but not all are for the BB
Black:
https://beagleboard.org/p/projects/tags/robotics

There is an example from Derek Molloy on his website/books using the
Logitech C920  however it is a bit dated:
http://exploringbeaglebone.com/chapter14/

The Packt book Mastering BeagleBone Robotics has an example using a
Logitech 720.
https://subscription.packtpub.com/book/hardware_and_creative/9781783988907/4/ch04lvl1sec21/connecting-a-webcam-to-the-beaglebone-black

  Here is an example using a Microsoft Web Cam which looks interesting.
http://einsteiniumstudios.com/beaglebone-opencv-line-following-robot.html

The Robotics Cape might be of interest to you for the motor control and
sensor section.
http://www.strawsondesign.com/#!board-default

I'm sure there are more.

Cheers,

Jon



On Sat, Sep 12, 2020 at 2:35 AM Megha Bhirade 
wrote:

> Hi,
> I am using Beagle Bone Black in Linux Ubuntu platform.
>
> I want to develop the robotic application using Beagle Bone Black
> controller. application has navigation, tracking and obstacle avoidance
> features.
>
> I want to know which camera is suitable for navigation in Beagle Bone
> Black and what are the additional tools and libraries required for this
> application?
>
> Please suggest me any related link...
>
> --
> 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 beagleboard+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/beagleboard/2b6590c1-855a-426f-ac34-53afd6bcff56o%40googlegroups.com
> 
> .
>

-- 
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 beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAG99bko%2B04OsF4HQY2GvG%3DoH-p%3DwAGqbCuQCWdRsB9H7a%3DuHyA%40mail.gmail.com.


Re: [beagleboard] Re: External USB 2TB HD not spinning up.

2020-09-12 Thread Ren W
https://beagleboard.org/Support/FAQ

- *What power peripherals are required/desirable?* 
   
   - There are several ways to power a Beagle. The option exists to feed 
   the on-board regulators through either the 5V barrel connector input or USB 
   input. When powered up over USB, the regulators are somewhat limited in 
   what they can supply the system. Power over USB is sufficient as long as 
   the software and system running perform some management to keep it under 
   the USB current limit threshold. For simplicity and maximum capability, 
   powering over the 5V barrel connector is typically recommended.


   - The power adapter is required to provide 5V over a 5.5mm outer 
   diameter and 2.1mm inner diameter barrel connector (a barrel connector 
   length of 9.5mm is more than sufficient). The recommended supply current is 
   at least 1.2A (or 6W), but at least 2A (or 10W) is recommended if you are 
   going to connect up anything over the USB. The actual power consumption 
   will vary greatly with changes on the USB load. 



On Saturday, September 12, 2020 at 5:42:26 AM UTC-7 Dan and Ann Barber 
wrote:

> A further note of interest. I experienced this problem when the BBB itself 
> was powered by USB connection to my laptop. However, I discovered that when 
> I plugged the BBB in with the power adapter, the external USB drive spun up 
> no problem.
>
> Is this expected behavior? Just curious. Thanks for the pointers.
>
> On Fri, Sep 11, 2020 at 9:47 AM Dan and Ann Barber  
> wrote:
>
>> Thanks for the help! I really appreciate it! I'll check out a powered hub
>>
>> On Thursday, September 10, 2020 at 10:55:10 AM UTC-7 
>> robert.sty...@gmail.com wrote:
>>
>>> If it is drawing too much current, I suggest a powered hub between BBB 
>>> and HDD
>>>
>>> The HDD is USB 2.0 which means max 500mA, but BBB can only supply 100mA 
>>> https://github.com/beagleboard/beaglebone-black/wiki/System-Reference-Manual#usb1-host-port
>>>
>>> The format is Microsoft NTFS, which Linux cannot repair
>>>
>>> On Thursday, 10 September 2020 at 17:59:10 UTC+1 dan.ann...@gmail.com 
>>> wrote:
>>>
 I have a WD 2TB external USB drive. It mounts fine on my linux laptop. 
 When I plug it into the beagleboneblack, it times out.  Any help would be 
 appreciated!

 lsusb finds the device:
 Bus 001 Device 003: ID 1058:2626 Western Digital Technologies, Inc. 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

 dmesg:
 [ 3965.568158] musb-hdrc musb-hdrc.1: VBUS_ERROR in a_wait_bcon (89, 
 >>> [ 3966.776484] usb 1-1: new high-speed USB device number 3 using 
 musb-hdrc
 [ 3966.977419] usb 1-1: New USB device found, idVendor=1058, 
 idProduct=2626, bcdDevice=10.28
 [ 3966.977438] usb 1-1: New USB device strings: Mfr=1, Product=2, 
 SerialNumber=3
 [ 3966.977446] usb 1-1: Product: My Passport 2626
 [ 3966.977454] usb 1-1: Manufacturer: Western Digital
 [ 3966.977461] usb 1-1: SerialNumber: 5758573245313048344E394B
 [ 3966.985267] usb-storage 1-1:1.0: USB Mass Storage device detected
 [ 3967.008783] scsi host0: usb-storage 1-1:1.0
 [ 3968.041574] scsi 0:0:0:0: Direct-Access WD   My Passport 
 2626 1028 PQ: 0 ANSI: 6
 [ 3968.042213] scsi 0:0:0:1: Enclosure WD   SES 
 Device   1028 PQ: 0 ANSI: 6
 [ 3968.055140] sd 0:0:0:0: Attached scsi generic sg0 type 0
 [ 3968.061239] scsi 0:0:0:1: Attached scsi generic sg1 type 13
 [ 3968.063025] sd 0:0:0:0: [sda] Spinning up disk...
 [ 3969.096578] ...not responding...


 The BBB specs:

 System:Host: DataIntegrity-Secondary Kernel: 4.19.94-ti-r42 armv7l 
 bits: 32 compiler: gcc v: 8.3.0 Console: tty 1 dm: N/A 
Distro: Debian GNU/Linux 10 (buster) 
 Machine:   Type: ARM Device System: TI AM335x BeagleBone Black details: 
 Generic AM33XX rev: N/A serial: 1516BBBK13E1 
 Memory:RAM: total: 483.4 MiB used: 128.3 MiB (26.5%) 
RAM Report: unknown-error: dmidecode was unable to generate 
 data 
 PCI Slots: ARM: No ARM data found for this feature. 
 CPU:   Topology: Single Core model: ARMv7 v7l variant: cortex-a8 
 bits: 32 type: UP arch: v7l family: 7 model-id: 3 
stepping: 2 microcode: N/A bogomips: 995 
Speed: 1000 MHz min/max: 300/1000 MHz Core speed (MHz): 1: 
 1000 
Features: edsp fastmult half neon thumb thumbee tls vfp 
 vfpd32 vfpv3 
Vulnerabilities: No CPU vulnerability/bugs data available. 
 Graphics:  Message: No ARM data found for this feature. 
Display: tty server: N/A driver: tty: 197x45 
Message: Advanced graphics data unavailable in console for 
 root. 
 Audio: Device-1: simple-audio-card driver: asoc_simple_card bus ID: 
 N/A chip ID: simple-audio-card:sound 
Sound Server: ALSA v: k4.19.94-ti-r42 
 Ne

Re: [beagleboard] Re: External USB 2TB HD not spinning up.

2020-09-12 Thread Dan and Ann Barber
A further note of interest. I experienced this problem when the BBB itself
was powered by USB connection to my laptop. However, I discovered that when
I plugged the BBB in with the power adapter, the external USB drive spun up
no problem.

Is this expected behavior? Just curious. Thanks for the pointers.

On Fri, Sep 11, 2020 at 9:47 AM Dan and Ann Barber 
wrote:

> Thanks for the help! I really appreciate it! I'll check out a powered hub
>
> On Thursday, September 10, 2020 at 10:55:10 AM UTC-7
> robert.sty...@gmail.com wrote:
>
>> If it is drawing too much current, I suggest a powered hub between BBB
>> and HDD
>>
>> The HDD is USB 2.0 which means max 500mA, but BBB can only supply 100mA
>> https://github.com/beagleboard/beaglebone-black/wiki/System-Reference-Manual#usb1-host-port
>>
>> The format is Microsoft NTFS, which Linux cannot repair
>>
>> On Thursday, 10 September 2020 at 17:59:10 UTC+1 dan.ann...@gmail.com
>> wrote:
>>
>>> I have a WD 2TB external USB drive. It mounts fine on my linux laptop.
>>> When I plug it into the beagleboneblack, it times out.  Any help would be
>>> appreciated!
>>>
>>> lsusb finds the device:
>>> Bus 001 Device 003: ID 1058:2626 Western Digital Technologies, Inc.
>>> Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
>>>
>>> dmesg:
>>> [ 3965.568158] musb-hdrc musb-hdrc.1: VBUS_ERROR in a_wait_bcon (89,
>>> >> [ 3966.776484] usb 1-1: new high-speed USB device number 3 using
>>> musb-hdrc
>>> [ 3966.977419] usb 1-1: New USB device found, idVendor=1058,
>>> idProduct=2626, bcdDevice=10.28
>>> [ 3966.977438] usb 1-1: New USB device strings: Mfr=1, Product=2,
>>> SerialNumber=3
>>> [ 3966.977446] usb 1-1: Product: My Passport 2626
>>> [ 3966.977454] usb 1-1: Manufacturer: Western Digital
>>> [ 3966.977461] usb 1-1: SerialNumber: 5758573245313048344E394B
>>> [ 3966.985267] usb-storage 1-1:1.0: USB Mass Storage device detected
>>> [ 3967.008783] scsi host0: usb-storage 1-1:1.0
>>> [ 3968.041574] scsi 0:0:0:0: Direct-Access WD   My Passport 2626
>>> 1028 PQ: 0 ANSI: 6
>>> [ 3968.042213] scsi 0:0:0:1: Enclosure WD   SES Device
>>> 1028 PQ: 0 ANSI: 6
>>> [ 3968.055140] sd 0:0:0:0: Attached scsi generic sg0 type 0
>>> [ 3968.061239] scsi 0:0:0:1: Attached scsi generic sg1 type 13
>>> [ 3968.063025] sd 0:0:0:0: [sda] Spinning up disk...
>>> [ 3969.096578] ...not responding...
>>>
>>>
>>> The BBB specs:
>>>
>>> System:Host: DataIntegrity-Secondary Kernel: 4.19.94-ti-r42 armv7l
>>> bits: 32 compiler: gcc v: 8.3.0 Console: tty 1 dm: N/A
>>>Distro: Debian GNU/Linux 10 (buster)
>>> Machine:   Type: ARM Device System: TI AM335x BeagleBone Black details:
>>> Generic AM33XX rev: N/A serial: 1516BBBK13E1
>>> Memory:RAM: total: 483.4 MiB used: 128.3 MiB (26.5%)
>>>RAM Report: unknown-error: dmidecode was unable to generate
>>> data
>>> PCI Slots: ARM: No ARM data found for this feature.
>>> CPU:   Topology: Single Core model: ARMv7 v7l variant: cortex-a8
>>> bits: 32 type: UP arch: v7l family: 7 model-id: 3
>>>stepping: 2 microcode: N/A bogomips: 995
>>>Speed: 1000 MHz min/max: 300/1000 MHz Core speed (MHz): 1:
>>> 1000
>>>Features: edsp fastmult half neon thumb thumbee tls vfp
>>> vfpd32 vfpv3
>>>Vulnerabilities: No CPU vulnerability/bugs data available.
>>> Graphics:  Message: No ARM data found for this feature.
>>>Display: tty server: N/A driver: tty: 197x45
>>>Message: Advanced graphics data unavailable in console for
>>> root.
>>> Audio: Device-1: simple-audio-card driver: asoc_simple_card bus ID:
>>> N/A chip ID: simple-audio-card:sound
>>>Sound Server: ALSA v: k4.19.94-ti-r42
>>> Network:   Message: No ARM data found for this feature.
>>>IF-ID-1: can0 state: down mac: N/A
>>>IF-ID-2: can1 state: down mac: N/A
>>>IF-ID-3: eth0 state: up speed: 100 Mbps duplex: full mac:
>>> 80:30:dc:53:f6:f6
>>>IP v4: 192.168.1.212/24 scope: global broadcast:
>>> 192.168.1.255
>>>IP v6: 2600:1700:6d52:b1f0:8230:dcff:fe53:f6f6/64 type:
>>> dynamic mngtmpaddr scope: global
>>>IP v6: 2600:1700:6d52:b1f0::31/64 scope: global
>>>IP v6: fe80::8230:dcff:fe53:f6f6/64 scope: link
>>>IF-ID-4: usb0 state: up speed: N/A duplex: N/A mac:
>>> 80:30:dc:53:f6:f8
>>>IP v4: 192.168.7.2/24 scope: global broadcast: 192.168.7.255
>>>IP v6: fe80::8230:dcff:fe53:f6f8/64 scope: link
>>>IF-ID-5: usb1 state: up speed: N/A duplex: N/A mac:
>>> 80:30:dc:53:f6:fc
>>>IP v4: 192.168.6.2/24 scope: global broadcast: 192.168.6.255
>>>IP v6: fe80::8230:dcff:fe53:f6fc/64 scope: link
>>>WAN IP: No WAN IP data found. Connected to the web? SSL
>>> issues?
>>> Drives:Local Storage: total: 3.56 GiB used: 2.34 GiB (65.6%)
>>>ID-1: /dev/mmcblk1 model: S10004 size: 3.56 GiB block size:
>>> physical: 512 B logica

[beagleboard] Robooic Application in Beagle Bone Black

2020-09-12 Thread Megha Bhirade


Hi,
I am using Beagle Bone Black in Linux Ubuntu platform.

I want to develop the robotic application using Beagle Bone Black 
controller. application has navigation, tracking and obstacle avoidance 
features.

I want to know which camera is suitable for navigation in Beagle Bone Black 
and what are the additional tools and libraries required for this 
application?

Please suggest me any related link...

-- 
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 beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/2b6590c1-855a-426f-ac34-53afd6bcff56o%40googlegroups.com.


Re: [beagleboard] BBAI RTC

2020-09-12 Thread robert.sty...@gmail.com
The BeagleBone AI (BBAI) has the AM5729 system-on-chip.(which is part of 
the AM57xx series). The other BeagleBones have AM33xx series.

The AM5729 has a RTC peripheral built in. BUT, the BBAI does not have the 
necessary connections and components to use it.

If you need time of day, and do not have an internet connection to a time 
service, or a wake-up alarm; then you need an external add-on board.

On Saturday, 12 September 2020 at 08:55:52 UTC+1 nott...@gmail.com wrote:

> Sorry folks if I'm asking in the wrong forum. I couldn't figure out how to 
> tag the question as being for BB-AI.
>
> -Chinmay
>
> On Saturday, September 12, 2020 at 4:43:59 AM UTC+8 
> robert.sty...@gmail.com wrote:
>
>> AM57X RTC is not connected to anything useful 
>> On the schematic 
>> https://github.com/beagleboard/beaglebone-ai/blob/master/BeagleBone-AI_RevA2_sch.pdf
>> on sheet 5 location A3
>>
>> On Friday, 11 September 2020 at 14:30:54 UTC+1 RobertCNelson wrote:
>>
>>> Careful everyone, Chinmay asked about the BB-AI, which is am57xx based. 
>>>
>>> Sorry, I haven't even looked up what the am57xx has for a RTC, we 
>>> definitely don't have a backup battery. 
>>>
>>> We will probably have to do something similar to the BBB, but rename 
>>> the node alias in the overlay to work with both am3/am5 boards.. 
>>>
>>> Regarts, 
>>>
>>> -- 
>>> Robert Nelson 
>>> https://rcn-ee.com/ 
>>>
>>

-- 
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 beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/5c764700-d10c-45e4-922f-af12e13b6a1cn%40googlegroups.com.


Re: [beagleboard] BBAI RTC

2020-09-12 Thread Chinmay Pendharkar
Sorry folks if I'm asking in the wrong forum. I couldn't figure out how to 
tag the question as being for BB-AI.

-Chinmay

On Saturday, September 12, 2020 at 4:43:59 AM UTC+8 robert.sty...@gmail.com 
wrote:

> AM57X RTC is not connected to anything useful 
> On the schematic 
> https://github.com/beagleboard/beaglebone-ai/blob/master/BeagleBone-AI_RevA2_sch.pdf
> on sheet 5 location A3
>
> On Friday, 11 September 2020 at 14:30:54 UTC+1 RobertCNelson wrote:
>
>> Careful everyone, Chinmay asked about the BB-AI, which is am57xx based.
>>
>> Sorry, I haven't even looked up what the am57xx has for a RTC, we
>> definitely don't have a backup battery.
>>
>> We will probably have to do something similar to the BBB, but rename
>> the node alias in the overlay to work with both am3/am5 boards..
>>
>> Regarts,
>>
>> -- 
>> Robert Nelson
>> https://rcn-ee.com/
>>
>

-- 
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 beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/e614caa9-0818-4dce-a2f3-35e594ab96b6n%40googlegroups.com.