[beagleboard] PyBBIO v0.9.3

2015-02-13 Thread Alexander Hiam
I just released PyBBIO version 0.9.3 - details here: 
http://graycat.io/beaglebone/pybbio-update-version-0-9-3/

PyBBIO: https://github.com/graycatlabs/PyBBIO

-- 
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: BBB freezing

2015-02-13 Thread alejom . tv

I had this same problem.

I had to disable the "cpu-ondemand" feature

rm /etc/systemd/system/multi-user.target.wants/cpu-ondemand.timer

Now it works

El martes, 20 de enero de 2015, 13:29:12 (UTC-5), niv...@gmail.com escribió:
>
> Its TP-Link TL-WN722N
> Bus 001 Device 002: ID 0cf3:9271 Atheros Communications, Inc. AR9271 
> 802.11n
> This uses the ath9k_htc module and I had to install the firmware, 
> firmware-atheros 0.43
>
> On Tuesday, January 20, 2015 at 7:51:03 PM UTC+2, RobertCNelson wrote:
>>
>> On Mon, Jan 19, 2015 at 1:29 PM,   wrote: 
>> > I can confirm this on rcn-ee jessie debian 8.0 image with kernel 
>> > 3.19.0-rc4-bone2 #1 Mon Jan 12 17:10:24 UTC 2015 armv7l GNU/Linux 
>>
>> It's either fixed in rc5: 
>>
>> debian@arm:~$ uname -r 
>> 3.19.0-rc5-bone2 
>>
>> Or i'm missing something... what hardware do you have plugged in? 
>>
>> 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.


[beagleboard] Re: 5V Relay Board for BeagleBone Black RevC

2015-02-13 Thread JS-BBB
Do you have a link to the "instructable"? Some of the ones you find should 
be called "DESTRUCTABLES"

On Tuesday, February 10, 2015 at 12:44:02 AM UTC+11, cmc...@gmail.com wrote:
>
> Hi,
>
> I have a BeagleBone Black and Shield Relay board 5V, i want to use this 
> shield to control a contactor but the GPIO in BBB are 3.3V, i see an 
> instructable that i can modify with a shunt in the Leds control this relays 
> with 3.3V, do you think it´s enough to do that and safe for my bbb?
>
> 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] Re: Wish to use a USB to Wired Ethenet Adapter?

2015-02-13 Thread jmelson


On Friday, February 13, 2015 at 5:59:02 AM UTC-6, COG wrote:
>
> Dear Sir/Madam:
>
> I have a Rev. C BBB (Debian) board and I would like to add an additional 
> Wired Ethernet Adapter via the USB port.  Examples:
>
> (a) "Plugable" USB 2.0 to 10/100 Fast Ethernet LAN Wired Network Adapter 
> for Macbook, Chromebook, Windows 8.1 and Earlier, Surface Pro, Wii, Wii U, 
> Linux, and Specific Android Tablets (ASIX AX88772 chipset) 
> 
>
> (b) "Cable Matters" USB 2.0 to 10/100 Fast Ethernet Adapter in Black 
> 
>
>
>
I have used a number of "USB 2.0 3-port hub with Ethernet" units in the 
past with Beagle Boards (not specifically the bone).
I don't recall the chip in them.  They usually run about US $9 from China.  
I rip them apart, cut off the
USB sockets and build them into the cabinet of my unit.  These have worked 
well.  The very first time
I did this I needed to rebuild the kernel, since then the Robert Nelson 
kernels have supported that
unit without special attention. Sorry, I don't have one unboxed here to see 
what the chip is.

I have not specifically tested this with the bone, but it really ought to 
work fine there, too.

Jon

-- 
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] Beaglebone Black Ethernet Phy Not Detected on Boot.

2015-02-13 Thread Robert Nelson
On Fri, Feb 13, 2015 at 11:58 AM, John Zhang
 wrote:
> Hi Alex,
>
> I added this delay 1 second idea on the u-boot version v2015.01 and did the
> power on / off test on BBB. I did 263 board boot up. Among them 254 times
> Ethernet interface successfully started up. The other 9 times the u-boot
> just could not detect Phy. Below is the u-boot log comparison between a
> successful boot and a (Ethernet) bad boot -
>
> Successful one:
>
> U-Boot 2015.01-dirty (Feb 13 2015 - 00:46:39)
>
>Watchdog enabled
> I2C:   ready
> DRAM:  512 MiB
> MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
> Using default environment
>
> Net:not set. Validating first E-fuse MAC
> cpsw
> Hit any key to stop autoboot:  0
> gpio: pin 53 (gpio 53) value is 1
> switch to partitions #0, OK
> mmc0 is current device
> gpio: pin 54 (gpio 54) value is 1
> Checking for: /uEnv.txt ...
> Checking for: /boot.scr ...
> Checking for: /boot/boot.scr ...
> Checking for: /boot/uEnv.txt ...
> ..
>
>
> Bad boot:
>
> U-Boot 2015.01-dirty (Feb 13 2015 - 00:46:39)
>
>Watchdog enabled
> I2C:   ready
> DRAM:  512 MiB
> MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
> Using default environment
>
> Net:not set. Validating first E-fuse MAC
> Phy 0 not found
> cpsw
> Hit any key to stop autoboot:  0
> gpio: pin 53 (gpio 53) value is 1
> switch to partitions #0, OK
> mmc0 is current device
> gpio: pin 54 (gpio 54) value is 1
> Checking for: /uEnv.txt ...
> Checking for: /boot.scr ...
> Checking for: /boot/boot.scr ...
> Checking for: /boot/uEnv.txt ...
> ..
>
>
>
> Note the "Phy 0 not found" line shown in the bad log.
>
> So unfortunately this idea does not work here. The Ethernet failure rate is
> about the same with or without this 1-second delay added or not. The hunt
> has to go on...

It's id changed those 9 times, look at the kernel patch and port it to
the cpsw driver in u-boot:

https://github.com/RobertCNelson/linux-dev/blob/master/patches/beaglebone/phy/0003-cpsw-search-for-phy.patch

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] Beaglebone Black Ethernet Phy Not Detected on Boot.

2015-02-13 Thread John Zhang
Hi Alex,

