Re: [beagleboard] Re: Announcing $25 PocketBeagle

2017-09-27 Thread Jason Kridner
> On Sep 26, 2017, at 3:06 PM, Robert Nelson wrote: > >> On Tue, Sep 26, 2017 at 1:56 PM, Mikester wrote: >> Out of the box, plugging the PB into a USB port a single blue LED turns on >> and nothing shows up on any PC connected to it. >> >> Is

Re: [beagleboard] Stretch pwm difference

2017-09-27 Thread William Hermans
On Wed, Sep 27, 2017 at 1:31 PM, Robert Nelson wrote: > > Don't compare "pwmchipX's" directly, you need to dig into the symlink: > > root@beaglebone:/sys/class/pwm# ls -lh > total 0 > lrwxrwxrwx 1 root root 0 Oct 13 17:14 pwmchip0 -> >

Re: [beagleboard] Re: PocketBeagle U-Boot Overlays [naming???]

2017-09-27 Thread Graham Haddock
Will the same Ethernet overlay work for both the ETH Click and the ETH-WIZ Click? Since the 10/100 Mb Ethernet (ETH WIZ) Click board is $19, and the 10 Mb only ETH Click board is $24, I bought the 10/100 ETH WIZ click board. --- Graham == On Wed, Sep 27, 2017 at 1:56 PM, Robert Nelson

[beagleboard] Stretch pwm difference

2017-09-27 Thread William Hermans
So a few things to note about pwm behavior on the latest stretch image versus Jessie. Obviously, Jessie by default runs an older kernel. 4.4.x versus 4.9.x. First, Jessie: root@wgd:~# uname -r 4.4.68-ti-r111 root@wgd:~# lsmod |grep pwm pwm_tiehrpwm Stretch: root@wgd:~# uname -r 4.9.50-ti-r61

Re: [beagleboard] Re: PocketBeagle U-Boot Overlays [naming???]

2017-09-27 Thread Robert Nelson
On Wed, Sep 27, 2017 at 8:20 AM, Graham wrote: > Your naming proposal seems appropriate. > > > The mikro Click boards seem to be good for experimenting with one new part > or function. > Microchip is supporting them on their new "Curiosity" series dev boards, > too. > Great

Re: [beagleboard] Re: PocketBeagle U-Boot Overlays [naming???]

2017-09-27 Thread Graham
Your naming proposal seems appropriate. The mikro Click boards seem to be good for experimenting with one new part or function. Microchip is supporting them on their new "Curiosity" series dev boards, too. Great for learning to program an I2C, SPI or UART interface. Easy to layout unique

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

2017-09-27 Thread Ashish Maurya
I am doing this on u-boot prompt... U-Boot# fatload mmc 0:1 0x8060 uImage reading uImage 4964640 bytes read in 1714 ms (2.8 MiB/s) U-Boot# fatload mmc 0:1 0x8050 am335x-boneblack.dtb reading am335x-boneblack.dtb 26024 bytes read in 19 ms (1.3 MiB/s) U-Boot# setenv bootargs

Re: [beagleboard] Booting from eMMC issue

2017-09-27 Thread Nuno Silva
As no one can give me a solution to the problem I will try to flash the eMMC. As anyone tried to do that? Can I trust the instructions given in https://github.com/beagleboard/beaglebone-blue/wiki/Flashing-firmware I've done that with my Beaglebone Black but the procedure is a bit different.

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

2017-09-27 Thread Madhu K
Hi, what are all the files you are loading from the u-boot prompt, can you list those? Regards, Madhu On Wed, Sep 27, 2017 at 1:46 PM, Ashish Maurya wrote: > Yes, after some searching I just came to know about both the methods. I am > using method one: booting

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

2017-09-27 Thread Ashish Maurya
Yes, after some searching I just came to know about both the methods. I am using method one: booting without uEnv.txt file. Thanks for explaining. On Wednesday, September 27, 2017 at 11:29:01 AM UTC+5:30, Madhu K wrote: > > Hi, > > There are two options to boot the beaglebone black. > > 1)