[beagleboard] Unable to run MJPG-Streamer on BeagleBone Blue using C270

2018-04-30 Thread Daniyal Ansari

Im trying to use mjpg-streamer  on 
my Beaglebone Blue running Debian 8.7 

 (bone-debian-8.7-lxqt-4gb-armhf-2017-03-19-4gb.img.xz).

I am also using 2 C270 logitech webcams but am only trying to stream one at 
a time.

This is the tutorial 

 
I have been trying to follow to install MJPG-Streamer as it uses the 
BB-Black which is the closest tutorial I can find to the BB-Blue.

Here are the commands supplied by the tutorial.


sudo apt-get install g++ curl pkg-config libv4l-dev libjpeg-dev 
build-essential libssl-dev vim cmake

sudo apt-get install imagemagick

wget https://github.com/shrkey/mjpg-streamer/raw/master/mjpg-streamer.tar.gz

tar -xvf ./mjpg-streamer.tar.gz

cd mjpg-streamer

make

sudo make install

./mjpg_streamer -i "./input_uvc.so" -o "./output_http.so -w ./www"


This is my result fom running* ./mjpg_streamer -i "./input_uvc.so" -o 
"./output_http.so -w ./www":*

*debian@beaglebone:~/mjpg-streamer$ ./mjpg_streamer -i "./input_uvc.so" -o 
"./output_http.so -w ./www -p 8090"*
*MJPG Streamer Version: svn rev: *
* i: Using V4L2 device.: /dev/video0*
* i: Desired Resolution: 640 x 480*
* i: Frames Per Second.: 5*
* i: Format: MJPEG*
*Adding control for Pan (relative)*
*UVCIOC_CTRL_ADD - Error: Inappropriate ioctl for device*
*Adding control for Tilt (relative)*
*UVCIOC_CTRL_ADD - Error: Inappropriate ioctl for device*
*Adding control for Pan Reset*
*UVCIOC_CTRL_ADD - Error: Inappropriate ioctl for device*
*Adding control for Tilt Reset*
*UVCIOC_CTRL_ADD - Error: Inappropriate ioctl for device*
*Adding control for Pan/tilt Reset*
*UVCIOC_CTRL_ADD - Error: Inappropriate ioctl for device*
*Adding control for Focus (absolute)*
*UVCIOC_CTRL_ADD - Error: Inappropriate ioctl for device*
*mapping control for Pan (relative)*
*UVCIOC_CTRL_MAP - Error: Inappropriate ioctl for device*
*mapping control for Tilt (relative)*
*UVCIOC_CTRL_MAP - Error: Inappropriate ioctl for device*
*mapping control for Pan Reset*
*UVCIOC_CTRL_MAP - Error: Inappropriate ioctl for device*
*mapping control for Tilt Reset*
*UVCIOC_CTRL_MAP - Error: Inappropriate ioctl for device*
*mapping control for Pan/tilt Reset*
*UVCIOC_CTRL_MAP - Error: Inappropriate ioctl for device*
*mapping control for Focus (absolute)*
*UVCIOC_CTRL_MAP - Error: Inappropriate ioctl for device*
*mapping control for LED1 Mode*
*UVCIOC_CTRL_MAP - Error: Inappropriate ioctl for device*
*mapping control for LED1 Frequency*
*UVCIOC_CTRL_MAP - Error: Inappropriate ioctl for device*
*mapping control for Disable video processing*
*UVCIOC_CTRL_MAP - Error: Inappropriate ioctl for device*
*mapping control for Raw bits per pixel*
*UVCIOC_CTRL_MAP - Error: Inappropriate ioctl for device*
* o: www-folder-path...: ./www/*
* o: HTTP TCP port.: 8090*
* o: username:password.: disabled*
* o: commands..: enabled*


The only modification I made was to the port that the server runs on where 
I changed it from 8080 to 8090.

Thank you!

-- 
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/ad134a88-6a88-4b12-ba45-ce28ba28bdff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Re: Replicape and the BBB/Growing Partitions...

2018-04-30 Thread Mala Dies
Hello...thank you zmatt. 

Seth

On Saturday, April 28, 2018 at 3:15:36 AM UTC-5, Mala Dies wrote:
>
> *Hello,*
>
> w/ the version Umikaze 2.1.1 (based on Ubuntu), use *echo ,+ | 
> sudo fsdisk --no-reread -N 1 /dev/mmcblk0*
>
> after you reboot, use *sudo resize2fs /dev/mmcblk0p1*
>
> This should give you some idea on how to grow your partition to its full 
> capabilities. This was taught to me tonight by a person. If this person 
> wants credit, this person will step forward.
>
> Seth
>
> P.S. Geaux Cajuns!
>
> On Friday, April 27, 2018 at 11:30:44 PM UTC-5, Mala Dies wrote:
>>
>> Hello,
>>
>> I am using a Replicape on the BBB. I am trying to grow the partition to 
>> fit my SD card size. Is this possible w/ the Umikaze image based on Ubuntu 
>> 16.0.4? I have performed this action many times on the BBB images based on 
>> the Debian Distros.
>>
>> Seth
>>
>> P.S. I have a SD Card in the BBB w/ the Replicape attached and I am 
>> viewing the grow_partition.sh file. This script looks fine and dandy but 
>> for some reason, unknown on my skillset, nothing seems to grow my 
>> partition. I get an error: script_halting, could detect drive...
>>
>

-- 
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/b17d368e-2ef3-4071-bf4f-e2c13266b4b1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Trouble using config-pin to config P9.28 pin as spi or gpio

2018-04-30 Thread Rick Mann


> On Apr 30, 2018, at 12:47 , Chad Baker  wrote:
> 
> It is a workaround for a bug, I believe. When I enable the dtbo, I get the 
> following directory constructed during the boot process
> /sys/devices/platform/ocp/ocp:P9_28_pinmux
> Without the dtbo, this directory is missing.

Oh I see, thanks.

> Chad
> 
> On 4/30/18 2:24 PM, Rick Mann wrote:
>>> On Apr 30, 2018, at 08:22 , Chad Baker  wrote:
>>> 
>>> Did you add the BB-SPIDEV1-00A0.dtbo to the device tree boot list in 
>>> uEnv.txt?
>> Should that be necessary if one is using CAPE-UNIVERSAL?
>> 
>> 
>>> Chad
>>> 
>>> 
>>> On 4/30/18 7:51 AM, marco.st1...@gmail.com wrote:
 Hi all,
 
 I have to bring this thread to life again, as I'm facing the same issue:
 
 all I want to do is to assign p9_29 as "spi_cs" on my BBB running 
 "4.9.78-ti-r94".
 
 Running "config-pin -l p9_28" leads to "default gpio gpio_pu gpio_pd 
 gpio_input spi_cs pwm pruout pruin". So all looks good, as this pin can be 
 used in spi_cs mode.
 
 Now I want to configure the pin to actually work as spi pin:
 
 config-pin p9_28 spi_cs
 P9_28 pinmux file not found!
 sudo: no askpass program specified, try setting SUDO_ASKPASS
 Cannot write pinmux file: /sys/devices/platform/ocp/ocp*P9_28_pinmux/state
 
 The same error is printed when running "config-pin p9_29 spi" or 
 "config-pin p9_31 spi_sclk". However, command "config-pin p9_30 spi" works 
 well.
 
 Would really appreciate if someone can help out here!
 
 Best regards,
 Marco
 
 
 
 
 
 
 
 Am Samstag, 28. Januar 2017 02:51:38 UTC+1 schrieb Charles Steinkuehler:
 On 1/27/2017 7:43 PM, Drew Fustini wrote:
> Charles / Robert:
> Should P9.28 be SPI by default?
 All pins are GPIO by default, with pull up/down set to match the reset
 defaults of the processor.  To use P9.28 as SPI, in addition to
 loading cape-universal, it is necessary to run:
 
   config-pin P9.28 spi
 
 If this does not result in the pinmux being set to spi, it's a bug.
 
 -- 
 Charles Steinkuehler
 cha...@steinkuehler.net
 -- 
 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/89254b2e-33ca-4ea0-bb9f-3ca89270f89c%40googlegroups.com.
 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 beagleboard+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/beagleboard/30e8fef7-bd03-37a6-b8a9-e4bfad41445d%40gmail.com.
>>> 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 beagleboard+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/beagleboard/22d4ab18-c370-d437-fa7b-c4cf404ea358%40gmail.com.
> For more options, visit https://groups.google.com/d/optout.


-- 
Rick Mann
rm...@latencyzero.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/1223A9DC-0C61-467C-A31A-8378F6929805%40latencyzero.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Trouble using config-pin to config P9.28 pin as spi or gpio

2018-04-30 Thread marco . st1987
Hi all,

thanks for your responses. I will check once back in office and come back 
to you with results. 

@cmbaker3/Chad: would it be possibe to share your uEnv.txt file with me 
(with the dtbo enabled)? Just do be sure that I do the right thing here...

Would be great and thank you so much!!!

Best,
Marco



Am Montag, 30. April 2018 21:47:53 UTC+2 schrieb cmbaker3:
>
> It is a workaround for a bug, I believe. When I enable the dtbo, I get 
> the following directory constructed during the boot process 
> /sys/devices/platform/ocp/ocp:P9_28_pinmux 
> Without the dtbo, this directory is missing. 
> Chad 
>
> On 4/30/18 2:24 PM, Rick Mann wrote: 
> >> On Apr 30, 2018, at 08:22 , Chad Baker > 
> wrote: 
> >> 
> >> Did you add the BB-SPIDEV1-00A0.dtbo to the device tree boot list in 
> uEnv.txt? 
> > Should that be necessary if one is using CAPE-UNIVERSAL? 
> > 
> > 
> >> Chad 
> >> 
> >> 
> >> On 4/30/18 7:51 AM, marco@gmail.com  wrote: 
> >>> Hi all, 
> >>> 
> >>> I have to bring this thread to life again, as I'm facing the same 
> issue: 
> >>> 
> >>> all I want to do is to assign p9_29 as "spi_cs" on my BBB running 
> "4.9.78-ti-r94". 
> >>> 
> >>> Running "config-pin -l p9_28" leads to "default gpio gpio_pu gpio_pd 
> gpio_input spi_cs pwm pruout pruin". So all looks good, as this pin can be 
> used in spi_cs mode. 
> >>> 
> >>> Now I want to configure the pin to actually work as spi pin: 
> >>> 
> >>> config-pin p9_28 spi_cs 
> >>> P9_28 pinmux file not found! 
> >>> sudo: no askpass program specified, try setting SUDO_ASKPASS 
> >>> Cannot write pinmux file: 
> /sys/devices/platform/ocp/ocp*P9_28_pinmux/state 
> >>> 
> >>> The same error is printed when running "config-pin p9_29 spi" or 
> "config-pin p9_31 spi_sclk". However, command "config-pin p9_30 spi" works 
> well. 
> >>> 
> >>> Would really appreciate if someone can help out here! 
> >>> 
> >>> Best regards, 
> >>> Marco 
> >>> 
> >>> 
> >>> 
> >>> 
> >>> 
> >>> 
> >>> 
> >>> Am Samstag, 28. Januar 2017 02:51:38 UTC+1 schrieb Charles 
> Steinkuehler: 
> >>> On 1/27/2017 7:43 PM, Drew Fustini wrote: 
>  Charles / Robert: 
>  Should P9.28 be SPI by default? 
> >>> All pins are GPIO by default, with pull up/down set to match the reset 
> >>> defaults of the processor.  To use P9.28 as SPI, in addition to 
> >>> loading cape-universal, it is necessary to run: 
> >>> 
> >>>config-pin P9.28 spi 
> >>> 
> >>> If this does not result in the pinmux being set to spi, it's a bug. 
> >>> 
> >>> -- 
> >>> Charles Steinkuehler 
> >>> cha...@steinkuehler.net 
> >>> -- 
> >>> 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/89254b2e-33ca-4ea0-bb9f-3ca89270f89c%40googlegroups.com.
>  
>
> >>> 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 beagleboard...@googlegroups.com . 
> >> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/beagleboard/30e8fef7-bd03-37a6-b8a9-e4bfad41445d%40gmail.com.
>  
>
> >> 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 beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/260f690c-51b5-4d7a-ad22-67f313a020ad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Fwd: Us congress hearing of maan alsaan Money laundry قضية الكونغجرس لغسيل الأموال للمليادير معن الصانع

2018-04-30 Thread Hani Omar
YouTube videos of



 U.S. Congress money laundering hearing


of

Saudi Billionaire  " Maan  Al sanea"

 with *bank of America*


and  The  owner of Saad Hospital and  Schools

 in the Eastern Province in *Saudi Arabia*



and the Chairman of the Board of Directors of Awal Bank  in *Bahrain*


With Arabic Subtitles





*موقع اليوتيوب الذي عرض جلسة استماع الكونجرس الأمريكي *

* لمتابعة نشاطات غسل الأموال ونشاطات*



*السعودي معن عبدالواحد الصانع*



*مالك مستشفى  وشركة سعد  ومدارس سعد بالمنطقة الشرقية بالسعودية   ورئيس مجلس
ادارة بنك اوال البحريني*



*مترجم باللغة العربية*



http://www.youtube.com/watch?v=mIBNnQvhU8s

-- 
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/CAL5riJ1TBkcO3izi9YLZ3cxR%2BzdzzLF4RUv%3D_zDJzdOWZUyCJw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Trouble using config-pin to config P9.28 pin as spi or gpio

2018-04-30 Thread Chad Baker
It is a workaround for a bug, I believe. When I enable the dtbo, I get 
the following directory constructed during the boot process

/sys/devices/platform/ocp/ocp:P9_28_pinmux
Without the dtbo, this directory is missing.
Chad

On 4/30/18 2:24 PM, Rick Mann wrote:

On Apr 30, 2018, at 08:22 , Chad Baker  wrote:

Did you add the BB-SPIDEV1-00A0.dtbo to the device tree boot list in uEnv.txt?

Should that be necessary if one is using CAPE-UNIVERSAL?



Chad


On 4/30/18 7:51 AM, marco.st1...@gmail.com wrote:

Hi all,

I have to bring this thread to life again, as I'm facing the same issue:

all I want to do is to assign p9_29 as "spi_cs" on my BBB running 
"4.9.78-ti-r94".

Running "config-pin -l p9_28" leads to "default gpio gpio_pu gpio_pd gpio_input 
spi_cs pwm pruout pruin". So all looks good, as this pin can be used in spi_cs mode.

Now I want to configure the pin to actually work as spi pin:

config-pin p9_28 spi_cs
P9_28 pinmux file not found!
sudo: no askpass program specified, try setting SUDO_ASKPASS
Cannot write pinmux file: /sys/devices/platform/ocp/ocp*P9_28_pinmux/state

The same error is printed when running "config-pin p9_29 spi" or "config-pin p9_31 
spi_sclk". However, command "config-pin p9_30 spi" works well.

Would really appreciate if someone can help out here!

Best regards,
Marco







Am Samstag, 28. Januar 2017 02:51:38 UTC+1 schrieb Charles Steinkuehler:
On 1/27/2017 7:43 PM, Drew Fustini wrote:

Charles / Robert:
Should P9.28 be SPI by default?

All pins are GPIO by default, with pull up/down set to match the reset
defaults of the processor.  To use P9.28 as SPI, in addition to
loading cape-universal, it is necessary to run:

   config-pin P9.28 spi

If this does not result in the pinmux being set to spi, it's a bug.

--
Charles Steinkuehler
cha...@steinkuehler.net
--
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/89254b2e-33ca-4ea0-bb9f-3ca89270f89c%40googlegroups.com.
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 beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/30e8fef7-bd03-37a6-b8a9-e4bfad41445d%40gmail.com.
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 beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/22d4ab18-c370-d437-fa7b-c4cf404ea358%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Trouble using config-pin to config P9.28 pin as spi or gpio

2018-04-30 Thread Rick Mann

> On Apr 30, 2018, at 08:22 , Chad Baker  wrote:
> 
> Did you add the BB-SPIDEV1-00A0.dtbo to the device tree boot list in uEnv.txt?

Should that be necessary if one is using CAPE-UNIVERSAL?


> Chad
> 
> 
> On 4/30/18 7:51 AM, marco.st1...@gmail.com wrote:
>> Hi all,
>> 
>> I have to bring this thread to life again, as I'm facing the same issue:
>> 
>> all I want to do is to assign p9_29 as "spi_cs" on my BBB running 
>> "4.9.78-ti-r94".
>> 
>> Running "config-pin -l p9_28" leads to "default gpio gpio_pu gpio_pd 
>> gpio_input spi_cs pwm pruout pruin". So all looks good, as this pin can be 
>> used in spi_cs mode.
>> 
>> Now I want to configure the pin to actually work as spi pin:
>> 
>> config-pin p9_28 spi_cs
>> P9_28 pinmux file not found!
>> sudo: no askpass program specified, try setting SUDO_ASKPASS
>> Cannot write pinmux file: /sys/devices/platform/ocp/ocp*P9_28_pinmux/state
>> 
>> The same error is printed when running "config-pin p9_29 spi" or "config-pin 
>> p9_31 spi_sclk". However, command "config-pin p9_30 spi" works well.
>> 
>> Would really appreciate if someone can help out here! 
>> 
>> Best regards,
>> Marco
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> Am Samstag, 28. Januar 2017 02:51:38 UTC+1 schrieb Charles Steinkuehler:
>> On 1/27/2017 7:43 PM, Drew Fustini wrote: 
>> > 
>> > Charles / Robert: 
>> > Should P9.28 be SPI by default? 
>> 
>> All pins are GPIO by default, with pull up/down set to match the reset 
>> defaults of the processor.  To use P9.28 as SPI, in addition to 
>> loading cape-universal, it is necessary to run: 
>> 
>>   config-pin P9.28 spi 
>> 
>> If this does not result in the pinmux being set to spi, it's a bug. 
>> 
>> -- 
>> Charles Steinkuehler 
>> cha...@steinkuehler.net 
>> -- 
>> 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/89254b2e-33ca-4ea0-bb9f-3ca89270f89c%40googlegroups.com.
>> 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 beagleboard+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/beagleboard/30e8fef7-bd03-37a6-b8a9-e4bfad41445d%40gmail.com.
> For more options, visit https://groups.google.com/d/optout.


-- 
Rick Mann
rm...@latencyzero.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/8E1F190E-19A3-4DAA-8BBA-FA0F03B60D58%40latencyzero.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Re: PoE on the Beaglebone?

2018-04-30 Thread Thomas Hoppe
We have launched a BBB PoE cape here, it will be available for sale soon: 
https://www.n-fuse.co/devices/SBCPoE-BBB-Power-over-Ethernet-Cape-for-BeagleBone-Black.html
If you want one, you can contact me.

On Monday, September 24, 2012 at 10:16:19 AM UTC+2, Grant wrote:
>
> Will the Beaglebone ever do Power over Ethernet or is it a hardware 
> limitation? 
>
> - Grant 
>

-- 
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/41b210dc-3379-40c5-ac39-237ae05c1d41%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Re: BeagleBone Black powered by PoE (Power over Ethernet)?

2018-04-30 Thread Thomas Hoppe
We have launched a BBB PoE cape here, it will be available for sale soon: 
https://www.n-fuse.co/devices/SBCPoE-BBB-Power-over-Ethernet-Cape-for-BeagleBone-Black.html
If you want one, you can contact me.

On Wednesday, May 14, 2014 at 9:18:25 AM UTC+2, Christian wrote:
>
> Can BeagleBone Black only be powered by using PoE? In my project I want to 
> avoid using too many cables. So the possibilty to use one cable for power 
> and data would be very interesting. In this case a network switch would be 
> working as an injector. The BeagleBone Black would only receive power from 
> the Ethernet Port without using the 5V DC Port or microUSB Port. If PoE is 
> not available by default, are there possibilties to upgrade by using a cape 
> or an additional circuit?
>
>
>

-- 
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/05c16b56-0cee-4012-912d-84fcc97b322e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Trouble using config-pin to config P9.28 pin as spi or gpio

2018-04-30 Thread Chad Baker
Did you add the BB-SPIDEV1-00A0.dtbo to the device tree boot list in 
uEnv.txt?

Chad


On 4/30/18 7:51 AM, marco.st1...@gmail.com wrote:

Hi all,

I have to bring this thread to life again, as I'm facing the same issue:

all I want to do is to assign p9_29 as "spi_cs" on my BBB running 
"4.9.78-ti-r94".


Running "config-pin -l p9_28" leads to "default gpio gpio_pu gpio_pd 
gpio_input spi_cs pwm pruout pruin". So all looks good, as this pin 
can be used in spi_cs mode.


Now I want to configure the pin to actually work as spi pin:

config-pin p9_28 spi_cs
P9_28 pinmux file not found!
sudo: no askpass program specified, try setting SUDO_ASKPASS
Cannot write pinmux file: /sys/devices/platform/ocp/ocp*P9_28_pinmux/state

The same error is printed when running "config-pin p9_29 spi" or 
"config-pin p9_31 spi_sclk". However, command "config-pin p9_30 spi" 
works well.


Would really appreciate if someone can help out here!

Best regards,
Marco







Am Samstag, 28. Januar 2017 02:51:38 UTC+1 schrieb Charles Steinkuehler:

On 1/27/2017 7:43 PM, Drew Fustini wrote:
>
> Charles / Robert:
> Should P9.28 be SPI by default?

All pins are GPIO by default, with pull up/down set to match the
reset
defaults of the processor.  To use P9.28 as SPI, in addition to
loading cape-universal, it is necessary to run:

  config-pin P9.28 spi

If this does not result in the pinmux being set to spi, it's a bug.

-- 
Charles Steinkuehler

cha...@steinkuehler.net 

--
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/89254b2e-33ca-4ea0-bb9f-3ca89270f89c%40googlegroups.com 
.

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 beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/30e8fef7-bd03-37a6-b8a9-e4bfad41445d%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Trouble using config-pin to config P9.28 pin as spi or gpio

2018-04-30 Thread marco . st1987
Hi all,

I have to bring this thread to life again, as I'm facing the same issue:

all I want to do is to assign p9_29 as "spi_cs" on my BBB running 
"4.9.78-ti-r94".

Running "config-pin -l p9_28" leads to "default gpio gpio_pu gpio_pd 
gpio_input spi_cs pwm pruout pruin". So all looks good, as this pin can be 
used in spi_cs mode.

Now I want to configure the pin to actually work as spi pin:

config-pin p9_28 spi_cs
P9_28 pinmux file not found!
sudo: no askpass program specified, try setting SUDO_ASKPASS
Cannot write pinmux file: /sys/devices/platform/ocp/ocp*P9_28_pinmux/state

The same error is printed when running "config-pin p9_29 spi" or 
"config-pin p9_31 spi_sclk". However, command "config-pin p9_30 spi" works 
well.

Would really appreciate if someone can help out here! 

Best regards,
Marco







Am Samstag, 28. Januar 2017 02:51:38 UTC+1 schrieb Charles Steinkuehler:
>
> On 1/27/2017 7:43 PM, Drew Fustini wrote: 
> > 
> > Charles / Robert: 
> > Should P9.28 be SPI by default? 
>
> All pins are GPIO by default, with pull up/down set to match the reset 
> defaults of the processor.  To use P9.28 as SPI, in addition to 
> loading cape-universal, it is necessary to run: 
>
>   config-pin P9.28 spi 
>
> If this does not result in the pinmux being set to spi, it's a bug. 
>
> -- 
> Charles Steinkuehler 
> cha...@steinkuehler.net  
>

-- 
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/89254b2e-33ca-4ea0-bb9f-3ca89270f89c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Declaring and using matrices in edumip_balance_ros.cpp

2018-04-30 Thread vandenhove . t . work

Hy Everyone,

I'm struggling a bit in my school project (Automation Engineering MA1)

Main goal is: implemating a state-space control instead of the PI 
controllers in the BeagleBone Blue Bot
My simulation of the inverse pendulum is done on Simulink and now I'm 
trying to start playing with vectors and matrices in the main .cpp
==> I found on the Github the librairies containing all vector / matrices 
functions as well as the exemple of using them (rc_test_algebra)

I tried several vector or matrix declarations but as I "catkin_make" the 
projet it crashes: here are my attempts (working in edumip_balance_ros.cpp)



  

(I give you a bit more of the code so you can figure out where I'am 
working), main idea here: creating a 2x2 matrix A filled with zeros, error 
is: *expected constructor, destructor, or type conversion before '(' token 
rc_matrix_zeros(A, 2, 2)*

I tried decoupling the code (more lines) or using the rc_matrix_alloc but 
none of them work :-4


Does anyone have an idea how I could implement a simple matrix or vector 
using the prefabricated functions in the librairies please ? I'm merely 
asking for a clue or a good explanation or someone pointing at my bad 
understanding of C++ and correcting me.


Thank you, Thomas from Brussels

-- 
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/487d1d6a-96b7-4c84-8a07-75c35fb18565%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Embedded Apprentice Linux Engineer videos posted on-line

2018-04-30 Thread Jason Kridner
https://e-ale.org/

"Are you an Embedded Engineer who is transitioning to using Linux? Attend
seminars on how to start with using Linux for Embedded Applications. The
Embedded Apprentice Linux Engineer program provides a place at existing
Embedded conferences where you can get your questions answered.

"Embedded Apprentice Linux Engineer (E-ALE) is a series of 9 seminars over
3 days at existing Embedded Linux conferences. Take as many or few as you
want to. The seminars will each represent a key topic relevant to Engineers
new to Embedded Linux. Each seminar starts with a 45 min lecture or
presentation on one subject, followed by 1 hour of lab time to practice the
relevant learned skills (most often on real embedded HW). Each seminar will
be taught by a professional Embedded Linux Instructor with years of
practical experience."

https://www.youtube.com/watch?v=jvgDwkkKtBA&list=PLGYJ6-t7fDZ6VgbKPTeAXOBcnAk9Fonr_


Materials: https://cm.e-ale.org/2018/

-- 
https://beagleboard.org/about

-- 
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/CA%2BT6QPnF6QpDZsVOHW01DEBGYZ-_1v0Os3g%2B2nYqPZeiwRM_5g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.