I added this delay 1 second idea on the u-boot version v2015.01 and did the 
power on / off test on BBB. I did 263 board boot up. Among them 254 times 
Ethernet interface successfully started up. The other 9 times the u-boot 
just could not detect Phy. Below is the u-boot log comparison between a 
successful boot and a (Ethernet) bad boot - 

Successful one:

U-Boot 2015.01-dirty (Feb 13 2015 - 00:46:39)

   Watchdog enabled
I2C:   ready
DRAM:  512 MiB
MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
Using default environment

Net:not set. Validating first E-fuse MAC
cpsw
Hit any key to stop autoboot:  0 
gpio: pin 53 (gpio 53) value is 1
switch to partitions #0, OK
mmc0 is current device
gpio: pin 54 (gpio 54) value is 1
Checking for: /uEnv.txt ...
Checking for: /boot.scr ...
Checking for: /boot/boot.scr ...
Checking for: /boot/uEnv.txt ...
..


Bad boot:

U-Boot 2015.01-dirty (Feb 13 2015 - 00:46:39)

   Watchdog enabled
I2C:   ready
DRAM:  512 MiB
MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
Using default environment

Net:not set. Validating first E-fuse MAC
Phy 0 not found
cpsw
Hit any key to stop autoboot:  0 
gpio: pin 53 (gpio 53) value is 1
switch to partitions #0, OK
mmc0 is current device
gpio: pin 54 (gpio 54) value is 1
Checking for: /uEnv.txt ...
Checking for: /boot.scr ...
Checking for: /boot/boot.scr ...
Checking for: /boot/uEnv.txt ...
..



Note the "Phy 0 not found" line shown in the bad log.

So unfortunately this idea does not work here. The Ethernet failure rate is 
about the same with or without this 1-second delay added or not. The hunt 
has to go on...

John Zhang



On Thursday, February 5, 2015 at 10:16:55 AM UTC-8, alexschn...@gmail.com 
wrote:
>
> Hello everybody,
>
> After I and my colleagues had fruitlessly tried many things, our hardware 
> developer came up with a working solution: delaying the PHY initialization 
> performed by the U-Boot we use (v2014.10, git checksum 
> c43fd23cf619856b0763a64a6a3bcf3663058c49). This ensured that U-Boot code 
> tried to access LAN8710A only after this chip had come out of reset. So, 
> inserting "udelay(100);" at the beginning of "board_eth_init()" 
> function in board/ti/am335x/board.c and recompiling U-Boot worked in our 
> experiments.
>
> We haven't yet done many experiments, but at least the board, whose PHY 
> failed almost every time before, always starts successfully now. I would 
> appreciate if you repeat this experiment with the delayed PHY 
> initialization and report the results here.
>
> I guess the problem was, as described in the reply from Texas Instruments 
> mentioned 
> by Micka 
>  (I 
> misunderstood that earlier), that LAN8710A starts to function correctly at 
> a slightly higher voltage level than the microprocessor, and may come out 
> of reset too late with respect to the microprocessor. This agrees with the 
> observation that a higher capacity on nRESET_INOUT only worsens things, 
> because it makes the slope of the reset pulse more flat, thus increasing 
> the time lag between the starts of the two chips.
>
> @ c2h2: Thank you for your reply. As far as I understand, you delayed the 
> reset of the microprocessor with respect to the reset of LAN8710A by means 
> of some RC circuit, right? If this is correct, could you please provide 
> more details about that circuit?
>
> @ Vince Caldeira: Could you please explain, why you marked the topic as 
> complete? If you know any better solution of the problem, please share that 
> with us.
>
> Regards,
>
> Alex
>
>
>>  

-- 
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] sudo apt-get update Error

2015-02-13 Thread Robert Nelson
On Fri, Feb 13, 2015 at 11:15 AM, Pawan Jha  wrote:
> Hi Friend,
> i am getting error while run the command sudp apt-get update.
> please help me resolve the below issue
>
> ubuntu@ubuntu-HP-2000-Notebook-PC:~$ sudo apt-get update
> [sudo] password for ubuntu:
> Ign http://old-releases.ubuntu.com trusty InRelease


Well, why did you update your /etc/apt/sources to point to
"old-releases.ubuntu.com" "trusty" is not there yet... (in a few years
it'll be..)

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.


[beagleboard] Re: Static IP on eth0

2015-02-13 Thread Enric Climent
Yes, ok this night i will attach it ;) thanks!

El divendres, 13 febrer de 2015 18:27:03 UTC+1, COG va escriure:
>
> Did you include the netmask 255.255.255.0 line? You should probably send 
> the 'interfaces' (Assuming your using Debian: /etc/network/interfaces) file 
> as an attachment so follks can check it out.
>
> On Friday, February 13, 2015 at 12:49:31 PM UTC-4, Enric Climent wrote:
>>
>> That is like i have but the problem is that when reboot the beaglebone i 
>> lose the configuration until i reboot networking manually. 
>>
>> El divendres, 13 febrer de 2015 13:42:38 UTC+1, COG va escriure:
>>>
>>> Try this:
>>>
>>> auto eth0  
>>> iface eth0 inet static
>>> address 192.168.1.26
>>> netmask 255.255.255.0
>>> gateway 192.168.1.1
>>>
>>> That worked for me.
>>>  
>>> On Friday, February 13, 2015 at 6:02:09 AM UTC-4, Enric Climent wrote:

 Hi! I put latest jessie debian snapshot from here 
 http://elinux.org/Beagleboard:BeagleBoneBlack_Debian

 Well, i want to have an ip to the beaglebone. I put this in 
 /etc/network/interfaces:

 auto eth0
 iface eth0 inet static
  #your static IP
  address 192.168.1.26
  #your gateway IP
  gateway 192.168.1.1


 But when restart the ip are 192.168.1.130 (provided by DHCP server). If 
 after reboot i execute /etc/init.d/networking restart then ip change to 
 192.168.1.26 but if i ping 192.168.1.130 the beagle responds correctly.

 So Any ideas? 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] Re: Static IP on eth0

2015-02-13 Thread COG
Did you include the netmask 255.255.255.0 line? You should probably send 
the 'interfaces' (Assuming your using Debian: /etc/network/interfaces) file 
as an attachment so follks can check it out.

