[beagleboard] Re: linux kernel not booting stops at "starting kernel"

2017-10-09 Thread Mrigendra Chaubey
Is something wrong with the question? -- 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

Re: [beagleboard] Re: My BBB doesn't turn on when connecting usb

2017-10-09 Thread Ahmad Fatehi
The same happens when connecting DC jack! I must switch on the board by using battery and then disconnect battery to run with usb or adapter power! On Monday, October 9, 2017 at 2:06:59 PM UTC+2, gcoley1 wrote: > > The flashing LED indicates that the PMIC is shutting down due to a excess >

Re: [beagleboard] PRU

2017-10-09 Thread Jason Kridner
On Sat, Oct 7, 2017 at 5:18 PM William Hermans wrote: > On Fri, Oct 6, 2017 at 11:38 PM, wrote: > >> Hi, >> >> Hi, I am new to beaglebone black PRU can anybody help me to use PRU in >> c-language. >> >> Thank you >> Ashok >> > >

RE: [beagleboard] Re: My BBB doesn't turn on when connecting usb

2017-10-09 Thread Gerald Coley
OK! So, something has to be repaired on the board! You need to get it repaired! Gerald From: beagleboard@googlegroups.com [mailto:beagleboard@googlegroups.com] On Behalf Of Ahmad Fatehi Sent: Monday, October 9, 2017 8:13 AM To: BeagleBoard Subject: Re:

Re: [beagleboard] PocketBeagle headers

2017-10-09 Thread Alan Corey
So what did you decide the best option is? I'm sort of torn between a socket that you could push wires into like a solderless breadboard and something to attach a ribbon cable to, which would go to solderless breadboard or vectorboard a few inches away. There was a statement somewhere about

Re: [beagleboard] Re: ENC28J60 Click on PocketBeagle

2017-10-09 Thread Robert Nelson
On Sat, Oct 7, 2017 at 6:44 PM, Graham wrote: > I recompiled the '.dtbo' for 48 MHz SPI clock, which is the maximum for the > Sitara. > > Seems to work fine for a quick check. > > Ran speedtest-cli, which moves a fair amount of data through it... > Download: 4.76 Mbit/s >

Re: [beagleboard] Re: ENC28J60 Click on PocketBeagle

2017-10-09 Thread Graham
I have never seen it fail, but since the USB power goes off when my computer goes into deep sleep, it has never been run for more than a few hours at a time. It is at home. I'll set it up on a permanent power supply and run it continuously for a few days, and report back I think you also

Re: [beagleboard] Re: ENC28J60 Click on PocketBeagle

2017-10-09 Thread Robert Nelson
On Mon, Oct 9, 2017 at 1:25 PM, Graham wrote: > I have never seen it fail, but since the USB power goes off when my computer > goes into deep sleep, it has never been run for more than a few hours at a > time. > > It is at home. > > I'll set it up on a permanent power

Re: [beagleboard] did we change /proc/device-tree/compatible?

2017-10-09 Thread Robert Nelson
On Mon, Oct 9, 2017 at 2:39 PM, Stephane Charette wrote: > In the past, I used to identify the type of device by reading the file > /proc/device-tree/compatible. For example, see this: > >> hexdump -C /proc/device-tree/compatible > 74 69 2c 61 6d 33 33 35

[beagleboard] did we change /proc/device-tree/compatible?

2017-10-09 Thread Stephane Charette
In the past, I used to identify the type of device by reading the file /proc/device-tree/compatible. For example, see this: > hexdump -C /proc/device-tree/compatible 74 69 2c 61 6d 33 33 35 78 2d 62 6f 6e 65 2d 67 |ti, am335x-bone-g| 0010 72 65 65 6e 00 74 69 2c 61 6d 33 33 35

Re: [beagleboard] RE: The Grean-Bean and NodeJS on BBB/Seth

