Re: [beagleboard] libpruio with recent Debian on BBB?

2015-04-01 Thread TJF
Thanks for feedback, Brandon.

Am Mittwoch, 1. April 2015 20:00:02 UTC+2 schrieb Brandon Stafford:
>
> I was able to execute:
>
> sudo echo libpruio >  /sys/devices/bone_capemgr.9/slots
>
> That produced this in dmesg: 
> ... 
>
[  796.652764] omap_hwmod: pruss: failed to hardreset
>

I also get this message here, but it works for me. (It seems that some 
driver programmers learned to output error messages at m$.) 
 

> After this, the analog pins worked as expected:
>

ADC always works, no matter which overlay you used to switch the PRUSS on. 
The question is: can you execute examples with run-time pinmuxing, like 
button or stepper?

BR

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Cannot load device tree overlay at startup

2015-04-01 Thread Bremenpl

Same thing :/
https://pastebin.com/kkr55jmn

W dniu 2015-04-01 o 16:43, azizbahr...@gmail.com pisze:



On Tuesday, 31 March 2015 11:15:29 UTC+1, bremenpl wrote:

Hello there,
I am using a custom build kernel using the script from Mr Nelson
(https://github.com/RobertCNelson/bb-kernel.git
). I am facing
problems with loading a device tree overlay for dvi cape at
startup. I was abble to succesfully load the overlay using echo
BB-BONE-DVID-01 > slots when running already. I tried sifferent
methods for loading the device tree at startup.

I tried creating uEnv.txt in /boot/ directory that contains:

|
# enable systemd
optargs=quiet init=/lib/systemd/systemd

# enable dvi
cape_enable=capemgr.enable_partno=BB-BONE-DVID-01
|



This havent worked so i tried editing /etc/default/capemgr with:

|
CAPE=BB-BONE-DVID-01
|



But that also did not help, the dts is not loading at startup.
I would aprichiate any hints on this case. Is there any step I
could possibly miss when loading device trees at startup?
I am using debian wheezy.




Hi,
Can you |try the following in uEnv.txt|
optargs|=capemgr.enable_partno=BB-BONE-DVID-01
|
--
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/mnw4Q7nXA3I/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 
beagleboard+unsubscr...@googlegroups.com 
.

For more options, visit https://groups.google.com/d/optout.


--
Bremenpl

--
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.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Learning ARM Cortex A7 Assembly

2015-04-01 Thread Shyam D
Hi ,

I want to Learn ARM Cortex Assembly Instruction set and its power, How can 
i do that

I feel that it would be lot better if was able to write modules(how to 
write modules in assembly ?) and insert them and observe the logs through 
dmesg, is that possible ???

i dont want to install any simulator on my PC , neither i want to install 
an IDE which would flash the program again and again to board

so is there any effective way to learn assembly programming using beagle 
bone black ???

Regards 
Shyam 

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] revision identification

2015-04-01 Thread Gerald Coley
Look at the big white label on the expansion connector, the big long black
ones on the side of the board.,

Gerald

On Wed, Apr 1, 2015 at 2:08 PM,  wrote:

> Hi,
> I am a newbie.
> I'll buy a BBB from a diffrenet forum.
> How can I identify from the board pics that it is rev C or else?
> I couldnt find any print on the board pics that describes the rev number.
> Rapid response is appreciated.
> 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 receiving emails from it, send an
> email to beagleboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Gerald

ger...@beagleboard.org
http://beagleboard.org/
http://circuitco.com/support/

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] How to transfer data from beaglebone / weather cape.

2015-04-01 Thread wlope009
Hello Shao Min,

I am doing a project that contains a database of images and the beaglebone 
has to access the database for updates. How would you approach this issue 
on calling the database by wireless. I hope you were able to get your 
Weather Cape working.

xie xie
William