On Friday, February 13, 2015 at 12:49:31 PM UTC-4, Enric Climent wrote:
>
> That is like i have but the problem is that when reboot the beaglebone i 
> lose the configuration until i reboot networking manually. 
>
> El divendres, 13 febrer de 2015 13:42:38 UTC+1, COG va escriure:
>>
>> Try this:
>>
>> auto eth0  
>> iface eth0 inet static
>> address 192.168.1.26
>> netmask 255.255.255.0
>> gateway 192.168.1.1
>>
>> That worked for me.
>>  
>> On Friday, February 13, 2015 at 6:02:09 AM UTC-4, Enric Climent wrote:
>>>
>>> Hi! I put latest jessie debian snapshot from here 
>>> http://elinux.org/Beagleboard:BeagleBoneBlack_Debian
>>>
>>> Well, i want to have an ip to the beaglebone. I put this in 
>>> /etc/network/interfaces:
>>>
>>> auto eth0
>>> iface eth0 inet static
>>>  #your static IP
>>>  address 192.168.1.26
>>>  #your gateway IP
>>>  gateway 192.168.1.1
>>>
>>>
>>> But when restart the ip are 192.168.1.130 (provided by DHCP server). If 
>>> after reboot i execute /etc/init.d/networking restart then ip change to 
>>> 192.168.1.26 but if i ping 192.168.1.130 the beagle responds correctly.
>>>
>>> So Any ideas? 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.


Re: [beagleboard] problem with swissbit sd card in Beagleboard-xm

2015-02-13 Thread paddu . 08es29
i tried with formatter 4 to format the swissbit sd card if i used option 
format type is Full(erase), it gives text like flash erase operation is 
canceled because this device didn't support it. what is problem?

On Thursday, February 12, 2015 at 9:46:43 PM UTC+5:30, Gerald wrote:
>
> Understood. I can't really answer what the issue might be. Other than 
> maybe the card was not created correctly. Try re-flashing the SD card again.
>
> Gerald
>
>
> On Wed, Feb 11, 2015 at 8:34 PM, > 
> wrote:
>
>> beagleboard-xm is booting with they provided sd card, but we are using 
>> same booting files with swissbit sd card. beagleboard didn't show any 
>> serialport messages. inserial port it gives 00. i used swissbit MLC,class 
>> 6, 4GB SD card.
>>
>> On Wednesday, February 11, 2015 at 6:28:25 PM UTC+5:30, Gerald wrote:
>>>
>>> What size card are you trying to use?
>>>
>>> Gerald
>>>
>>>
>>> On Wed, Feb 11, 2015 at 6:55 AM, Gerald Coley  
>>> wrote:
>>>
 Most likely it cannot work at the lower voltage which means it is out 
 of spec. Voltage is 3.0V on the xM.

 Gerald


 On Tue, Feb 10, 2015 at 11:16 PM,  wrote:

> hi all,
>  we are working with beagleboard-xm. we did custom code for sd card 
> booting it is working fine with kingstone sd card and also beagleboard-xm 
> provided sd card also. But now we are going to use standard sd card such 
> as 
> swissbit. When we use swissbit Sd card beagleboard-xm is not booting. i 
> don't know what is the difference between those two. please help me* 
> why swissbit sd card is not working in beagleboard-xm??*
>   thanks in advance.
>
> -- 
> 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.
>



 -- 
 Gerald
  
 ger...@beagleboard.org
 http://beagleboard.org/
 http://circuitco.com/support/
  
>>>
>>>
>>>
>>> -- 
>>> 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...@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] webrequest with thread.

2015-02-13 Thread beratn
i have a database table that holds the url information and i read line by 
line and work this with thread for doing web request. While programm is 
runinng if someone add an url to my database table i want to check new 
record was added. If it is , i want to create new thread. How can i do that 
in c#? Can you give me some algorithm idea? And May be some sample code.

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] CAN-CAPE TT3201

2015-02-13 Thread Andrew P. Lentvorski
Beaglebone black newb here.  I've been fighting with various problems with 
getting CAN to work and not really getting anywhere.  Does anybody have a 
detailed set of instructions for the TT3201?

I'm trying to use the onboard Beaglebone Black CAN which is routed directly 
to a transceiver to avoid the extra problems with SPI.  I expected this to 
be built into the distribution, but apparently it is not.

In addition, it seems like can_utils, can-utils, or canutils have become a 
victim of bitrot and berlios.de going down.  Almost all the tutorials have 
"cansend can0 -i 0x11 0x22" when the cansend command I have supports 
"cansend can0 FED#DEADBEEF".  In addition, I don't even have a "cancontrol" 
command.  Clearly, *something* has changed significantly.

I've got my scope connected, and nothing external is toggling.  Do I have 
to use Angstrom or Debian?  Is there a particular image I need to load to 
make this work?  Am I doing something completely stupid (almost certainly)?

Any pointers would be useful.

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.


Re: [beagleboard] problem with swissbit sd card in Beagleboard-xm

2015-02-13 Thread paddu . 08es29
how to re-flash the sd card??

On Thursday, February 12, 2015 at 9:46:43 PM UTC+5:30, Gerald wrote:
>
> Understood. I can't really answer what the issue might be. Other than 
> maybe the card was not created correctly. Try re-flashing the SD card again.
>
> Gerald
>
>
> On Wed, Feb 11, 2015 at 8:34 PM, > 
> wrote:
>
>> beagleboard-xm is booting with they provided sd card, but we are using 
>> same booting files with swissbit sd card. beagleboard didn't show any 
>> serialport messages. inserial port it gives 00. i used swissbit MLC,class 
>> 6, 4GB SD card.
>>
>> On Wednesday, February 11, 2015 at 6:28:25 PM UTC+5:30, Gerald wrote:
>>>
>>> What size card are you trying to use?
>>>
>>> Gerald
>>>
>>>
>>> On Wed, Feb 11, 2015 at 6:55 AM, Gerald Coley  
>>> wrote:
>>>
 Most likely it cannot work at the lower voltage which means it is out 
 of spec. Voltage is 3.0V on the xM.

 Gerald


 On Tue, Feb 10, 2015 at 11:16 PM,  wrote:

> hi all,
>  we are working with beagleboard-xm. we did custom code for sd card 
> booting it is working fine with kingstone sd card and also beagleboard-xm 
> provided sd card also. But now we are going to use standard sd card such 
> as 
> swissbit. When we use swissbit Sd card beagleboard-xm is not booting. i 
> don't know what is the difference between those two. please help me* 
> why swissbit sd card is not working in beagleboard-xm??*
>   thanks in advance.
>
> -- 
> 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.
>



 -- 
 Gerald
  
 ger...@beagleboard.org
 http://beagleboard.org/
 http://circuitco.com/support/
  
>>>
>>>
>>>
>>> -- 
>>> 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...@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] problem with swissbit sd card in Beagleboard-xm

2015-02-13 Thread paddu . 08es29
i am using SDformatter 4 when i used the FULL(Erase) option it gives text 
like "flash erase" option has been cancelled because this device didnt 
support it. is sdformatter 4  supports my(swissbit mlc class 6 4GB) sd 
card??

On Thursday, February 12, 2015 at 9:46:43 PM UTC+5:30, Gerald wrote:
>
> Understood. I can't really answer what the issue might be. Other than 
> maybe the card was not created correctly. Try re-flashing the SD card again.
>
> Gerald
>
>
> On Wed, Feb 11, 2015 at 8:34 PM, > 
> wrote:
>
>> beagleboard-xm is booting with they provided sd card, but we are using 
>> same booting files with swissbit sd card. beagleboard didn't show any 
>> serialport messages. inserial port it gives 00. i used swissbit MLC,class 
>> 6, 4GB SD card.
>>
>> On Wednesday, February 11, 2015 at 6:28:25 PM UTC+5:30, Gerald wrote:
>>>
>>> What size card are you trying to use?
>>>
>>> Gerald
>>>
>>>
>>> On Wed, Feb 11, 2015 at 6:55 AM, Gerald Coley  
>>> wrote:
>>>
 Most likely it cannot work at the lower voltage which means it is out 
 of spec. Voltage is 3.0V on the xM.

 Gerald


 On Tue, Feb 10, 2015 at 11:16 PM,  wrote:

> hi all,
>  we are working with beagleboard-xm. we did custom code for sd card 
> booting it is working fine with kingstone sd card and also beagleboard-xm 
> provided sd card also. But now we are going to use standard sd card such 
> as 
> swissbit. When we use swissbit Sd card beagleboard-xm is not booting. i 
> don't know what is the difference between those two. please help me* 
> why swissbit sd card is not working in beagleboard-xm??*
>   thanks in advance.
>
> -- 
> 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.
>



 -- 
 Gerald
  
 ger...@beagleboard.org
 http://beagleboard.org/
 http://circuitco.com/support/
  
>>>
>>>
>>>
>>> -- 
>>> 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...@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] Device tree: bind to alternate driver, or dummy entry?

2015-02-13 Thread sbattazzo

Hello,
I have an alternate driver  (xeno_16550A) that I would like to try to use 
for one UART while using the regular omap3-serial for all the others.

Is there a way to specify in the device tree which driver to use?

Alternately, could I have some kind of dummy entry in the device tree which 
just handles the ti,hwmods and pinmux parts without binding a driver to 
that device's address? It seems like the ti,hwmods part is what gets the OS 
to call the write to the CM_PER_xx register to enable clocking to each 
peripheral's registers.. Am I correct on that?

With that fixed I can just modprobe the driver I want which is perfectly 
acceptable.

Cheers,

Steve

-- 
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: Unable to Connect to BBB via USB from OSX Yosemite

2015-02-13 Thread vincent . kc . chow
push, i'm stuck by the same issue too.

On Monday, December 22, 2014 at 3:22:07 PM UTC+8, bigsti...@gmail.com wrote:
>
> When running Mavericks connecting via USB to my BBB Rev A6A was amazingly 
> simple.
>
> After updating to Yosemite I've not been able to successfully 
> install/re-install the USB/Network or Serial drivers or to connect to the 
> board at http://192.168.7.2/
>
> I've downloaded, reinstalled latest HornDIS rev 7 drivers and FTDI 2.2.18 
> serial drivers and restarted my laptop numerous times but still cannot 
> connect to my BBB as before with Mavericks.
>
> Any suggestions would be most welcome.
>

-- 
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] 3.5” TFT-LCD with Touch Panel Module Model No : WXCAT35-TG3#001 BBB(DEBIAN)

2015-02-13 Thread mahajanrahulc . 28
HI all.

Can any budy tell me about anything i miss out above LCD configuration 
because my LCD is not working 

we are interfacing LCD with beagle bone black 


LCD D0 to D15 LCD0 to LCD15
LCD pin 14 /RESET---P9.25
LCD pin 15 /CS---P9.28
LCD pin 16 SCL---P9.31 SPI1_SCLK
LCD pin 17 SDI---P9.29 SPI1_D0
LCD pin 42 IHS(Horizontal sync)P9.19 LCD_HSYNC
LCD pin 43 IVS (Vertical Sync)--P9.27 LCD_VSYNC
LCD pin 44 CLK (Clock )--P9.28 LCD_PCLK
LCD pin 58 DEN (Data Enable)---P9.30 LCD_DE

according to that i modified with dts dile for 320x270 
(BB-BONE-LCD4-01-00A0.dts)
before loading cape root@arm:~# ls -al /dev/fb0

ls: cannot access /dev/fb0: No such file or directory