2017-10-09 Thread Mala Dies
Hello Sir, Seth here. Mr. Jason, I do not currently have any of the listed machines they have available but I am on the market for a new machine soon, e.g. fridge or other appliance. With this in mind, I went a step back to see where FirstBuild got their listing for the Green-Bean. GE

Re: [beagleboard] did we change /proc/device-tree/compatible?

2017-10-09 Thread Stéphane Charette
> > > Did I install the wrong build? Is this a bug, or is there a new/better > way > > for me to identify the difference between BBB, BBG, BBGW, etc? > > Please run: > > sudo /opt/scripts/tools/version.sh > > as something didn't get assembled right... > Was that supposed to fix it, or do you

Re: [beagleboard] did we change /proc/device-tree/compatible?

2017-10-09 Thread Stéphane Charette
On Mon, Oct 9, 2017 at 12:39 PM, Stephane Charette < stephanechare...@gmail.com> wrote: > In the past, I used to identify the type of device by reading the file > /proc/device-tree/compatible. For example, see this: > > > hexdump -C /proc/device-tree/compatible > 74 69 2c 61 6d 33 33

Re: [beagleboard] did we change /proc/device-tree/compatible?

2017-10-09 Thread Robert Nelson
On Mon, Oct 9, 2017 at 5:41 PM, Stéphane Charette wrote: > On Mon, Oct 9, 2017 at 12:39 PM, Stephane Charette > wrote: >> >> In the past, I used to identify the type of device by reading the file >> /proc/device-tree/compatible. For

Re: [beagleboard] did we change /proc/device-tree/compatible?

2017-10-09 Thread Stéphane Charette
> > Is it really worth it thou? ;) > Sorry, Robert, you lost me, I'm not familiar with the things you're pointing out. From an end-user perspective, all I need to know is how can I determine what type of board my code is running? I used to look at /proc/device-tree/compatible but that no

Re: [beagleboard] did we change /proc/device-tree/compatible?

2017-10-09 Thread Stéphane Charette
> > So if we assume the BeagleBone Green = BeagleBone Black (minus) HDMI > (audio/video)... > ...and the addition of the two GROVE ports. Not sure if that's important, but in my case the software behaves differently and initializes different things if running on a BBG since we expect certain

Re: [beagleboard] did we change /proc/device-tree/compatible?

2017-10-09 Thread Robert Nelson
On Mon, Oct 9, 2017 at 8:24 PM, Stéphane Charette wrote: >> Is it really worth it thou? ;) > > > > Sorry, Robert, you lost me, I'm not familiar with the things you're pointing > out. From an end-user perspective, all I need to know is how can I > determine what type

[beagleboard] Duplex stream for reading and writing commands to /dev/rpmsg_pru31

2017-10-09 Thread Hugh Frater
Does anyone have any experience of working with /dev/rpmsg_pruXX files from within Node.Js/Bonescript? I've been playing around with the file-duplex package and have data going into the PRU just fine, but I'm having an issue getting data back into my userspace program. I've got the

Re: [beagleboard] Re: Beagle Bone Black stopping at Starting Kernel....

2017-10-09 Thread Madhu K
Hi, Can you try with ext4 file system? Regards, Madhu On Mon, Oct 9, 2017 at 11:53 AM, Ashish Maurya wrote: > Hi terra, > I got 5V 2A power supply, still facing same issue. > Any thoughts ??? > Thanks. > > On Mon, Oct 2, 2017 at 3:57 PM, terra ÜÝÜ

[beagleboard] Re: Announcing $25 PocketBeagle

2017-10-09 Thread Wilhelm Matilainen
Will there be a wireless version of the PocketBeagle? It is like the Raspberry Pi Zero. The wireless connectivity was lacking, so now they have the Raspberry Pi Zero W. torstai 21. syyskuuta 2017 18.35.38 UTC+3 Jason Kridner kirjoitti: > > https://beagleboard.org/pocket > > Trying to get a few

Re: [beagleboard] Re: Announcing $25 PocketBeagle