On Sunday, January 4, 2015 at 12:53:02 PM UTC-5, SHAO MIN wrote:
>
> Helllo there!
> I'm glad that you reply.
> Firstly, I'm giving the hardware which is beaglebone Black and the Weather 
> cape. Basically, I need to retrieve the sensor value from the Weather Cape 
> therefore I mount the Weather Cape to the BeagleBone Black. That's how i 
> managed to get my sensor value with the code that i type.
> The code is  for sensor in /sys/bus/i2c/devices/i2c-1/*/*_input; do echo 
> -n "$(basename $sensor): "; cat $sensor; done 
>
> when i key in the code above , the result display as below :
>
> lux1_input: 121
> humidity1_input: 58476
> temp1_input: 25297
> pressure0_input: 99590
> temp0_input: 250
>
> Therefore i need to store all this value in a database records and the 
> application i'm using is visual studio ,sql database server.
> As we know the value of the sensor might keeep changing therefore I need 
> the application to run every 30s and updated the lastest value into the 
> database itself. 
>
> Do you have the simplest way to do it?
>
>
> Best Regards,
> Tiffany
>
>
>
> On Sunday, 4 January 2015 22:47:55 UTC+8, Przemek Klosowski wrote:
>>
>> You have to specify more precisely what you need. Do you want to store 
>> individual values every 30 seconds as a separate records, or just 
>> update the 'current record' with the latest value? If you just need 
>> the last one, there's not much point to running the entire SQL setup 
>> to store it, so I assume you want the former. 
>>
>> How is your BBB connected to your other boxes: USB or Ethernet? 
>>
>> This list is about beaglebone, so probably you won't get much help for 
>> setting your Windows/SQL box here, but basically there are two ways to 
>> do this system: pushing data from the BBB to Windows, and pulling the 
>> data from Windows. If you are familiar with Windows and/or have access 
>> to people who can help you there, you should try the latter. You got 
>> some good advice on your Google post---use ODBC or other database 
>> connector from MSSQL to BBB and automate the periodic update on 
>> Windows. Actually, the simplest BBB setup would be a tight loop that 
>> waits for a network connection, does a single sensor read and returns 
>> the current value; the Windows code would then periodically connect, 
>> read and store the data into MSSQL. 
>>
>> Having said that, BBB is capable of running the database itself---have 
>> you considered implementing the whole system on the BBB? 
>>
>> Start describing your system in more detail: first what you want it to 
>> do, then what parts you have, then how you want to use them for your 
>> purpose. You will help yourself to understand your problem better, and 
>> also help others to  answer your questions. 
>>
>> On Sun, Jan 4, 2015 at 8:30 AM, SHAO MIN  wrote: 
>> > Hello, 
>> > 
>> > does anyone know how to transfer sensor value that i got from my 
>> weather 
>> > cape auto updated to the sql database server (Windows) and also let the 
>> > sensor value run every like 30 seconds and update itself into the sql 
>> > database? 
>> > 
>> > 
>> > 
>> > 
>> > Regards, 
>> > Tiffany 
>> > 
>> > -- 
>> > 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. 
>> > 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.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] revision identification

2015-04-01 Thread akanarya
Hi,
I am a newbie.
I'll buy a BBB from a diffrenet forum.
How can I identify from the board pics that it is rev C or else?
I couldnt find any print on the board pics that describes the rev number.
Rapid response is appreciated.
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Issues with autostarting services in Debian

2015-04-01 Thread Joe Spanier
I am using my beaglebone black to run Octoprint for my printer. Its a new 
RevC with the MachineKit Image from elinux.org and I followed the basic 
raspbian install instructions for getting OctoPrint installed which worked 
fine. I also installed X11vnc and mjpg-streamer. All of these work fine 
with started manually over ssh. The issue cosmes when I try to get any of 
these services to autostart on boot. 

for Octoprint  followed these instructions:
Automatic start up

Copy the script files to their respective folders and make the init script 
executable:

sudo cp scripts/octoprint.init /etc/init.d/octoprint
sudo chmod +x /etc/init.d/octoprint
sudo cp scripts/octoprint.default /etc/default/octoprint

Then add the script to autostart using sudo update-rc.d octoprint defaults.

I also tried running this:

# create run-octoprint

cat > ~/run-octoprint 

Re: [beagleboard] libpruio with recent Debian on BBB?

2015-04-01 Thread Brandon Stafford
Just an update; yes, the .dtbo file was misnamed.

After renaming the file:

cp /lib/firmware/libpruio-0A00.dtbo /lib/firmware/libpruio-00A0.dtbo

I was able to execute:

sudo echo libpruio >  /sys/devices/bone_capemgr.9/slots

That produced this in dmesg:

[  796.178041] bone-capemgr bone_capemgr.9: part_number 'libpruio', version
'N/A'
[  796.178221] bone-capemgr bone_capemgr.9: slot #7: generic override
[  796.178264] bone-capemgr bone_capemgr.9: bone: Using override eeprom
data at slot 7
[  796.178311] bone-capemgr bone_capemgr.9: slot #7: 'Override Board
Name,00A0,Override Manuf,libpruio'
[  796.184663] bone-capemgr bone_capemgr.9: slot #7: Requesting part
number/version based 'libpruio-00A0.dtbo
[  796.184728] bone-capemgr bone_capemgr.9: slot #7: Requesting firmware
'libpruio-00A0.dtbo' for board-name 'Override Board Name', version '00A0'
[  796.191902] bone-capemgr bone_capemgr.9: slot #7: dtbo
'libpruio-00A0.dtbo' loaded; converting to live tree
[  796.320640] bone-capemgr bone_capemgr.9: slot #7: #3 overlays
[  796.652764] omap_hwmod: pruss: failed to hardreset
[  796.669190] bone-capemgr bone_capemgr.9: slot #7: Applied #3 overlays.
[  796.745317] pruss_uio 4a30.pruss: pins are not configured from the
driver

After this, the analog pins worked as expected:

➜  libpruio-0.2  sudo src/examples/1
 F6A0 ED00 ED10 E5D0 DD20 DA70 D580 EEB0
 F310 EDB0 EE40 E690 DF10 D770 D5B0 EEF0
 F280 ED10 ECE0 E5E0 DE40 D840 D8C0 EEC0
 F2F0 EC80 ED40 E5C0 DCA0 DBC0 D910 EEA0
 F290 ED10 ED60 E5D0 DCD0 D790 D5D0 EE70
 F260 ED00 EDA0 E5B0 DD60 D860 D9B0 EEB0
 F360 ED70 EE40 E680 DD80 DDF0 DA70 EEE0
 F340 ED20 EDE0 E640 DC40 D820 DA20 EEB0
 F2D0 EDA0 EDA0 E540 DB20 D870 D7B0 EEB0
 F2D0 EDA0 EE30 E650 DE20 DBE0 D950 EEF0
 F2B0 ED40 ED80 E550 DC40 DC70 D750 EEB0
 F2A0 EDD0 EDF0 E690 DE10 D7D0 D5E0 EEE0
 F2A0 ED50 EDF0 E6B0 DE20 D720 D6A0 EEC0

Thanks for the help,
Brandon

On Sun, Mar 29, 2015 at 4:35 PM, Brandon Stafford 
wrote:

> Ah, I had noticed the 0A00 difference, but I assumed it was intentional!
> Should have figured that out.
>
> I'll give it a try on Monday. Thanks for the response.
>
> Brandon
>
> On Fri, Mar 27, 2015 at 12:29 PM, TJF  wrote:
>
>> @Brandon,
>>
>> when you use BB-BONE-PRU-01 overlay you won't have run-time pinmuxing
>> capability.
>>
>> Am Mittwoch, 25. März 2015 20:22:01 UTC+1 schrieb Brandon Stafford:
>>>
>>> When I try to load libpruio, this happens:
>>>
>>> sudo echo libpruio >  /sys/devices/bone_capemgr.9/slots
>>> echo: write error: No such file or directory
>>>
>>
>> There's a typo in the file name. Rename the device tree overlay to
>> libpruio-00A0.dtbo (note the position of the 'A') and the file should load.
>>
>> BR
>>
>> --
>> 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.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> --
> Brandon Stafford
> Rascal Micro: small computers for art and science
> Somerville, MA, USA
>



-- 
Brandon Stafford
Rascal Micro: small computers for art and science
Somerville, MA, USA

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Cannot load device tree overlay at startup

2015-04-01 Thread Bremenpl

Can you pass many parameters to optargs, so I can still use systemd?

--
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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Beagle bone black giving C character

2015-04-01 Thread Gerald Coley
Make sure there is nothing plugged into the expansion headers. If you can't
flash it, request an RMA and we will flash it for you.

Gerald


On Wed, Apr 1, 2015 at 10:39 AM,  wrote:

>
> 
>
>
> 
> As you told,I tried to flash the latest debian image.But still i got some
> error.I am attaching the snapshot of the error with this mail.I am using A6
> version of Beagle Bone Black.
> Please find the attached mail.
>
>
> On Wednesday, 1 April 2015 00:27:53 UTC+5:30, Graham wrote:
>>
>> This means that the BBB is trying to boot from the serial port.
>>
>> This usually means that the BBB can not see a valid image in the eMMC or
>> on the uSD card, if present.
>> It is searching desperately for something to boot from.  So load a new
>> image, like Gerald says.
>>
>> Less likely, it might also mean that you hung some some I/O loads on the
>> pins that control boot
>> configuration and order, and you are overriding the on-board boot
>> instructions.  Disconnect all your external
>> I/O from the LCD pins and try again.  If this works, go read the System
>> Reference Manual.
>>
>> --- Graham
>>
>> ==
>>
>> On Tuesday, March 31, 2015 at 1:06:14 PM UTC-5, jovi...@gmail.com wrote:
>>>
>>> My beagle bone black was working fine and after some time its now giving
>>> only character C on uart port.I tried to flash a new image still it gives
>>> the same C character.Can anyone tell me what should i do to bring it back?
>>>
>>  --
> 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.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Gerald

ger...@beagleboard.org
http://beagleboard.org/
http://circuitco.com/support/

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] How to install Beaglebone black audio cape rev B on kernel 3.14

2015-04-01 Thread Robert Nelson
On Wed, Apr 1, 2015 at 11:30 AM,  wrote:

> Dear all,
>
> Since the kernel 3.14 don't have the capemgr, how can I install audio cape
> on the new kernel?
> Does it still need to disable HDMI audio? Thank you in advance. I've found
>
>
> am335x-boneblack-audio-revb.dtb
>
>
> file under /boot/dtbs/{uname -r} directory.
>

from: /boot/uEnv.txt

dtb=am335x-boneblack-audio-revb.dtb

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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] How to install Beaglebone black audio cape rev B on kernel 3.14

2015-04-01 Thread jh
Dear all, 

Since the kernel 3.14 don't have the capemgr, how can I install audio cape 
on the new kernel?
Does it still need to disable HDMI audio? Thank you in advance. I've found  

am335x-boneblack-audio-revb.dtb


file under /boot/dtbs/{uname -r} directory. 


Thank you in advance. 

-- 
*+1 514 587 6662*

1235 boulevard Dagenais ouest 
,
 
Laval, Qc H7L 4S3

.com 

Facebook  - Twitter 
 - Google 
 - Linkedin 


--
AVIS DE CONFIDENTIALITÉ
Ce document est destiné à l'usage exclusif de la personne ou  entité à 
laquelle il est adressé et peut contenir de l'information privilégiée et 
confidentielle.  Si ce document est lu par toute autre personne que le 
destinataire soyez par les présentes avisé(e) que toute divulgation, 
distribution ou copie du contenu de ce document est strictement interdite.  
Si vous avez reçu ce message électronique par erreur, veuillez aviser 
l'expéditeur immédiatement par retour de courrier électronique et supprimer 
ce message de votre système.

CONFIDENTIALITY NOTICE
This document is intended only for the exclusive use of the individual or 
entity to which it is addressed and may contain information that is 
privileged and confidential.  If the reader of this message is not the 
intended recipient , you are hereby notified that any disclosing, 
distributing, or copying of the content of this communication is strictly 
prohibited.  If you have received this communication in error, please 
notify the sender immediately by return email and delete this message and 
all attachments from your system.  

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Re: Beagle bone black giving C character

2015-04-01 Thread jovin555





As you told,I tried to flash the latest debian image.But still i got some 
error.I am attaching the snapshot of the error with this mail.I am using A6 
version of Beagle Bone Black.
Please find the attached mail.

On Wednesday, 1 April 2015 00:27:53 UTC+5:30, Graham wrote:
>
> This means that the BBB is trying to boot from the serial port.
>
> This usually means that the BBB can not see a valid image in the eMMC or 
> on the uSD card, if present.
> It is searching desperately for something to boot from.  So load a new 
> image, like Gerald says.
>
> Less likely, it might also mean that you hung some some I/O loads on the 
> pins that control boot 
> configuration and order, and you are overriding the on-board boot 
> instructions.  Disconnect all your external
> I/O from the LCD pins and try again.  If this works, go read the System 
> Reference Manual.
>
> --- Graham
>
> ==
>
> On Tuesday, March 31, 2015 at 1:06:14 PM UTC-5, jovi...@gmail.com wrote:
>>
>> My beagle bone black was working fine and after some time its now giving 
>> only character C on uart port.I tried to flash a new image still it gives 
>> the same C character.Can anyone tell me what should i do to bring it back?
>>
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Re: run a single app at system star like a kiosk

2015-04-01 Thread pic t


On Wednesday, April 1, 2015 at 4:00:12 PM UTC+1, pic t wrote:
>
> Hi ,
>
> I would like to run my application like a kiosk, without access to a 
> desktop.  most instructions i found are related to running chromium, but i 
> would like to do this with my own application. I run Debian and have 
> BB-View LCD screen. any help would be appreciated, thanks. 
>
> Regards
>

I have found a solution to this, so i will post it here for any one 
interested, and for my own future reference. 


I am doing this on Beaglebone Black Debian 
My application does not have a GUI yet so i will be running it from 
terminal, so here is what i have done. 

edit /etc/xdg/lxsession/LXDE/autostart

# comment out lxpannel and pcmanfm, and add the following 

#@lxpanel --profile LXDE
#@pcmanfm --desktop --profile LXDE
@xset s off
@xset -dpms
@xset s noblank
@lxterminal -t NameOfTerminal -e Path/To/Executable/myapplication

the above lunches lxterminal with parameters at startup running the 
application, replace @lxterminal with application of your choice, another 
example is 
@chromium --kiosk --incognito http://www.google.ie

this will lunch chromium in kiosk mode, be sure to have wifi enable to make 
use of it. 

at this stage the terminal has all its menu buttons, which does not look 
well, so i edited the following 

/home/debian/.config/openbox/lxde-rc.xmlin  


no
true


this removes the decor and maximize the window, 

to remove the menu buttons edit .config/lxterminal/lxterminal.conf 

that should give us a nice kiosk type application. 





-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Cannot load device tree overlay at startup

2015-04-01 Thread Bremenpl

First thing in the morning.


On April 1, 2015 5:01:10 PM azizbahr...@gmail.com wrote:




On Tuesday, 31 March 2015 11:15:29 UTC+1, bremenpl wrote:
>
> Hello there,
> I am using a custom build kernel using the script from Mr Nelson (
> https://github.com/RobertCNelson/bb-kernel.git). I am facing problems
> with loading a device tree overlay for dvi cape at startup. I was abble to
> succesfully load the overlay using echo BB-BONE-DVID-01 > slots when
> running already. I tried sifferent methods for loading the device tree at
> startup.
>
> I tried creating uEnv.txt in /boot/ directory that contains:
>
> # enable systemd
> optargs=quiet init=/lib/systemd/systemd
>
> # enable dvi
> cape_enable=capemgr.enable_partno=BB-BONE-DVID-01
>
>
>
> This havent worked so i tried editing /etc/default/capemgr with:
>
> CAPE=BB-BONE-DVID-01
>
>
>
> But that also did not help, the dts is not loading at startup.
> I would aprichiate any hints on this case. Is there any step I could
> possibly miss when loading device trees at startup?
> I am using debian wheezy.
>



Hi,
Can you try the following in uEnv.txt
optargs=capemgr.enable_partno=BB-BONE-DVID-01

--
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/mnw4Q7nXA3I/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 
beagleboard+unsubscr...@googlegroups.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.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Re: Cannot load device tree overlay at startup

2015-04-01 Thread azizbahri90


On Tuesday, 31 March 2015 11:15:29 UTC+1, bremenpl wrote:
>
> Hello there,
> I am using a custom build kernel using the script from Mr Nelson (
> https://github.com/RobertCNelson/bb-kernel.git). I am facing problems 
> with loading a device tree overlay for dvi cape at startup. I was abble to 
> succesfully load the overlay using echo BB-BONE-DVID-01 > slots when 
> running already. I tried sifferent methods for loading the device tree at 
> startup.
>
> I tried creating uEnv.txt in /boot/ directory that contains:
>
> # enable systemd
> optargs=quiet init=/lib/systemd/systemd
>
> # enable dvi
> cape_enable=capemgr.enable_partno=BB-BONE-DVID-01
>
>
>
> This havent worked so i tried editing /etc/default/capemgr with:
>
> CAPE=BB-BONE-DVID-01
>
>
>
> But that also did not help, the dts is not loading at startup.
> I would aprichiate any hints on this case. Is there any step I could 
> possibly miss when loading device trees at startup?
> I am using debian wheezy.
>



Hi, 
Can you try the following in uEnv.txt
optargs=capemgr.enable_partno=BB-BONE-DVID-01

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] New Requirements for April 1st - Pillar Systems

2015-04-01 Thread Gerald Coley
You have been banned.

Gerald


On Wed, Apr 1, 2015 at 9:56 AM, cherry staffing 
wrote:

> *Send resume to **patr...@varnar.com *
>
> *New Requirements: *
>
>1.   SAP – Solution Manager(SolMan) person with Basis – *6 month
> contract in Los Angeles, CA*
>
> Client is implementing *Finance* and doing it  thru SolMan
>
> Using Support pack 5  and also upgrading it to 12 or 13
>
> Should have Basis / SolMan experience
>
>
>
> *2.Back-end Python* *developer* - -* 1 position, 6 month
> contract in San Francisco, CA*
>
> Expert in *Python* and its libraries *including Django & Celery*
>
> Solve complex problems with innovative and elegant design and deliver
> robust functionality on time
>
> Experience with *NoSQL technologies* (MongoDB, Redis, Cassandra, Hadoop,
> Hive, HBase) Experience with RDBMS (e.g. MySQL) and ability to write
> efficient queries with optimal structures
>
> Competently evaluate scalability trade-offs (memory, disk IO, CPU) for
> high volume systems
>
>
>
> *3.   UI/front-end developer*  (*AngularJS*) *6 month**
> contract in San Francisco, CA*
>
> Minimum 5+ years experience in building pixel-perfect user interface with
> HTML5, CSS3, JavaScript/AJAX and all the latest techniques
>
> Proficient with JavaScript, jQuery, and with at least one of the following
> JavaScript frameworks: *AngularJS*,
>
> *Backbone, Ember*
>
>
>
> *   4.  QE Engineer** – San Francisco, 6month contract*
>
> *8-10* years experience
>
> Performance Testing
>
> Must have done backend automation and testing work using *Java /
> Python(2+ years*)
>
> Experience with *SQL* – continuous integration tool
>
> *API* experience
>
>
>
> *Patrick *
> *Varnar Inc,*
>  Jackson Fields Ct,
>
> Centreville, VA 20121
>
> E: *patr...@varnar.com *
>
> Direct: (832) 701 0772
> Fax: 703-831-3413
>
> --
> 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.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Gerald

ger...@beagleboard.org
http://beagleboard.org/
http://circuitco.com/support/

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] run a single app at system star like a kiosk

2015-04-01 Thread pic t
Hi ,

I would like to run my application like a kiosk, without access to a 
desktop.  most instructions i found are related to running chromium, but i 
would like to do this with my own application. I run Debian and have 
BB-View LCD screen. any help would be appreciated, thanks. 

Regards

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] New Requirements for April 1st - Pillar Systems

2015-04-01 Thread cherry staffing
*Send resume to **patr...@varnar.com *

*New Requirements: *

   1.   SAP – Solution Manager(SolMan) person with Basis – *6 month
contract in Los Angeles, CA*

Client is implementing *Finance* and doing it  thru SolMan

Using Support pack 5  and also upgrading it to 12 or 13

Should have Basis / SolMan experience



*2.Back-end Python* *developer* - -* 1 position, 6 month
contract in San Francisco, CA*

Expert in *Python* and its libraries *including Django & Celery*

Solve complex problems with innovative and elegant design and deliver
robust functionality on time

Experience with *NoSQL technologies* (MongoDB, Redis, Cassandra, Hadoop,
Hive, HBase) Experience with RDBMS (e.g. MySQL) and ability to write
efficient queries with optimal structures

Competently evaluate scalability trade-offs (memory, disk IO, CPU) for high
volume systems



*3.   UI/front-end developer*  (*AngularJS*) *6 month**
contract in San Francisco, CA*

Minimum 5+ years experience in building pixel-perfect user interface with
HTML5, CSS3, JavaScript/AJAX and all the latest techniques

Proficient with JavaScript, jQuery, and with at least one of the following
JavaScript frameworks: *AngularJS*,

*Backbone, Ember*



*   4.  QE Engineer** – San Francisco, 6month contract*

*8-10* years experience

Performance Testing

Must have done backend automation and testing work using *Java / Python(2+
years*)

Experience with *SQL* – continuous integration tool

*API* experience



*Patrick *
*Varnar Inc,*
 Jackson Fields Ct,

Centreville, VA 20121

E: *patr...@varnar.com *

Direct: (832) 701 0772
Fax: 703-831-3413

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Re: Onewire DTS file

2015-04-01 Thread rob
Hello,

I also want two ore more 1-wire lines!

I tried different things but nothing helps.
Even 2 DTS-Modules does not work for me. The first you load works and the 
second is ignored :-(

Thanks,
Robert


Am Montag, 2. März 2015 16:22:16 UTC+1 schrieb Dave Blomfield:
>
> Okay so that should read gpios = <&gpio2 13 0>; was expecting html 
> reactions
>
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Multiple 1-Wire Pins

2015-04-01 Thread rob
Hello,

I use my BeagleBord Black to monitor my heating-system.
I use DS18S20 as temperature sensors.

In the moment there are 7 sensors connected but I need more of them. The 
1-wire bus supports only 10.

How can I have an other pin as a 1-wire-bus-master ?

BTW: I describe my system on my webpage: http://www.powershell.pub/ds18b20/
It is in German language...

Thank you
Robert

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] [BBB:GUI app<- packages <- PRU <- SPI ] ======== [SPI <-wifi radio module]

2015-04-01 Thread diac . bernard
Hello,

I am new with beaglebone black. So far I have been able to enable PRU and 
SPI to operate them from within the OS.
I would like to receive some packages with a wifi module and send them via 
SPI to the PRU unit that can write them into the BBB's OS so that the GUI 
app can have access to them.
I need for the PRU to be able to use SPI full (to not compete with OS for 
that device).

So far I have been reading documentations and I have come up with this:
 -> To use SPI just for PRU I need StarterWare
 -> Do I need a Jtag to use CCSv6 with StarterWare so that I can program 
the PRU and SPI?
 -> I would like to use SPI0 from BBB because the pins for SPI1 are blocked 
by HDMI.
 -> I need HDMI so that I can read and see the captured packages 

Who can help me out with this? Documentations, examples, which are more 
helpfull

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] DTO and GPIO output error

2015-04-01 Thread Karl Anderson
got it downgraded, bone_capemgr.* directories available and uio_pruss 
module available. Unfortunately, ran the blinkled program with the updated 
BBB glibc and still no output to the pins. The cross compilation specs are 
as follows: glibc 2.15 for the linux machine, and glibe 2.19 for the BBB, 
so they should be compatible. Any further thoughts on why this is not 
putting out to the pins?

On Wednesday, April 1, 2015 at 7:58:53 AM UTC-5, RobertCNelson wrote:
>
> On Wed, Apr 1, 2015 at 7:49 AM, Karl Anderson  > wrote: 
> > I flashed the Jessie snapshot to my beaglebone, and got the updated 
> (2.19) 
> > glibc files, but I can't find the bone_capemgr.* directory to enable a 
> > device tree? Does that come with the Jessie snapshot? Let me know, 
> thanks! 
>
> Downgrade to v3.8.x: 
>
> sudo apt-get update ; sudo apt-get install linux-image-3.8.13-bone71 ; 
> sudo reboot 
>
> 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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] DTO and GPIO output error

2015-04-01 Thread Robert Nelson
On Wed, Apr 1, 2015 at 7:49 AM, Karl Anderson  wrote:
> I flashed the Jessie snapshot to my beaglebone, and got the updated (2.19)
> glibc files, but I can't find the bone_capemgr.* directory to enable a
> device tree? Does that come with the Jessie snapshot? Let me know, thanks!

Downgrade to v3.8.x:

sudo apt-get update ; sudo apt-get install linux-image-3.8.13-bone71 ;
sudo reboot

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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] DTO and GPIO output error

2015-04-01 Thread Karl Anderson
I flashed the Jessie snapshot to my beaglebone, and got the updated (2.19) 
glibc files, but I can't find the bone_capemgr.* directory to enable a 
device tree? Does that come with the Jessie snapshot? Let me know, thanks!

On Wednesday, March 11, 2015 at 3:24:41 PM UTC-5, RobertCNelson wrote:
>
> On Wed, Mar 11, 2015 at 1:51 PM, Karl Anderson  > wrote: 
> > Is the Jessie snapshot similar to flashing an image? Is there 
> documentation 
> > on what it comes with? I will be running programs in the future that may 
> > have specific 
>
> Exactly the same... microSD/Standalone & Flasher images.. 
>
> Regards, 
>
> -- 
> Robert Nelson 
> http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Problems with usb connection with my ubuntu laptop - Debian release 2015-03-01

2015-04-01 Thread Mirko Fucci


Il giorno martedì 31 marzo 2015 16:35:33 UTC+2, RobertCNelson ha scritto:
>
> On Tue, Mar 31, 2015 at 9:30 AM, Mirko Fucci  > wrote: 
> > 
> > It is possible nobody has experienced this problem ? 
> > Can someone give me a suggestion to find out what the problem is. 
> > Until now i have always used the debian version ( sd - console ) 
>  released 
> > in may 2014 and i have never had usb connection problem. 
>
> There was no "console" image released back in may 2014... 
>

 Maybe it was not a console image i do not remember exactly when i 
downloaded it,
but the kernel version is 3.8.13-bone47.
 

>
> > 
> > Il giorno domenica 29 marzo 2015 14:31:58 UTC+2, Mirko Fucci ha scritto: 
> >> 
> >> Hi everyone, 
> >> 
> >> with latest versions of the debian releases i can not connect BBB with 
> my 
> >> laptop via usb connection. 
> >> When i connect the board UBuntu seems try to connect but something does 
> >> not work. 
> >> In particular i am trying with the debian release 2015-03-01 
> >> (microSD/Standalone: (console)) and Ubuntu 14.04.02. 
>
> The "console" is just a "minimal" rootfs setup for "YOU" to setup 
> everything. 
>

 Do you mean i should setup the board to connect with my laptop over usb ?
Should i install some packages or just edit /etc/network/interface? 

Thank you,

Mirko
 

> 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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.