root@arm:/lib/firmware# echo BB-BONE-LCD4-01 
/sys/devices/bone_capemgr.9/slots
BB-BONE-LCD4-01 /sys/devices/bone_capemgr.9/slots
root@arm:/lib/firmware# echo BB-BONE-LCD4-01 > 
/sys/devices/bone_capemgr.9/slots 
[  417.963692] bone-capemgr bone_capemgr.9: part_number 'BB-BONE-LCD4-01', 
version 'N/A'
[  417.973613] bone-capemgr bone_capemgr.9: slot #10: generic override
[  417.980410] bone-capemgr bone_capemgr.9: bone: Using override eeprom 
data at slot 10
[  417.988688] bone-capemgr bone_capemgr.9: slot #10: 'Override Board 
Name,00A0,Override Manuf,BB-BONE-LCD4-01'
[  417.999689] bone-capemgr bone_capemgr.9: slot #10: Requesting part 
number/version based 'BB-BONE-LCD4-01-00A0.dtbo
[  418.010780] bone-capemgr bone_capemgr.9: slot #10: Requesting firmware 
'BB-BONE-LCD4-01-00A0.dtbo' for board-name 'Override Board Name', ve'
[  418.028877] bone-capemgr bone_capemgr.9: slot #10: dtbo 
'BB-BONE-LCD4-01-00A0.dtbo' loaded; converting to live tree
[  418.042336] bone-capemgr bone_capemgr.9: slot #10: #3 overlays
[  418.077546] panel panel.13: panel: No power control GPIO
[  418.092471] platform 4830e000.fb: alias fck already exists
[  418.110701] tilcdc 4830e000.fb: No power control GPIO
[  418.125745] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[  418.132909] [drm] No driver support for vblank timestamp query.
[  418.170366] Console: switching to colour frame buffer device 120x45
[  418.188024] tilcdc 4830e000.fb: fb0:  frame buffer device
[  418.193847] tilcdc 4830e000.fb: registered panic notifier
[  418.220768] [drm] Initialized tilcdc 1.0.0 20121205 on minor 0
[  418.236512] bone-capemgr bone_capemgr.9: slot #10: Applied #3 overlays.
root@arm:/lib/firmware# [  418.312437] tilcdc 4830e000.fb: timeout waiting 
for framedone


root@arm:/lib/firmware# ls -al /dev/fb0 
crw-rw---T 1 root video 29, 0 Feb 13 11:42 /dev/fb0
root@arm:/lib/firmware# 
root@arm:/lib/firmware# dmesg | grep fb
[0.00].bss : 0xc0881900 - 0xc08fb040   ( 486 kB)
[0.035582] Setting up static identity map for 0x8049fb38 - 0x8049fb84
[1.959228] davinci_mdio 4a101000.mdio: detected phy mask fffb
[  418.092471] platform 4830e000.fb: alias fck already exists
[  418.110701] tilcdc 4830e000.fb: No power control GPIO
[  418.188024] tilcdc 4830e000.fb: fb0:  frame buffer device
[  418.193847] tilcdc 4830e000.fb: registered panic notifier
[  418.312437] tilcdc 4830e000.fb: timeout waiting for framedone
[  620.038984] tilcdc 4830e000.fb: timeout waiting for framedone

LCD Backlight is only not getting data but when i check with fbset is not 
update according to the configuration 
root@arm:/lib/firmware# fbset

mode "480x272"
geometry 480 272 480 272 16
timings 0 0 0 0 0 0 0
accel true
rgba 5/11,6/5,5/0,0/0
endmode


Dts file as follows :- 

/dts-v1/;

/ {
compatible = "ti,beaglebone", "ti,beaglebone-black";
part-number = "BB-BONE-LCD4-01";
version = "00A0";
exclusive-use = "P8.45", "P8.46", "P8.43", "P8.44", "P8.41", "P8.42", 
"P8.39", "P8.40", "P8.37", "P8.38", "P8.36", "P8.34", "P8.35", "P8.33", 
"P8.31", "P8.32", "P8.27", "P8.29", "P8.28", "P8.30", "P9.16", "P9.14", 
"gpio1_19", "gpio1_18", "lcd", "tps-bl";

fragment@0 {
target = <0xdeadbeef>;

__overlay__ {

pinmux_bone_lcd4_cape_led_00A0_pins {
pinctrl-single,pins = <0x48 0x7>;
linux,phandle = <0x1>;
phandle = <0x1>;
};

pinmux_bone_lcd4_cape_lcd_pins {
pinctrl-single,pins = <0xa0 0x8 0xa4 0x8 0xa8 0x8 0xac 0x8 
0xb0 0x8 0xb4 0x8 0xb8 0x8 0xbc 0x8 0xc0 0x8 0xc4 0x8 0xc8 0x8 0xcc 0x8 
0xd0 0x8 0xd4 0x8 0xd8 0x8 0xdc 0x8 0xe0 0x0 0xe4 0x0 0xe8 0x0 0xec 0x0 
0x4c 0x27>;
linux,phandle = <0x2>;
phandle = <0x2>;
};
};
};

fragment@1 {
target = <0xdeadbeef>;

__overlay__ {

backlight {
compatible = "not-tps65217-backlight";
isel = <0x1>;
fdim = <0xc8>;
brightness = <0x64>;
tps = <0xdeadbeef>;
};
};
};


[beagleboard] sudo apt-get update Error

2015-02-13 Thread Pawan Jha
Hi Friend,
i am getting error while run the command sudp apt-get update.
please help me resolve the below issue

ubuntu@ubuntu-HP-2000-Notebook-PC:~$ sudo apt-get update
[sudo] password for ubuntu: 
Ign http://old-releases.ubuntu.com trusty 
InRelease
Ign http://old-releases.ubuntu.com trusty-updates 
InRelease
Ign http://old-releases.ubuntu.com trusty-backports InRelease
Ign http://old-releases.ubuntu.com trusty-security InRelease
Ign http://old-releases.ubuntu.com trusty Release.gpg
Ign http://old-releases.ubuntu.com trusty-updates Release.gpg
Ign http://old-releases.ubuntu.com trusty-backports Release.gpg
Ign http://old-releases.ubuntu.com trusty-security Release.gpg
Ign http://old-releases.ubuntu.com trusty Release
Ign http://old-releases.ubuntu.com trusty-updates Release
Ign http://old-releases.ubuntu.com trusty-backports Release
Ign http://old-releases.ubuntu.com trusty-security Release 
Ign http://extras.ubuntu.com trusty InRelease  
Get:1 http://extras.ubuntu.com trusty Release.gpg [72 B]
Get:2 http://extras.ubuntu.com trusty Release [11.9 kB] 
Get:3 http://extras.ubuntu.com trusty/main Sources [14 B]
Get:4 http://extras.ubuntu.com trusty/main amd64 Packages [14 B] 
Get:5 http://extras.ubuntu.com trusty/main i386 Packages [14 
B]
Ign http://extras.ubuntu.com trusty/main 
Translation-en_IN 
Ign http://extras.ubuntu.com trusty/main 
Translation-en
Err http://old-releases.ubuntu.com trusty/main 
Sources 
  404  Not Found