2017-10-09 Thread Robert Nelson
On Mon, Oct 9, 2017 at 11:11 PM, Wilhelm Matilainen wrote: > Will there be a wireless version of the PocketBeagle? > It is like the Raspberry Pi Zero. The wireless connectivity was lacking, so > now they have the Raspberry Pi Zero W. The PocketBeagle is now oshwa

Re: [beagleboard] Re: Beagle Bone Black stopping at Starting Kernel....

2017-10-09 Thread Ashish Maurya
Hi terra, I got 5V 2A power supply, still facing same issue. Any thoughts ??? Thanks. On Mon, Oct 2, 2017 at 3:57 PM, terra ÜÝÜ wrote: > I had this, when power supply was not 5V stable > > On Tuesday, 26 September 2017 18:12:19 UTC+10, Ashish Maurya wrote: >> >> This is what I

Re: [beagleboard] did we change /proc/device-tree/compatible?

2017-10-09 Thread Robert Nelson
> ...and the addition of the two GROVE ports. Not sure if that's important, > but in my case the software behaves differently and initializes different > things if running on a BBG since we expect certain devices to be hooked up > to the GROVE ports. The i2c port is always active, the usart port

[beagleboard] Re: My BBB doesn't turn on when connecting usb

2017-10-09 Thread Ahmad Fatehi
Noone to reply!??!!! On Sunday, October 8, 2017 at 9:27:30 AM UTC+2, Ahmad Fatehi wrote: > > > Hello, I used my beaglebone black for a while with usb power. Once I > decide to test it with battery and switched it on with a Li-Ion battery and > it switched on.But after that when I connect usb to

[beagleboard] OTA updates for BBB using mender

2017-10-09 Thread 'Luther Goh Lu Feng' via BeagleBoard
I am new to imaged based systems. Am wondering if it is possible to use an OTA update system like mender and use it on an debian image. Please share your insights and experiences https://mender.io/blog/porting-mender-to-a-non-yocto-build-system

[beagleboard] HX711 probe failed

2017-10-09 Thread abhilash h
Dear All, I am using Beaglebone green running linux 4.12.0-dirty. I am trying to get HX117 adc work. I am facing some issues. I am getting this error hx711-gpio: probe of weight@0 failed with error -22 ... [1.926416] hx711-gpio weight@0: GPIO lookup for consumer sck [

[beagleboard] Re: My BBB doesn't turn on when connecting usb

2017-10-09 Thread Ahmad Fatehi
No one to reply??!! On Sunday, October 8, 2017 at 9:27:30 AM UTC+2, Ahmad Fatehi wrote: > > > Hello, I used my beaglebone black for a while with usb power. Once I > decide to test it with battery and switched it on with a Li-Ion battery and > it switched on.But after that when I connect usb to

RE: [beagleboard] Re: My BBB doesn't turn on when connecting usb

2017-10-09 Thread Gerald Coley
The flashing LED indicates that the PMIC is shutting down due to a excess amount of current on power up. Sitting here, I can't recommend a fix as I would need to look at the board to understand the issue. This is not an issue I have run into before. You could try running it off the DC jack

[beagleboard] Modifying the BBB boot so that it doesnt boot from the microSD when inserted

2017-10-09 Thread 'Luther Goh Lu Feng' via BeagleBoard
I understand that even though BBB boots from the eMMC first, if a bootable microSD is inserted, it will boot from the microSD[1]. I believe uboot is responsible for this behaviour and would like modify uboot.  - How would I go about doing it?  - Is it a matter of modifying uEnv.txt or a

[beagleboard] Re: Beagleboneblack board is not booting from emmc and SD card.

2017-10-09 Thread TitusRathinaraj Stalin
Hi Mala, Thanks for your reply and appreciate your help on this. Its started working once I try to boot from UART. I am not sure what is the problem, I think it could be board or chip issue and not in SW. -- For more options, visit http://beagleboard.org/discuss --- You received this message