Err http://old-releases.ubuntu.com trusty/restricted Sources
  404  Not Found
Err http://old-releases.ubuntu.com trusty/universe Sources
  404  Not Found
Err http://old-releases.ubuntu.com trusty/multiverse Sources
  404  Not Found
Err http://old-releases.ubuntu.com trusty/main amd64 Packages
  404  Not Found
Err http://old-releases.ubuntu.com trusty/restricted amd64 Packages
  404  Not Found
Err http://old-releases.ubuntu.com trusty/universe amd64 Packages
  404  Not Found
Err http://old-releases.ubuntu.com trusty/multiverse amd64 Packages
  404  Not Found
Err http://old-releases.ubuntu.com trusty/main i386 Packages
  404  Not Found
Err http://old-releases.ubuntu.com trusty/restricted i386 Packages
  404  Not Found
Err http://old-releases.ubuntu.com trusty/universe i386 Packages
  404  Not Found
Err http://old-releases.ubuntu.com trusty/multiverse i386 Packages
  404  Not Found
Ign http://old-releases.ubuntu.com trusty/main Translation-en_IN
Ign http://old-releases.ubuntu.com trusty/main Translation-en
Ign http://old-releases.ubuntu.com trusty/multiverse Translation-en_IN
Ign http://old-releases.ubuntu.com trusty/multiverse Translation-en
Ign http://old-releases.ubuntu.com trusty/restricted Translation-en_IN
Ign http://old-releases.ubuntu.com trusty/restricted Translation-en
Ign http://old-releases.ubuntu.com trusty/universe Translation-en_IN
Ign http://old-releases.ubuntu.com trusty/universe Translation-en
Err http://old-releases.ubuntu.com trusty-updates/main Sources
  404  Not Found
Err http://old-releases.ubuntu.com trusty-updates/restricted Sources
  404  Not Found
Err http://old-releases.ubuntu.com trusty-updates/universe Sources
  404  Not Found
Err http://old-releases.ubuntu.com trusty-updates/multiverse Sources
  404  Not Found
Err http://old-releases.ubuntu.com trusty-updates/main amd64 Packages
  404  Not Found
Err http://old-releases.ubuntu.com trusty-updates/restricted amd64 Packages
  404  Not Found
Err http://old-releases.ubuntu.com trusty-updates/universe amd64 Packages
  404  Not Found
Err http://old-releases.ubuntu.com trusty-updates/multiverse amd64 Packages
  404  Not Found
Err http://old-releases.ubuntu.com trusty-updates/main i386 Packages
  404  Not Found
Err http://old-releases.ubuntu.com trusty-updates/restricted i386 Packages
  404  Not Found
Err http://old-releases.ubuntu.com trusty-updates/universe i386 Packages
  404  Not Found
Err http://old-releases.ubuntu.com trusty-updates/multiverse i386 Packages
  404  Not Found
Ign http://old-releases.ubuntu.com trusty-updates/main Translation-en_IN
Ign http://old-releases.ubuntu.com trusty-updates/main Translation-en
Ign http://old-releases.ubuntu.com trusty-updates/multiverse 
Translation-en_IN
Ign http://old-releases.ubuntu.com trusty-updates/multiverse Translation-en
Ign http://old-releases.ubuntu.com trusty-updates/restricted 
Translation-en_IN
Ign http://old-releases.ubuntu.com trusty-updates/restricted Translation-en
Ign http://old-releases.ubuntu.com trusty-updates/universe Translation-en_IN
Ign http://old-releases.ubuntu.com trusty-updates/universe Translation-en
Err http://old-releases.ubuntu.com trusty-backports/main Sources
  404  Not Found
Err http://old-releases.ubuntu.com trusty-backports/restricted Sources
  404  Not Found
Err http://old-releases.ubuntu.com trusty-backports/universe Sources
  404  Not Found
Err http://old-releases.ubuntu.

[beagleboard] Re: Static IP on eth0

2015-02-13 Thread Enric Climent
That is like i have but the problem is that when reboot the beaglebone i 
lose the configuration until i reboot networking manually. 

El divendres, 13 febrer de 2015 13:42:38 UTC+1, COG va escriure:
>
> Try this:
>
> auto eth0  
> iface eth0 inet static
> address 192.168.1.26
> netmask 255.255.255.0
> gateway 192.168.1.1
>
> That worked for me.
>  
> On Friday, February 13, 2015 at 6:02:09 AM UTC-4, Enric Climent wrote:
>>
>> Hi! I put latest jessie debian snapshot from here 
>> http://elinux.org/Beagleboard:BeagleBoneBlack_Debian
>>
>> Well, i want to have an ip to the beaglebone. I put this in 
>> /etc/network/interfaces:
>>
>> auto eth0
>> iface eth0 inet static
>>  #your static IP
>>  address 192.168.1.26
>>  #your gateway IP
>>  gateway 192.168.1.1
>>
>>
>> But when restart the ip are 192.168.1.130 (provided by DHCP server). If 
>> after reboot i execute /etc/init.d/networking restart then ip change to 
>> 192.168.1.26 but if i ping 192.168.1.130 the beagle responds correctly.
>>
>> So Any ideas? 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.


Re: [beagleboard] Wish to use a USB to Wired Ethenet Adapter?

2015-02-13 Thread Maxim Podbereznyy
1) the first one is based on ASIX AX8877. You will need to compile a kernel
module yourself because it is not included by default
2) have no clue which chipset they use

2015-02-13 14:59 GMT+03:00 COG :

> Dear Sir/Madam:
>
> I have a Rev. C BBB (Debian) board and I would like to add an additional
> Wired Ethernet Adapter via the USB port.  Examples:
>
> (a) "Plugable" USB 2.0 to 10/100 Fast Ethernet LAN Wired Network Adapter
> for Macbook, Chromebook, Windows 8.1 and Earlier, Surface Pro, Wii, Wii U,
> Linux, and Specific Android Tablets (ASIX AX88772 chipset)
> 
>
> (b) "Cable Matters" USB 2.0 to 10/100 Fast Ethernet Adapter in Black
> 
>
> *I would like to know:*
> [1] If any one out there has used any of the above or other with success
> on the Rev C boards(*Debian*)?
> [2] Any advice would be welcomed?
>
> *Note:* I know I can use a wireless Ethernet Adapter, but I prefer to use
> a wired version in this case because of security reasons.
>
> Thanks & Jesus' Love
> Roger
>
> --
> 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.
>



-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

-- 
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: Static IP on eth0

2015-02-13 Thread COG
Try this:

auto eth0  
iface eth0 inet static
address 192.168.1.26
netmask 255.255.255.0
gateway 192.168.1.1

That worked for me.
 
On Friday, February 13, 2015 at 6:02:09 AM UTC-4, Enric Climent wrote:
>
> Hi! I put latest jessie debian snapshot from here 
> http://elinux.org/Beagleboard:BeagleBoneBlack_Debian
>
> Well, i want to have an ip to the beaglebone. I put this in 
> /etc/network/interfaces:
>
> auto eth0
> iface eth0 inet static
>  #your static IP
>  address 192.168.1.26
>  #your gateway IP
>  gateway 192.168.1.1
>
>
> But when restart the ip are 192.168.1.130 (provided by DHCP server). If 
> after reboot i execute /etc/init.d/networking restart then ip change to 
> 192.168.1.26 but if i ping 192.168.1.130 the beagle responds correctly.
>
> So Any ideas? 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] Wish to use a USB to Wired Ethenet Adapter?

2015-02-13 Thread COG
Dear Sir/Madam:

I have a Rev. C BBB (Debian) board and I would like to add an additional 
Wired Ethernet Adapter via the USB port.  Examples:

(a) "Plugable" USB 2.0 to 10/100 Fast Ethernet LAN Wired Network Adapter 
for Macbook, Chromebook, Windows 8.1 and Earlier, Surface Pro, Wii, Wii U, 
Linux, and Specific Android Tablets (ASIX AX88772 chipset) 


(b) "Cable Matters" USB 2.0 to 10/100 Fast Ethernet Adapter in Black 


*I would like to know:*
[1] If any one out there has used any of the above or other with success on 
the Rev C boards(*Debian*)?
[2] Any advice would be welcomed?

*Note:* I know I can use a wireless Ethernet Adapter, but I prefer to use a 
wired version in this case because of security reasons.

Thanks & Jesus' Love
Roger

-- 
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] Seminar on ProjectARA - An Open Modular Smart Phone @ IIT Bombay

2015-02-13 Thread Siji Sunny
Date : 17th Feb, 2015
Time : 12:30 PM – 3:30 PM
Venue : IIT Mumbai

Objective

Enable the Mumbai engineering community to build the Project ARA hardware
modules and get involved with the first of it’s kind modular hardware
ecosystem.

Agenda

Introduction to Project ARA and incentive program - by Anil Rachakonda,
Google.
Understand the concept, who can participate, how to participate, access to
Google's Ara play store / market, technical expertise required, incentive
programs and a lot more.

Android Software development for Project ARA - by Khasim Syed Mohammed,
Linaro.
Where to get the software, how to enable new modules, using development
boards.

For Registration visit -

http://fossee.in/activities/seminars/project-ARA
Or
http://tinyurl.com/ARAseminar



-- 
Siji Sunny

-- 
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: Device Tree Compiler

2015-02-13 Thread Amit Sama
Hi,

May be this would help you

http://www.xenomai.org/documentation/trunk/README.INSTALL.txt

*Best Regards,*
*Amit *



On 4 February 2015 at 09:49,  wrote:

> thanks
>
> On Wednesday, 7 August 2013 00:04:41 UTC+5:30, Jacob Stockton wrote:
>>
>> How does one get the device tree compiler installed on the BBB with
>> Ubuntu (-uname 3.8.13)? I am trying to compile device trees specific to the
>> BBB. I found a guide here
>> 
>>  for
>> this in the "Thoughts" section, but it didn't work for me. It would be nice
>> to have a simple explicit set of instructions.
>>
>> Thanks,
>>
>> Jacob
>>
>  --
> 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/zQ039ckqp3E/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] Static IP on eth0

2015-02-13 Thread Enric Climent
Hi! I put latest jessie debian snapshot from 
here http://elinux.org/Beagleboard:BeagleBoneBlack_Debian

Well, i want to have an ip to the beaglebone. I put this in 
/etc/network/interfaces:

auto eth0
iface eth0 inet static
 #your static IP
 address 192.168.1.26
 #your gateway IP
 gateway 192.168.1.1


But when restart the ip are 192.168.1.130 (provided by DHCP server). If 
after reboot i execute /etc/init.d/networking restart then ip change to 
192.168.1.26 but if i ping 192.168.1.130 the beagle responds correctly.

So Any ideas? 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.


Re: [beagleboard] Jessie snapshot 2015-02-01 without usb networking

2015-02-13 Thread Enric Climent
Ok, so i solve it! I do this;

#apt-get install linux-image-3.8.13-bone70

#reboot

#apt-get install mt7601u-modules-3.8.13-bone70

#apt-get install am335x-pru-package ap-hotspot dart-1.8 dart-edge 
oracle-java8-installer ti-pru-cgt-installer xenomai-runtime cloud9-installer


And after shutdown and plug in the pc all works.
Thanks to all!

El dijous, 12 febrer de 2015 23:39:46 UTC+1, Enric Climent va escriure:
>
> Sorry Robert, i try this now all install perfectly reboot and still 
> perfect. But when i put usb on pc (try with 2 diferent pc) never happens. 
> No rndis ethernet and no beaglebone partitions shows (the fat32 partition 
> where are the drivers etc).
> Maybe i must install more things? 
> Thanks!
>
> El dijous, 12 febrer de 2015 20:00:53 UTC+1, RobertCNelson va escriure:
>>
>> On Thu, Feb 12, 2015 at 12:57 PM, Enric Climent  
>> wrote: 
>> > Hi! Im newbie with beaglebone and i flash lastest snapshot of jessie 
>> here: 
>> > http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#Jessie_Snapshot_1 
>> > But when try to connect to the PC throught usb (RNDIS ehternet) bbb 
>> does not 
>> > detected. 
>> > I try to reflash with same results. So, what im doing bad? (bufff my 
>> english 
>> >  sorry ). 
>> > I think maybe if i connect microhdmi cable to my tv i can see login 
>> page and 
>> > install some kernel or update... i don't know. Can anyone help me? 
>> > Thanks!! 
>>
>> 2 things: 
>>
>> cd /opt/script/ 
>> git pull 
>>
>> & 
>>
>> sudo apt-get update ; sudo apt-get install linux-image-3.14.33-ti-r50 
>> ; sudo reboot 
>>
>> > 
>> > PD: I try reflash armstrong and debian images at official bbb page and 
>> works 
>> > perfectly. 
>> > 
>> > PD2: I want to try lxqt desktop so upgrade from wheezy image at bbb 
>> official 
>> > site (http://beagleboard.org/latest-images, 2014-05-14 debian image) 
>> could 
>> > be good but i don't know if this is bad way (beacause maybe 
>> repositories are 
>> > no compatible) 
>>
>> That old may release is going to be replaced in the next week. ;) 
>>
>> 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] Rpi2 + Windows 10. Who's gonna buy BBB?

2015-02-13 Thread William Hermans
The ODROID's look rather intriguing, but if you dig deeper and have an idea
what you're looking for. They're lacking in many departments. Mostly,
they're not open sourced, and despite looking around a while a few times.
I've yet to determine whether they have a decent BSP or not. Not to mention
that their IO capabilities are rather limited / far less than say any of
the beagle hardware. Which if needed, that is very important. Then, TI
processors are the only ones available with PRU's, for "software definable"
hardware - As far as I know anyhow.

These boards *are* rather interesting in that they could serve as a "build
system" for just about any ARMv7 SBC, but . . .AFAIK, the rPI group (
community ) could not find a way in software to disable the on die GPU,
thus the rPI's lose X amount of the on board memory to the GPU. Even if you
wish to use it or not. So, since the new board uses the same GPU . . . let
us hope this problem is / has been resolved.

Now for anyone who does not already know . . . I use Windows daily for
multiple purposes on my own personal systems, and am very happy with it. So
when i say that Windows has no place in the embedded market space ( at
least in this context ). You all can know where I am coming from. Passed
that, yes of course MS is not stupid and is not going to let you, I, or any
other average non partner Joe in a commercial application without probably
a very hefty fee. So, if you think you're going to be able to use the rPI2
with Windows on it in this capacity . . . you're in for a very rude
awakening.

With that said. I very seriously doubt MS is scared about anything
concerning the embedded market. They're just doing what any software
company would / should do in their shoes. Granted they have a very poor
track record outside of the x86 arena . . . but yeah. There was CE, and
every version of Windows from XP on had an embedded version. All revolving
around x86, and guess what ? You can not hardly go into any retail store in
the US, and not use a Windows system when you check out. Via self, or
cashier . . .

On Sat, Feb 7, 2015 at 5:57 AM, Sid Boyce  wrote:

>  The hardkernel.com ODROID-C1 - quad-core A7 1.5GHz with Gigbit Ethernet,
> 4 USB 2.0 ports, Mali T-450 GPU, HDMI video/audio only - same $35.00 as Pi
> 2.
>
> I ordered early from Korea, only $9 shipping and no UK Customs duty.
>
> It arrived in just over a week and I'm thoroughly pleased with it.
> I also run the ODROID-X and ODROID-U3.
> Regards
> Sid.
>
>
> On 07/02/15 09:43, liyaoshi wrote:
>
>  If only soc update for rpi
>
>  We should talk about allwinner A31s ?
>
>
>
> 2015-02-06 4:44 GMT+00:00 William Hermans :
>
>>  Personally, I think Windows( period ) makes less / no sense in the
>> context of an $35 embedded platform. $5 licensing fee ? If so, maybe, but
>> until then. . . no.
>>
>>  Anyway, is there some set rule that we can not buy one of each, or many
>> of some, and a few of another ? That said, I seriously doubt you're going
>> to find an x15 for $35, *or* a rPI with a PRU or 4.
>>
>> On Tue, Feb 3, 2015 at 2:13 PM, Paulo Ferreira  wrote:
>>
>>>
>>> On 03/02/2015, at 13:18, Maxim Podbereznyy  wrote:
>>>
>>> > Hey guys!
>>> >
>>> > I'm pretty sure that you already heard about Raspberry Pi 2
>>> > announcement but I find more exciting news that the brand new windows
>>> > 10 operating system will get official support at Rpi2. Taking in
>>> > account more powerful processor (in comparison with the successor) and
>>> > super low price, and win10 support of course, - who's gonna buy BBB or
>>> > BB-X15?
>>> >
>>> > More info about Win10 support is here:
>>> > https://dev.windows.com/en-us/featured/raspberrypi2support
>>> >
>>> > cheers!
>>>
>>>
>>> Today you can join the "Windows Developer Program for IoT":
>>> http://dev.windows.com/en-us/featured/Windows-Developer-Program-for-IoT
>>>
>>> Last phrase before the footer of the webpage:
>>> "This program is restricted to noncommercial development.".
>>>
>>>
>>>
>>> paf
>>>
>>>
>>>
>>>
>>> --
>>> 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.
>>>
>>
>>  --
>> 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.
>>
>
>  --
> 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,

Re: [beagleboard] Re: Beaglebone Black not booting due to modification of uEnv.txt

2015-02-13 Thread JS-BBB


On Friday, February 13, 2015 at 5:19:18 AM UTC+11, cooolf...@gmail.com 
wrote:
>
> I really wished BBB had serial port like most boards have.
>

 It does, I use the console port with a RS232 converter at 115K. I have 
soldered a R/A connector at the back of the board so that I can use it even 
if a cape is plugged in. It's designed to use a "standard" FTDI USB > TTL 
adapter.

The image I downloaded before was just a stripped down, console only, 
version which booted from SD. This allowed me to recover the EMCC version 
after fixing up the uEnv.txt file.

https://rcn-ee.net/rootfs/bb.org/testing/2015-02-01/console/bone-debian-7.8-console-armhf-2015-02-01-2gb.img.xz

The serial port console starts spitting out stuff even before the USB COM 
port does.

-- 
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.